aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
| * | Change to readfile return value.Arnold D. Robbins2012-07-092-6/+12
| | |
| * | API: Update set_array_element(). Adjust extensions.Arnold D. Robbins2012-07-095-39/+34
| | |
| * | Minor improvements in doc and in ordchr.c.Arnold D. Robbins2012-06-292-4/+17
| | |
| * | Add rwarray to extension tests.Arnold D. Robbins2012-06-254-37/+7
| | |
| * | Make rwarray.awk read regular input.Arnold D. Robbins2012-06-251-1/+1
| | |
| * | Get rwarray extension working with new API.Arnold D. Robbins2012-06-245-253/+278
| | |
| * | Further API code and test code.Arnold D. Robbins2012-06-212-36/+37
| | |
| * | API: Add set_parameter function and test.Arnold D. Robbins2012-06-202-6/+70
| | |
| * | Delete marked elements from flattened array.Arnold D. Robbins2012-06-192-16/+36
| | |
| * | Get most of array flattening done.Arnold D. Robbins2012-06-184-32/+117
| | |
| * | More API implementation progress.Arnold D. Robbins2012-06-182-1/+5
| | |
| * | Add some prints.Arnold D. Robbins2012-06-171-1/+9
| | |
| * | Still more API and testext.c work.Arnold D. Robbins2012-06-177-55/+241
| | |
| * | Minor cleanups in extension/time.c.Andrew J. Schorr2012-06-142-3/+6
| | |
| * | More API implementations and testext improvements.Arnold D. Robbins2012-06-125-28/+137
| | |
| * | Further cleanups and improvements in API.Arnold D. Robbins2012-06-126-15/+26
| | |
| * | Add time extension providing gettimeofday and sleep.Andrew J. Schorr2012-06-107-10/+334
| | |
| * | Remove obsolete comment in extension/Makefile.am.Andrew J. Schorr2012-06-102-3/+5
| | |
| * | Remove unused (obsolete) files in the extension directory.Andrew J. Schorr2012-06-1012-336/+6
| | |
| * | Changes to LINT reflect to extn API. Add API tests.Arnold D. Robbins2012-06-062-8/+142
| | |
| * | Minor fixes for printf compile warnings.Arnold D. Robbins2012-06-062-1/+5
| | |