aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Expand)AuthorAgeFilesLines
* Add awk_true and awk_false to API.Arnold D. Robbins2012-11-308-83/+89
* Add 3rd argument to stat() extension.Arnold D. Robbins2012-11-213-8/+24
* Simplify readdir extension.Arnold D. Robbins2012-11-193-140/+25
* First pass on Nelson's comments on API chapter.Arnold D. Robbins2012-11-162-21/+26
* Bug fix in readdir extension.Arnold D. Robbins2012-11-142-10/+26
* Add extra debug stuff in extension/configure.ac.Arnold D. Robbins2012-11-063-0/+32
* More doc edits. Finish up api.texi.Arnold D. Robbins2012-11-042-3/+7
* Add more man pages in extension/Makefile.am.Arnold D. Robbins2012-10-283-2/+8
* API doc additions and related other edits.Arnold D. Robbins2012-10-263-6/+13
* New extension man page for revtwoway.Arnold D. Robbins2012-10-242-0/+65
* Bug fix in do_stat().Arnold D. Robbins2012-10-212-0/+7
* API cleanups and doc additions.Arnold D. Robbins2012-10-1413-28/+118
* Bug fix in testext test and fix flag values.Arnold D. Robbins2012-10-112-4/+12
* Update to autoconf 1.12.4.Arnold D. Robbins2012-10-042-4/+4
* Revise testext test.Arnold D. Robbins2012-09-142-2/+1
* Allow extensions read-only access to built-in vars.Arnold D. Robbins2012-09-142-3/+154
* z/OS changes from Dave Pitts and Arnold.Arnold D. Robbins2012-09-135-3/+41
* Make readdir set ERRNO more.Arnold D. Robbins2012-09-113-6/+22
* Compilation fix for fts on Mac OS X 10.7.Arnold D. Robbins2012-09-073-1/+20
* Add some comments in extension/gawkfts.h.Arnold D. Robbins2012-09-072-0/+10
* Revise readdir_do_ftype() argument.Arnold D. Robbins2012-09-073-17/+36
* Improve readdir extension.Arnold D. Robbins2012-08-313-9/+41
* More wonderful portability stuff in the extensions.Arnold D. Robbins2012-08-2911-37/+2228
* Detect readdir test failures, and add some missing files to the distro tarball.Andrew J. Schorr2012-08-283-9/+14
* Use config.h properly. Add AC_SYS_LARGEFILE.Arnold D. Robbins2012-08-2616-19/+275
* Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-2413-0/+27
* Add output and two-way processors to API. Update Mac config stuff.Arnold D. Robbins2012-08-2413-25/+705
* Update infrastructure.Arnold D. Robbins2012-08-177-126/+140
* Update extension man pages.Arnold D. Robbins2012-08-089-27/+78
* Move struct stat into IOBUF_PUBLIC.Arnold D. Robbins2012-08-083-6/+5
* Add fts() extension, support, doc, and test.Arnold D. Robbins2012-08-0810-43/+552
* Fix readdir.c for cygwin.Arnold D. Robbins2012-08-032-7/+10
* Extension doc updates; install dgawk.1 man page.Arnold D. Robbins2012-08-017-14/+180
* Rework rwarray.c to use stdio, for cygwin.Arnold D. Robbins2012-07-313-51/+528
* Doc updates for extensions.Arnold D. Robbins2012-07-308-2/+272
* Gettext support for the extension files.Arnold D. Robbins2012-07-3019-477/+7021
* Update input_parser interface for RT.Arnold D. Robbins2012-07-292-3/+7
* Improvements in readdir.c.Arnold D. Robbins2012-07-292-2/+12
* Extension libraries need to link with $(LIBINTL).Andrew J. Schorr2012-07-273-11/+39
* Fix last: must initialize errno to 0 before calling readdir.Andrew J. Schorr2012-07-272-0/+9
* The readdir extension should set the error code if readdir fails.Andrew J. Schorr2012-07-272-4/+9
* Fix bug in API set_RT, bug in readdir.c.Arnold D. Robbins2012-07-272-1/+6
* Robustify extension/readdir.c.Arnold D. Robbins2012-07-265-35/+121
* Fix warning in extension/testext.c.Arnold D. Robbins2012-07-262-0/+5
* Add set_RT to API and to readdir extension.Arnold D. Robbins2012-07-262-4/+11
* Enable gettext in extensions.Arnold D. Robbins2012-07-263-0/+11
* Document the parser interface and remove some excessive readdir paranoia.Andrew J. Schorr2012-07-262-19/+18
* Add translation to the extensions.Arnold D. Robbins2012-07-258-41/+74
* Remove translation of errno strings from API.Arnold D. Robbins2012-07-252-4/+6
* Start refactoring iop handling. Add readdir extension.Arnold D. Robbins2012-07-254-4/+246