Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Patch API sym_update to accept AWK_UNDEFINED for "". | Andrew J. Schorr | 2012-07-11 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Improve lint warning message about a previously loaded shared library. | Andrew J. Schorr | 2012-07-10 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | API: Update set_array_element(). Adjust extensions. | Arnold D. Robbins | 2012-07-09 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Minor improvements in doc and in ordchr.c. | Arnold D. Robbins | 2012-06-29 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Fix lint checking for extension functions. | Arnold D. Robbins | 2012-06-25 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | Hide private parts of IOBUF from extensions. | Andrew J. Schorr | 2012-06-24 | 1 | -0/+26 | |
| | | | | ||||||
| | * | | Get rwarray extension working with new API. | Arnold D. Robbins | 2012-06-24 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Remove extension() builtin. | Arnold D. Robbins | 2012-06-21 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 1 | -2/+12 | |
| | | | | ||||||
| | * | | Restore stopme() debugging function. | Arnold D. Robbins | 2012-06-20 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Additional debugging flags at compile time. | Arnold D. Robbins | 2012-06-19 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | Fix code duplication in gawkapi.c from msg.c. | Arnold D. Robbins | 2012-06-19 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Get most of array flattening done. | Arnold D. Robbins | 2012-06-18 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | More API implementation progress. | Arnold D. Robbins | 2012-06-18 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Still more API and testext.c work. | Arnold D. Robbins | 2012-06-17 | 1 | -0/+15 | |
| | | | | ||||||
| | * | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -1/+17 | |
| | | | | ||||||
| | * | | Further cleanups and improvements in API. | Arnold D. Robbins | 2012-06-12 | 1 | -0/+15 | |
| | | | | ||||||
| | * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-06-12 | 1 | -0/+9 | |
| | |\ \ | ||||||
| | | * | | Update TODO.xgawk to show that the time extension has been added. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+4 | |
| | | | | | ||||||
| | | * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | Hook in extension at_exit functions. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+3 | |
| | |/ / | ||||||
| | * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Minor fixes for printf compile warnings. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Minor edits in load_ext. | Arnold D. Robbins | 2012-06-05 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Remove use of -export-dynamic for GCC. | Arnold D. Robbins | 2012-06-04 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Continue refining extension API and implementation. | Arnold D. Robbins | 2012-05-30 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Further API work. | Arnold D. Robbins | 2012-05-29 | 1 | -1/+16 | |
| | | | | ||||||
| | * | | Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. | Andrew J. Schorr | 2012-05-26 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -0/+52 | |
| | | | | ||||||
| | * | | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Add -i option, append .awk if initial search fails, and allow -f repeats. | Andrew J. Schorr | 2012-05-19 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Start fleshing out new extension API. | Arnold D. Robbins | 2012-05-15 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Remove extension/xreadlink.[ch] and update TODO.xgawk | Andrew J. Schorr | 2012-05-13 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | More stuff in README.git. | Arnold D. Robbins | 2012-08-05 | 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/+111 | |
| |\ \ | ||||||
| | * | | Fix memory management bug in unset_ERRNO. | Andrew J. Schorr | 2012-04-09 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Fix valgrind targets to respect environment settings and work with for ↵ | Andrew J. Schorr | 2012-04-08 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | shared library tests. | |||||
| | * | | Extension enhancements and tests. | Andrew J. Schorr | 2012-04-07 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Add valgrind-noleak target. | Andrew J. Schorr | 2012-04-01 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -0/+17 | |
| | | | | ||||||
| | * | | Fix minor bugs in configure.ac and awkgram.y. | Andrew J. Schorr | 2012-03-27 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Some minor style edits in code and doc. | Arnold D. Robbins | 2012-03-26 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Added TODO.xgawk. | Andrew J. Schorr | 2012-03-25 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Fix some coding style issues and a typo in a comment. | Andrew J. Schorr | 2012-03-24 | 1 | -0/+8 | |
| | | | |