Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add extra debug stuff in extension/configure.ac. | Arnold D. Robbins | 2012-11-06 | 1 | -0/+5 | |
| | | | ||||||
| * | | More doc edits. Finish up api.texi. | Arnold D. Robbins | 2012-11-04 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add more man pages in extension/Makefile.am. | Arnold D. Robbins | 2012-10-28 | 1 | -0/+4 | |
| | | | ||||||
| * | | API doc additions and related other edits. | Arnold D. Robbins | 2012-10-26 | 1 | -0/+5 | |
| | | | ||||||
| * | | New extension man page for revtwoway. | Arnold D. Robbins | 2012-10-24 | 1 | -0/+4 | |
| | | | ||||||
| * | | Bug fix in do_stat(). | Arnold D. Robbins | 2012-10-21 | 1 | -0/+4 | |
| | | | ||||||
| * | | API cleanups and doc additions. | Arnold D. Robbins | 2012-10-14 | 1 | -0/+9 | |
| | | | ||||||
| * | | Bug fix in testext test and fix flag values. | Arnold D. Robbins | 2012-10-11 | 1 | -0/+6 | |
| | | | ||||||
| * | | Revise testext test. | Arnold D. Robbins | 2012-09-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | Allow extensions read-only access to built-in vars. | Arnold D. Robbins | 2012-09-14 | 1 | -0/+6 | |
| | | | ||||||
| * | | z/OS changes from Dave Pitts and Arnold. | Arnold D. Robbins | 2012-09-13 | 1 | -0/+7 | |
| | | | ||||||
| * | | Make readdir set ERRNO more. | Arnold D. Robbins | 2012-09-11 | 1 | -0/+5 | |
| | | | ||||||
| * | | Compilation fix for fts on Mac OS X 10.7. | Arnold D. Robbins | 2012-09-07 | 1 | -0/+8 | |
| | | | ||||||
| * | | Add some comments in extension/gawkfts.h. | Arnold D. Robbins | 2012-09-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | Revise readdir_do_ftype() argument. | Arnold D. Robbins | 2012-09-07 | 1 | -0/+5 | |
| | | | ||||||
| * | | Improve readdir extension. | Arnold D. Robbins | 2012-08-31 | 1 | -0/+6 | |
| | | | ||||||
| * | | More wonderful portability stuff in the extensions. | Arnold D. Robbins | 2012-08-29 | 1 | -0/+9 | |
| | | | ||||||
| * | | Detect readdir test failures, and add some missing files to the distro tarball. | Andrew J. Schorr | 2012-08-28 | 1 | -0/+5 | |
| | | | ||||||
| * | | Use config.h properly. Add AC_SYS_LARGEFILE. | Arnold D. Robbins | 2012-08-26 | 1 | -0/+8 | |
| | | | ||||||
| * | | Add facility to get vesion info from extensions. | Arnold D. Robbins | 2012-08-24 | 1 | -0/+15 | |
| | | | ||||||
| * | | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -0/+5 | |
| | | | ||||||
| * | | Update extension man pages. | Arnold D. Robbins | 2012-08-08 | 1 | -0/+3 | |
| | | | ||||||
| * | | Move struct stat into IOBUF_PUBLIC. | Arnold D. Robbins | 2012-08-08 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add fts() extension, support, doc, and test. | Arnold D. Robbins | 2012-08-08 | 1 | -0/+10 | |
| | | | ||||||
| * | | Fix readdir.c for cygwin. | Arnold D. Robbins | 2012-08-03 | 1 | -0/+5 | |
| | | | ||||||
| * | | Extension doc updates; install dgawk.1 man page. | Arnold D. Robbins | 2012-08-01 | 1 | -0/+7 | |
| | | | ||||||
| * | | Rework rwarray.c to use stdio, for cygwin. | Arnold D. Robbins | 2012-07-31 | 1 | -0/+6 | |
| | | | ||||||
| * | | Doc updates for extensions. | Arnold D. Robbins | 2012-07-30 | 1 | -0/+3 | |
| | | | ||||||
| * | | Gettext support for the extension files. | Arnold D. Robbins | 2012-07-30 | 1 | -0/+5 | |
| | | | ||||||
| * | | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 1 | -0/+4 | |
| | | | ||||||
| * | | Improvements in readdir.c. | Arnold D. Robbins | 2012-07-29 | 1 | -0/+5 | |
| | | | ||||||
| * | | Extension libraries need to link with $(LIBINTL). | Andrew J. Schorr | 2012-07-27 | 1 | -0/+5 | |
| | | | ||||||
| * | | Fix last: must initialize errno to 0 before calling readdir. | Andrew J. Schorr | 2012-07-27 | 1 | -0/+5 | |
| | | | ||||||
| * | | The readdir extension should set the error code if readdir fails. | Andrew J. Schorr | 2012-07-27 | 1 | -0/+5 | |
| | | | ||||||
| * | | Fix bug in API set_RT, bug in readdir.c. | Arnold D. Robbins | 2012-07-27 | 1 | -0/+5 | |
| | | | ||||||
| * | | Robustify extension/readdir.c. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+3 | |
| | | | ||||||
| * | | Fix warning in extension/testext.c. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+2 | |
| | | | ||||||
| * | | Add set_RT to API and to readdir extension. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+3 | |
| | | | ||||||
| * | | Enable gettext in extensions. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+5 | |
| | | | ||||||
| * | | Document the parser interface and remove some excessive readdir paranoia. | Andrew J. Schorr | 2012-07-26 | 1 | -0/+6 | |
| | | | ||||||
| * | | Add translation to the extensions. | Arnold D. Robbins | 2012-07-25 | 1 | -0/+3 | |
| | | | ||||||
| * | | Remove translation of errno strings from API. | Arnold D. Robbins | 2012-07-25 | 1 | -0/+2 | |
| | | | ||||||
| * | | Start refactoring iop handling. Add readdir extension. | Arnold D. Robbins | 2012-07-25 | 1 | -0/+5 | |
| | | | ||||||
| * | | Add initial man pages for some of the extensions. | Arnold D. Robbins | 2012-07-20 | 1 | -0/+5 | |
| | | | ||||||
| * | | fnmatch extension improvements. | Arnold D. Robbins | 2012-07-16 | 1 | -0/+4 | |
| | | | ||||||
| * | | Additional test for AWK_SCALAR. | Arnold D. Robbins | 2012-07-15 | 1 | -0/+5 | |
| | | | ||||||
| * | | Refactoring filefuncs.c before fts changes. | Arnold D. Robbins | 2012-07-13 | 1 | -0/+6 | |
| | | | ||||||
| * | | Simplify code in testext.c. | Arnold D. Robbins | 2012-07-12 | 1 | -0/+5 | |
| | | | ||||||
| * | | Allow creation of constants from extensions. | Arnold D. Robbins | 2012-07-12 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add fnmatch extension. | Arnold D. Robbins | 2012-07-12 | 1 | -0/+6 | |
| | | |