Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-06-12 | 32 | -391/+435 | |
| |\ \ | ||||||
| | * | | Update TODO.xgawk to show that the time extension has been added. | Andrew J. Schorr | 2012-06-10 | 2 | -4/+7 | |
| | | | | ||||||
| | * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 20 | -48/+417 | |
| | | | | ||||||
| | * | | 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 | |
| | | | | ||||||
| * | | | Hook in extension at_exit functions. | Arnold D. Robbins | 2012-06-06 | 3 | -0/+9 | |
| |/ / | ||||||
| * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 7 | -8/+164 | |
| | | | ||||||
| * | | Minor fixes for printf compile warnings. | Arnold D. Robbins | 2012-06-06 | 4 | -3/+14 | |
| | | | ||||||
| * | | Minor edits in load_ext. | Arnold D. Robbins | 2012-06-05 | 2 | -9/+10 | |
| | | | ||||||
| * | | Remove use of -export-dynamic for GCC. | Arnold D. Robbins | 2012-06-04 | 3 | -22/+5 | |
| | | | ||||||
| * | | Make a start at tests for extension API. | Arnold D. Robbins | 2012-05-30 | 2 | -0/+122 | |
| | | | ||||||
| * | | Continue refining extension API and implementation. | Arnold D. Robbins | 2012-05-30 | 4 | -34/+93 | |
| | | | ||||||
| * | | Further API work. | Arnold D. Robbins | 2012-05-29 | 12 | -191/+222 | |
| | | | ||||||
| * | | Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. | Andrew J. Schorr | 2012-05-26 | 10 | -29/+109 | |
| | | | ||||||
| * | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 11 | -5/+57 | |
| | | | ||||||
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 31 | -1420/+922 | |
| | | | ||||||
| * | | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 37 | -8563/+21852 | |
| | | | ||||||
| * | | Build infrastructure updated. | Arnold D. Robbins | 2012-05-20 | 9 | -107/+83 | |
| | | | ||||||
| * | | Fix Italian translation. | Arnold D. Robbins | 2012-05-20 | 2 | -1/+1 | |
| | | | ||||||
| * | | More extension work. | Arnold D. Robbins | 2012-05-20 | 4 | -56/+320 | |
| | | | ||||||
| * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Andrew J. Schorr | 2012-05-19 | 1 | -1/+52 | |
| |\ \ | ||||||
| | * | | Further ext API progress. | Arnold D. Robbins | 2012-05-18 | 1 | -1/+52 | |
| | | | | ||||||
| * | | | Add -i option, append .awk if initial search fails, and allow -f repeats. | Andrew J. Schorr | 2012-05-19 | 23 | -653/+881 | |
| |/ / | ||||||
| * | | More progress on extension API. | Arnold D. Robbins | 2012-05-16 | 2 | -6/+55 | |
| | | | ||||||
| * | | More work on extension API. | Arnold D. Robbins | 2012-05-16 | 3 | -17/+85 | |
| | | | ||||||
| * | | Start fleshing out new extension API. | Arnold D. Robbins | 2012-05-15 | 6 | -54/+939 | |
| | | | ||||||
| * | | Update build infrastructure. | Arnold D. Robbins | 2012-05-15 | 4 | -62/+114 | |
| | | | ||||||
| * | | Add comment to extension/filefuncs.c discussing unref on value from ↵ | Andrew J. Schorr | 2012-05-13 | 3 | -2/+12 | |
| | | | | | | | | | | | | assoc_lookup. | |||||
| * | | Remove extension/xreadlink.[ch] and update TODO.xgawk | Andrew J. Schorr | 2012-05-13 | 5 | -129/+32 | |
| | | | ||||||
* | | | Fix math bug in the doc. | Arnold D. Robbins | 2012-08-14 | 3 | -168/+201 | |
| | | | ||||||
* | | | Rework material on arithmetic. | Arnold D. Robbins | 2012-08-12 | 3 | -1370/+1521 | |
| | | | ||||||
* | | | More stuff in README.git. | Arnold D. Robbins | 2012-08-05 | 2 | -2/+15 | |
| | | | ||||||
* | | | Add more APIs and comments to gawkapi.h. | Arnold D. Robbins | 2012-05-14 | 1 | -25/+105 | |
| | | | ||||||
* | | | Fix merge problem in pc/Makefile. | Arnold D. Robbins | 2012-05-14 | 2 | -7/+5 | |
| | | | ||||||
* | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-14 | 13 | -113/+173 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Fix jarebug test. | Arnold D. Robbins | 2012-05-14 | 3 | -10/+17 | |
| | | ||||||
| * | Fix typo in it.po and rebuild it.gmo. | Arnold D. Robbins | 2012-05-14 | 2 | -1/+1 | |
| | | ||||||
| * | Sync dfa.c (again) with GNU grep. | Arnold D. Robbins | 2012-05-14 | 1 | -18/+18 | |
| | | ||||||
* | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 35 | -1247/+1246 | |
| | | ||||||
* | | Fix whitespace in gawkapi.h. | Arnold D. Robbins | 2012-05-11 | 1 | -104/+104 | |
| | | ||||||
* | | Merge remote branch 'origin/xgawk-build' | Arnold D. Robbins | 2012-05-09 | 28 | -1711/+29078 | |
|\ \ | ||||||
| * | | Fix comment typo in gawkapi.h | Andrew J. Schorr | 2012-05-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Copy new gawkapi.h from xgawk branch. | Andrew J. Schorr | 2012-05-07 | 1 | -0/+216 | |
| | | | ||||||
| * | | Set array elements properly in stat() extension. | Andrew J. Schorr | 2012-04-11 | 2 | -74/+42 | |
| | | | ||||||
| * | | Fix memory management bug in unset_ERRNO. | Andrew J. Schorr | 2012-04-09 | 2 | -1/+6 | |
| | | | ||||||
| * | | Protect against environment VALGRIND value. | Andrew J. Schorr | 2012-04-08 | 3 | -0/+13 | |
| | | | ||||||
| * | | Update test/Makefile.in to reflect last patch. | Andrew J. Schorr | 2012-04-08 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add some missing test .ok files to EXTRA_DIST. | Andrew J. Schorr | 2012-04-08 | 2 | -0/+8 | |
| | | | ||||||
| * | | Fix valgrind targets to respect environment settings and work with for ↵ | Andrew J. Schorr | 2012-04-08 | 6 | -8/+21 | |
| | | | | | | | | | | | | shared library tests. | |||||
| * | | Fix shared library tests to work properly with make diffout. | Andrew J. Schorr | 2012-04-07 | 4 | -8/+15 | |
| | | |