summaryrefslogtreecommitdiff
path: root/extension/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* Add default defn's for constants in extension files.Arnold D. Robbins2014-03-231-0/+4
* Add memory allocation functions to gawk API.Andrew J. Schorr2014-03-081-2/+2
* Clean up some -Wextra compile warnings in extensions.Arnold D. Robbins2013-08-221-0/+3
* Solaris config and included fixes. See ChangeLog.Arnold D. Robbins2013-06-101-0/+4
* Support |& on MS-Windows, both for sockets and for pipes.Eli Zaretskii2013-06-011-0/+1
* Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-141-10/+76
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* More portability work: dirfd in extensions.Arnold D. Robbins2013-01-271-0/+2
* Add awk_true and awk_false to API.Arnold D. Robbins2012-11-301-4/+4
* Simplify readdir extension.Arnold D. Robbins2012-11-191-104/+9
* Bug fix in readdir extension.Arnold D. Robbins2012-11-141-10/+16
* API cleanups and doc additions.Arnold D. Robbins2012-10-141-6/+6
* z/OS changes from Dave Pitts and Arnold.Arnold D. Robbins2012-09-131-0/+6
* Make readdir set ERRNO more.Arnold D. Robbins2012-09-111-1/+6
* Revise readdir_do_ftype() argument.Arnold D. Robbins2012-09-071-12/+21
* Improve readdir extension.Arnold D. Robbins2012-08-311-5/+27
* Use config.h properly. Add AC_SYS_LARGEFILE.Arnold D. Robbins2012-08-261-3/+4
* Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-0/+1
* Add output and two-way processors to API. Update Mac config stuff.Arnold D. Robbins2012-08-241-11/+13
* Move struct stat into IOBUF_PUBLIC.Arnold D. Robbins2012-08-081-5/+1
* Fix readdir.c for cygwin.Arnold D. Robbins2012-08-031-7/+5
* Update input_parser interface for RT.Arnold D. Robbins2012-07-291-3/+3
* Improvements in readdir.c.Arnold D. Robbins2012-07-291-2/+7
* Fix last: must initialize errno to 0 before calling readdir.Andrew J. Schorr2012-07-271-0/+4
* The readdir extension should set the error code if readdir fails.Andrew J. Schorr2012-07-271-4/+4
* Fix bug in API set_RT, bug in readdir.c.Arnold D. Robbins2012-07-271-1/+1
* Robustify extension/readdir.c.Arnold D. Robbins2012-07-261-31/+108
* Add set_RT to API and to readdir extension.Arnold D. Robbins2012-07-261-4/+8
* Document the parser interface and remove some excessive readdir paranoia.Andrew J. Schorr2012-07-261-19/+12
* Start refactoring iop handling. Add readdir extension.Arnold D. Robbins2012-07-251-0/+220