aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Patch API sym_update to accept AWK_UNDEFINED for "".Andrew J. Schorr2012-07-111-0/+5
| | | |
| | * | Improve lint warning message about a previously loaded shared library.Andrew J. Schorr2012-07-101-0/+6
| | | |
| | * | API: Update set_array_element(). Adjust extensions.Arnold D. Robbins2012-07-091-0/+7
| | | |
| | * | Extend or(), and(), xor() to N arguments, N >= 2.Arnold D. Robbins2012-07-091-0/+8
| | | |
| | * | Minor improvements in doc and in ordchr.c.Arnold D. Robbins2012-06-291-0/+5
| | | |
| | * | Fix lint checking for extension functions.Arnold D. Robbins2012-06-251-0/+11
| | | |
| | * | Hide private parts of IOBUF from extensions.Andrew J. Schorr2012-06-241-0/+26
| | | |
| | * | Get rwarray extension working with new API.Arnold D. Robbins2012-06-241-0/+5
| | | |
| | * | Remove extension() builtin.Arnold D. Robbins2012-06-211-0/+11
| | | |
| | * | Further API code and test code.Arnold D. Robbins2012-06-211-0/+9
| | | |
| | * | API: Add set_parameter function and test.Arnold D. Robbins2012-06-201-2/+12
| | | |
| | * | Restore stopme() debugging function.Arnold D. Robbins2012-06-201-0/+5
| | | |
| | * | Additional debugging flags at compile time.Arnold D. Robbins2012-06-191-0/+5
| | | |
| | * | Delete marked elements from flattened array.Arnold D. Robbins2012-06-191-0/+11
| | | |
| | * | Fix code duplication in gawkapi.c from msg.c.Arnold D. Robbins2012-06-191-0/+8
| | | |
| | * | Get most of array flattening done.Arnold D. Robbins2012-06-181-0/+6
| | | |
| | * | More API implementation progress.Arnold D. Robbins2012-06-181-0/+7
| | | |
| | * | Still more API and testext.c work.Arnold D. Robbins2012-06-171-0/+15
| | | |
| | * | More API implementations and testext improvements.Arnold D. Robbins2012-06-121-1/+17
| | | |
| | * | Further cleanups and improvements in API.Arnold D. Robbins2012-06-121-0/+15
| | | |
| | * | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-06-121-0/+9
| | |\ \
| | | * | Update TODO.xgawk to show that the time extension has been added.Andrew J. Schorr2012-06-101-0/+4
| | | | |
| | | * | Add time extension providing gettimeofday and sleep.Andrew J. Schorr2012-06-101-0/+5
| | | | |
| | * | | Hook in extension at_exit functions.Arnold D. Robbins2012-06-061-0/+3
| | |/ /
| | * | Changes to LINT reflect to extn API. Add API tests.Arnold D. Robbins2012-06-061-0/+5
| | | |
| | * | Minor fixes for printf compile warnings.Arnold D. Robbins2012-06-061-0/+5
| | | |
| | * | Minor edits in load_ext.Arnold D. Robbins2012-06-051-0/+5
| | | |
| | * | Remove use of -export-dynamic for GCC.Arnold D. Robbins2012-06-041-0/+5
| | | |
| | * | Continue refining extension API and implementation.Arnold D. Robbins2012-05-301-0/+9
| | | |
| | * | Further API work.Arnold D. Robbins2012-05-291-1/+16
| | | |
| | * | Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test.Andrew J. Schorr2012-05-261-0/+8
| | | |
| | * | Additional changes / some cleanups.Arnold D. Robbins2012-05-251-0/+9
| | | |
| | * | First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-0/+52
| | | |
| | * | Move libtool from top configure.ac into extension directory.Andrew J. Schorr2012-05-211-0/+8
| | | |
| | * | Add -i option, append .awk if initial search fails, and allow -f repeats.Andrew J. Schorr2012-05-191-0/+10
| | | |
| | * | Start fleshing out new extension API.Arnold D. Robbins2012-05-151-0/+6
| | | |
| | * | Remove extension/xreadlink.[ch] and update TODO.xgawkAndrew J. Schorr2012-05-131-0/+5
| | | |
| * | | More stuff in README.git.Arnold D. Robbins2012-08-051-0/+4
| |/ /
| * | Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-0/+4
| | |
| * | Merge branch 'xgawk'Arnold D. Robbins2012-05-091-0/+111
| |\ \
| | * | Fix memory management bug in unset_ERRNO.Andrew J. Schorr2012-04-091-0/+5
| | | |
| | * | Fix valgrind targets to respect environment settings and work with for ↵Andrew J. Schorr2012-04-081-0/+8
| | | | | | | | | | | | | | | | shared library tests.
| | * | Extension enhancements and tests.Andrew J. Schorr2012-04-071-0/+4
| | | |
| | * | Add valgrind-noleak target.Andrew J. Schorr2012-04-011-0/+6
| | | |
| | * | Update ERRNO API.Andrew J. Schorr2012-04-011-0/+17
| | | |
| | * | Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-271-0/+9
| | | |
| | * | Some minor style edits in code and doc.Arnold D. Robbins2012-03-261-0/+10
| | | |
| | * | Rewrite extension/Makefile.amAndrew J. Schorr2012-03-251-0/+5
| | | |
| | * | Added TODO.xgawk.Andrew J. Schorr2012-03-251-0/+4
| | | |
| | * | Fix some coding style issues and a typo in a comment.Andrew J. Schorr2012-03-241-0/+8
| | | |