Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add fnmatch extension. | Arnold D. Robbins | 2012-07-12 | 1 | -0/+6 | |
| * | | Add ability to call an initialization routine. | Arnold D. Robbins | 2012-07-11 | 1 | -0/+3 | |
| * | | API clean up and require strings to be malloced. | Arnold D. Robbins | 2012-07-11 | 1 | -0/+11 | |
| * | | Change to readfile return value. | Arnold D. Robbins | 2012-07-09 | 1 | -0/+5 | |
| * | | API: Update set_array_element(). Adjust extensions. | Arnold D. Robbins | 2012-07-09 | 1 | -0/+10 | |
| * | | Minor improvements in doc and in ordchr.c. | Arnold D. Robbins | 2012-06-29 | 1 | -0/+5 | |
| * | | Add rwarray to extension tests. | Arnold D. Robbins | 2012-06-25 | 1 | -0/+5 | |
| * | | Get rwarray extension working with new API. | Arnold D. Robbins | 2012-06-24 | 1 | -0/+6 | |
| * | | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 1 | -0/+5 | |
| * | | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 1 | -0/+6 | |
| * | | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 1 | -0/+5 | |
| * | | Get most of array flattening done. | Arnold D. Robbins | 2012-06-18 | 1 | -1/+7 | |
| * | | More API implementation progress. | Arnold D. Robbins | 2012-06-18 | 1 | -0/+4 | |
| * | | Still more API and testext.c work. | Arnold D. Robbins | 2012-06-17 | 1 | -0/+14 | |
| * | | Minor cleanups in extension/time.c. | Andrew J. Schorr | 2012-06-14 | 1 | -0/+5 | |
| * | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -0/+10 | |
| * | | Further cleanups and improvements in API. | Arnold D. Robbins | 2012-06-12 | 1 | -0/+12 | |
| * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+7 | |
| * | | Remove obsolete comment in extension/Makefile.am. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+5 | |
| * | | Remove unused (obsolete) files in the extension directory. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+6 | |
| * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+3 | |
| * | | Minor fixes for printf compile warnings. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+4 | |
| * | | Make a start at tests for extension API. | Arnold D. Robbins | 2012-05-30 | 1 | -0/+4 | |
| * | | Further API work. | Arnold D. Robbins | 2012-05-29 | 1 | -0/+5 | |
| * | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 1 | -0/+5 | |
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -0/+12 | |
| * | | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 1 | -0/+11 | |
| * | | Start fleshing out new extension API. | Arnold D. Robbins | 2012-05-15 | 1 | -0/+7 | |
| * | | Add comment to extension/filefuncs.c discussing unref on value from assoc_loo... | Andrew J. Schorr | 2012-05-13 | 1 | -0/+5 | |
| * | | Remove extension/xreadlink.[ch] and update TODO.xgawk | Andrew J. Schorr | 2012-05-13 | 1 | -0/+4 | |
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -0/+4 | |
| * | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -0/+50 | |
| |\ \ | ||||||
| | * | | Set array elements properly in stat() extension. | Andrew J. Schorr | 2012-04-11 | 1 | -0/+6 | |
| | * | | Extension enhancements and tests. | Andrew J. Schorr | 2012-04-07 | 1 | -0/+8 | |
| | * | | Minor extension fixes. | Andrew J. Schorr | 2012-04-02 | 1 | -0/+6 | |
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -0/+8 | |
| | * | | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 1 | -0/+6 | |
| | * | | Add extension/.gitignore to ignore libtool output. | Andrew J. Schorr | 2012-03-25 | 1 | -0/+5 | |
| | * | | Minor fix to extension/Makefile.am | Andrew J. Schorr | 2012-03-21 | 1 | -0/+4 | |
| | * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -0/+7 | |
* | | | | Add extension example to read/write files with fixed-length records. | john haque | 2012-05-03 | 1 | -0/+5 | |
* | | | | Fix memory corruption in copying an array, add another array extension. | john haque | 2012-05-02 | 1 | -0/+5 | |
* | | | | New array extension. | john haque | 2012-04-25 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -0/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 | |
* | | | Minor edits. | Arnold D. Robbins | 2012-03-22 | 1 | -2/+3 | |
| |/ |/| | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -0/+4 | |
|/ | ||||||
* | Update versions and ChangeLogs, make tarball! | Arnold D. Robbins | 2011-06-23 | 1 | -90/+4 | |
* | Fixes for extension code and tests. | Arnold D. Robbins | 2011-05-23 | 1 | -0/+4 | |
* | Lots of documentation updates. | Arnold D. Robbins | 2011-03-31 | 1 | -1/+5 |