aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Make a start at tests for extension API.Arnold D. Robbins2012-05-302-0/+122
| |
| * Further API work.Arnold D. Robbins2012-05-295-106/+101
| |
| * Additional changes / some cleanups.Arnold D. Robbins2012-05-252-1/+6
| |
| * First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-2412-801/+276
| |
| * Move libtool from top configure.ac into extension directory.Andrew J. Schorr2012-05-2126-82/+39704
| |
| * Build infrastructure updated.Arnold D. Robbins2012-05-202-65/+40
| |
| * More extension work.Arnold D. Robbins2012-05-202-0/+223
| |
| * More work on extension API.Arnold D. Robbins2012-05-161-8/+15
| |
| * Start fleshing out new extension API.Arnold D. Robbins2012-05-152-0/+390
| |
| * Update build infrastructure.Arnold D. Robbins2012-05-151-37/+89
| |
| * Add comment to extension/filefuncs.c discussing unref on value from ↵Andrew J. Schorr2012-05-132-0/+12
| | | | | | | | assoc_lookup.
| * Remove extension/xreadlink.[ch] and update TODO.xgawkAndrew J. Schorr2012-05-133-118/+4
| |
| * Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-119-20/+24
| |
| * Merge remote branch 'origin/xgawk-build'Arnold D. Robbins2012-05-093-2/+639
| |\