index
:
delta/gawk.git
array-iface
baserock/build-essential
baserock/morph
baserock/richardmaw/S8564/ro-staging-area
baserock/sam/meson
baserock/tiagogomes/armv8l64
cmake
comment
constants
dead-branches/async-events
dead-branches/constants
dead-branches/detect-local
dead-branches/doc/using-git
dead-branches/long-double
dead-branches/memory-work
dead-branches/nolibtool
dead-branches/num-handler
dead-branches/revamp-scalar-comparisons
easter-eggs/detect-local
egtests
feature/andy
feature/api-min-max
feature/api-mpfr
feature/api-parser
feature/array-iface
feature/assoc_set
feature/better-index
feature/bool
feature/cmake
feature/cmp_scalars
feature/cpp-compile
feature/dev-5.0
feature/docit
feature/fix-comments
feature/fix-indirect-call
feature/fix-ns-memleak
feature/fixtype
feature/gnulib-regex
feature/improve-inet
feature/improve-tests
feature/iolint
feature/memleak
feature/memory-work
feature/namespaces
feature/nl_langinfo
feature/nocopy
feature/regex-to-api
feature/regex-type
feature/shadow-builtins
feature/stringfix
feature/typed-regex
feature/typed-regex-2
feature/wasted-byte
feature/zOS
feature/zOS-try2
features/docit
gawk-2.10-from-net
gawk-3.1-stable
gawk-4.0-stable
gawk-4.1-stable
gawk-4.2-stable
gawk-5.0-stable
gawk-5.1-stable
gawk-5.2-stable
gawk-stable
gnulib-regex-again
long-double
master
memory-work
new-vms
nolibtool
non-fatal-io
non-fatal-io-2
num-handler
porting
print-exp
select
wasted-byte
zos-debug
git.savannah.gnu.org: git/gawk.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extension
/
readdir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year in a bunch of files.
Arnold D. Robbins
2023-04-14
1
-1
/
+1
*
Squashed commit of the following:
Arnold D. Robbins
2023-02-27
1
-1
/
+1
*
Fix possible fd leak in readdir extension.
Arnold D. Robbins
2023-02-09
1
-1
/
+4
*
Update copyright year in a bunch of files.
Arnold D. Robbins
2021-10-27
1
-1
/
+2
*
Add mbuilov fixes. Still needs review.
Arnold D. Robbins
2020-06-10
1
-1
/
+4
*
Fix readdir extension to use stat when dir info returns unknown.
Arnold D. Robbins
2019-03-17
1
-5
/
+5
*
Update copyright years that should have been updated before 4.2.1 release.
Arnold D. Robbins
2018-03-13
1
-1
/
+1
*
Remove incorrect * on ext_id in extensions and in doc.
Arnold D. Robbins
2018-01-11
1
-1
/
+1
*
Minor edits in feature/api-parser prepatory to merging.
Arnold D. Robbins
2017-03-27
1
-2
/
+3
*
Fix compile warnings in some of the extensions.
Arnold D. Robbins
2017-03-23
1
-1
/
+2
*
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
1
-1
/
+1
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-4
/
+4
*
Rework zOS patches; keep separate from autotools.
Arnold D. Robbins
2015-08-02
1
-11
/
+1
*
Update copyright years on files changed in 2014.
Arnold D. Robbins
2014-03-31
1
-1
/
+1
*
Add default defn's for constants in extension files.
Arnold D. Robbins
2014-03-23
1
-0
/
+4
*
Add memory allocation functions to gawk API.
Andrew J. Schorr
2014-03-08
1
-2
/
+2
*
Clean up some -Wextra compile warnings in extensions.
Arnold D. Robbins
2013-08-22
1
-0
/
+3
*
Solaris config and included fixes. See ChangeLog.
Arnold D. Robbins
2013-06-10
1
-0
/
+4
*
Support |& on MS-Windows, both for sockets and for pipes.
Eli Zaretskii
2013-06-01
1
-0
/
+1
*
Fix building, installing, and testing extensions on MS-Windows.
Eli Zaretskii
2013-05-14
1
-10
/
+76
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
More portability work: dirfd in extensions.
Arnold D. Robbins
2013-01-27
1
-0
/
+2
*
Add awk_true and awk_false to API.
Arnold D. Robbins
2012-11-30
1
-4
/
+4
*
Simplify readdir extension.
Arnold D. Robbins
2012-11-19
1
-104
/
+9
*
Bug fix in readdir extension.
Arnold D. Robbins
2012-11-14
1
-10
/
+16
*
API cleanups and doc additions.
Arnold D. Robbins
2012-10-14
1
-6
/
+6
*
z/OS changes from Dave Pitts and Arnold.
Arnold D. Robbins
2012-09-13
1
-0
/
+6
*
Make readdir set ERRNO more.
Arnold D. Robbins
2012-09-11
1
-1
/
+6
*
Revise readdir_do_ftype() argument.
Arnold D. Robbins
2012-09-07
1
-12
/
+21
*
Improve readdir extension.
Arnold D. Robbins
2012-08-31
1
-5
/
+27
*
Use config.h properly. Add AC_SYS_LARGEFILE.
Arnold D. Robbins
2012-08-26
1
-3
/
+4
*
Add facility to get vesion info from extensions.
Arnold D. Robbins
2012-08-24
1
-0
/
+1
*
Add output and two-way processors to API. Update Mac config stuff.
Arnold D. Robbins
2012-08-24
1
-11
/
+13
*
Move struct stat into IOBUF_PUBLIC.
Arnold D. Robbins
2012-08-08
1
-5
/
+1
*
Fix readdir.c for cygwin.
Arnold D. Robbins
2012-08-03
1
-7
/
+5
*
Update input_parser interface for RT.
Arnold D. Robbins
2012-07-29
1
-3
/
+3
*
Improvements in readdir.c.
Arnold D. Robbins
2012-07-29
1
-2
/
+7
*
Fix last: must initialize errno to 0 before calling readdir.
Andrew J. Schorr
2012-07-27
1
-0
/
+4
*
The readdir extension should set the error code if readdir fails.
Andrew J. Schorr
2012-07-27
1
-4
/
+4
*
Fix bug in API set_RT, bug in readdir.c.
Arnold D. Robbins
2012-07-27
1
-1
/
+1
*
Robustify extension/readdir.c.
Arnold D. Robbins
2012-07-26
1
-31
/
+108
*
Add set_RT to API and to readdir extension.
Arnold D. Robbins
2012-07-26
1
-4
/
+8
*
Document the parser interface and remove some excessive readdir paranoia.
Andrew J. Schorr
2012-07-26
1
-19
/
+12
*
Start refactoring iop handling. Add readdir extension.
Arnold D. Robbins
2012-07-25
1
-0
/
+220