Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add fts() extension, support, doc, and test. | Arnold D. Robbins | 2012-08-08 | 10 | -43/+552 | |
| | | | ||||||
| * | | Fix readdir.c for cygwin. | Arnold D. Robbins | 2012-08-03 | 2 | -7/+10 | |
| | | | ||||||
| * | | Extension doc updates; install dgawk.1 man page. | Arnold D. Robbins | 2012-08-01 | 7 | -14/+180 | |
| | | | ||||||
| * | | Rework rwarray.c to use stdio, for cygwin. | Arnold D. Robbins | 2012-07-31 | 3 | -51/+528 | |
| | | | ||||||
| * | | Doc updates for extensions. | Arnold D. Robbins | 2012-07-30 | 8 | -2/+272 | |
| | | | ||||||
| * | | Gettext support for the extension files. | Arnold D. Robbins | 2012-07-30 | 19 | -477/+7021 | |
| | | | ||||||
| * | | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 2 | -3/+7 | |
| | | | ||||||
| * | | Improvements in readdir.c. | Arnold D. Robbins | 2012-07-29 | 2 | -2/+12 | |
| | | | ||||||
| * | | Extension libraries need to link with $(LIBINTL). | Andrew J. Schorr | 2012-07-27 | 3 | -11/+39 | |
| | | | ||||||
| * | | Fix last: must initialize errno to 0 before calling readdir. | Andrew J. Schorr | 2012-07-27 | 2 | -0/+9 | |
| | | | ||||||
| * | | The readdir extension should set the error code if readdir fails. | Andrew J. Schorr | 2012-07-27 | 2 | -4/+9 | |
| | | | ||||||
| * | | Fix bug in API set_RT, bug in readdir.c. | Arnold D. Robbins | 2012-07-27 | 2 | -1/+6 | |
| | | | ||||||
| * | | Robustify extension/readdir.c. | Arnold D. Robbins | 2012-07-26 | 5 | -35/+121 | |
| | | | ||||||
| * | | Fix warning in extension/testext.c. | Arnold D. Robbins | 2012-07-26 | 2 | -0/+5 | |
| | | | ||||||
| * | | Add set_RT to API and to readdir extension. | Arnold D. Robbins | 2012-07-26 | 2 | -4/+11 | |
| | | | ||||||
| * | | Enable gettext in extensions. | Arnold D. Robbins | 2012-07-26 | 3 | -0/+11 | |
| | | | ||||||
| * | | Document the parser interface and remove some excessive readdir paranoia. | Andrew J. Schorr | 2012-07-26 | 2 | -19/+18 | |
| | | | ||||||
| * | | Add translation to the extensions. | Arnold D. Robbins | 2012-07-25 | 8 | -41/+74 | |
| | | | ||||||
| * | | Remove translation of errno strings from API. | Arnold D. Robbins | 2012-07-25 | 2 | -4/+6 | |
| | | | ||||||
| * | | Start refactoring iop handling. Add readdir extension. | Arnold D. Robbins | 2012-07-25 | 4 | -4/+246 | |
| | | | ||||||
| * | | Add initial man pages for some of the extensions. | Arnold D. Robbins | 2012-07-20 | 5 | -0/+604 | |
| | | | ||||||
| * | | fnmatch extension improvements. | Arnold D. Robbins | 2012-07-16 | 2 | -6/+12 | |
| | | | ||||||
| * | | Additional test for AWK_SCALAR. | Arnold D. Robbins | 2012-07-15 | 2 | -0/+64 | |
| | | | ||||||
| * | | Refactoring filefuncs.c before fts changes. | Arnold D. Robbins | 2012-07-13 | 2 | -28/+44 | |
| | | | ||||||
| * | | Simplify code in testext.c. | Arnold D. Robbins | 2012-07-12 | 2 | -27/+12 | |
| | | | ||||||
| * | | Allow creation of constants from extensions. | Arnold D. Robbins | 2012-07-12 | 3 | -3/+6 | |
| | | | ||||||
| * | | Add fnmatch extension. | Arnold D. Robbins | 2012-07-12 | 7 | -8/+210 | |
| | | | ||||||
| * | | Add ability to call an initialization routine. | Arnold D. Robbins | 2012-07-11 | 8 | -0/+10 | |
| | | | ||||||
| * | | API clean up and require strings to be malloced. | Arnold D. Robbins | 2012-07-11 | 7 | -22/+39 | |
| | | | ||||||
| * | | Change to readfile return value. | Arnold D. Robbins | 2012-07-09 | 2 | -6/+12 | |
| | | | ||||||
| * | | API: Update set_array_element(). Adjust extensions. | Arnold D. Robbins | 2012-07-09 | 5 | -39/+34 | |
| | | | ||||||
| * | | Minor improvements in doc and in ordchr.c. | Arnold D. Robbins | 2012-06-29 | 2 | -4/+17 | |
| | | | ||||||
| * | | Add rwarray to extension tests. | Arnold D. Robbins | 2012-06-25 | 4 | -37/+7 | |
| | | | ||||||
| * | | Make rwarray.awk read regular input. | Arnold D. Robbins | 2012-06-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Get rwarray extension working with new API. | Arnold D. Robbins | 2012-06-24 | 5 | -253/+278 | |
| | | | ||||||
| * | | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 2 | -36/+37 | |
| | | | ||||||
| * | | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 2 | -6/+70 | |
| | | | ||||||
| * | | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 2 | -16/+36 | |
| | | | ||||||
| * | | Get most of array flattening done. | Arnold D. Robbins | 2012-06-18 | 4 | -32/+117 | |
| | | | ||||||
| * | | More API implementation progress. | Arnold D. Robbins | 2012-06-18 | 2 | -1/+5 | |
| | | | ||||||
| * | | Add some prints. | Arnold D. Robbins | 2012-06-17 | 1 | -1/+9 | |
| | | | ||||||
| * | | Still more API and testext.c work. | Arnold D. Robbins | 2012-06-17 | 7 | -55/+241 | |
| | | | ||||||
| * | | Minor cleanups in extension/time.c. | Andrew J. Schorr | 2012-06-14 | 2 | -3/+6 | |
| | | | ||||||
| * | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 5 | -28/+137 | |
| | | | ||||||
| * | | Further cleanups and improvements in API. | Arnold D. Robbins | 2012-06-12 | 6 | -15/+26 | |
| | | | ||||||
| * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 7 | -10/+334 | |
| | | | ||||||
| * | | Remove obsolete comment in extension/Makefile.am. | Andrew J. Schorr | 2012-06-10 | 2 | -3/+5 | |
| | | | ||||||
| * | | Remove unused (obsolete) files in the extension directory. | Andrew J. Schorr | 2012-06-10 | 12 | -336/+6 | |
| | | | ||||||
| * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 2 | -8/+142 | |
| | | | ||||||
| * | | Minor fixes for printf compile warnings. | Arnold D. Robbins | 2012-06-06 | 2 | -1/+5 | |
| | | |