aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
| * | Add initial man pages for some of the extensions.Arnold D. Robbins2012-07-205-0/+604
| | |
| * | fnmatch extension improvements.Arnold D. Robbins2012-07-162-6/+12
| | |
| * | Additional test for AWK_SCALAR.Arnold D. Robbins2012-07-152-0/+64
| | |
| * | Refactoring filefuncs.c before fts changes.Arnold D. Robbins2012-07-132-28/+44
| | |
| * | Simplify code in testext.c.Arnold D. Robbins2012-07-122-27/+12
| | |
| * | Allow creation of constants from extensions.Arnold D. Robbins2012-07-123-3/+6
| | |
| * | Add fnmatch extension.Arnold D. Robbins2012-07-127-8/+210
| | |
| * | Add ability to call an initialization routine.Arnold D. Robbins2012-07-118-0/+10
| | |
| * | API clean up and require strings to be malloced.Arnold D. Robbins2012-07-117-22/+39
| | |