Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Make a start at tests for extension API. | Arnold D. Robbins | 2012-05-30 | 2 | -0/+122 | |
| | | | ||||||
| * | | Further API work. | Arnold D. Robbins | 2012-05-29 | 5 | -106/+101 | |
| | | | ||||||
| * | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 2 | -1/+6 | |
| | | | ||||||
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 12 | -801/+276 | |
| | | | ||||||
| * | | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 26 | -82/+39704 | |
| | | | ||||||
| * | | Build infrastructure updated. | Arnold D. Robbins | 2012-05-20 | 2 | -65/+40 | |
| | | | ||||||
| * | | More extension work. | Arnold D. Robbins | 2012-05-20 | 2 | -0/+223 | |
| | | | ||||||
| * | | More work on extension API. | Arnold D. Robbins | 2012-05-16 | 1 | -8/+15 | |
| | | | ||||||
| * | | Start fleshing out new extension API. | Arnold D. Robbins | 2012-05-15 | 2 | -0/+390 | |
| | | | ||||||
| * | | Update build infrastructure. | Arnold D. Robbins | 2012-05-15 | 1 | -37/+89 | |
| | | | ||||||
| * | | Add comment to extension/filefuncs.c discussing unref on value from ↵ | Andrew J. Schorr | 2012-05-13 | 2 | -0/+12 | |
| | | | | | | | | | | | | assoc_lookup. | |||||
| * | | Remove extension/xreadlink.[ch] and update TODO.xgawk | Andrew J. Schorr | 2012-05-13 | 3 | -118/+4 | |
| | | | ||||||
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 9 | -20/+24 | |
| | | | ||||||
| * | | Merge remote branch 'origin/xgawk-build' | Arnold D. Robbins | 2012-05-09 | 3 | -2/+639 | |
| |\ \ | ||||||
| | * | | Set array elements properly in stat() extension. | Andrew J. Schorr | 2012-04-11 | 2 | -74/+42 | |
| | | | | ||||||
| | * | | Extension enhancements and tests. | Andrew J. Schorr | 2012-04-07 | 3 | -13/+88 | |
| | | | | ||||||
| | * | | Minor extension fixes. | Andrew J. Schorr | 2012-04-02 | 3 | -4/+12 | |
| | | | | ||||||
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 5 | -10/+18 | |
| | | | | ||||||
| | * | | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 3 | -144/+120 | |
| | | | | ||||||
| | * | | Add extension/.gitignore to ignore libtool output. | Andrew J. Schorr | 2012-03-25 | 2 | -0/+8 | |
| | | | | ||||||
| | * | | xgawk + derived files needed to build | Andrew J. Schorr | 2012-03-24 | 1 | -0/+651 | |
| | | | | ||||||
| * | | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 8 | -103/+244 | |
| |\ \ \ | ||||||
| | * | | | Set array elements properly in stat() extension. | Andrew J. Schorr | 2012-04-11 | 2 | -74/+42 | |
| | | | | | ||||||
| | * | | | Extension enhancements and tests. | Andrew J. Schorr | 2012-04-07 | 3 | -13/+88 | |
| | | | | | ||||||
| | * | | | Minor extension fixes. | Andrew J. Schorr | 2012-04-02 | 3 | -4/+12 | |
| | | | | | ||||||
| | * | | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 5 | -10/+18 | |
| | | | | | ||||||
| | * | | | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 2 | -39/+29 | |
| | | | | | ||||||
| | * | | | Add extension/.gitignore to ignore libtool output. | Andrew J. Schorr | 2012-03-25 | 2 | -0/+8 | |
| | |/ / | ||||||
| | * | | Minor fix to extension/Makefile.am | Andrew J. Schorr | 2012-03-21 | 2 | -1/+5 | |
| | | | |