aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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
| | | |
| | * | New @load keyword to load shared libraries.Andrew J. Schorr2012-03-211-0/+10
| | | |
| | * | - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH.
| * | | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-05-091-0/+38
| |\ \ \ | | | |/ | | |/|
| | * | Rework handling of bool.Arnold D. Robbins2012-05-091-0/+6
| | | |
| | * | Don't include config.h twice in replace.c.Arnold D. Robbins2012-05-071-0/+4
| | | |
| | * | Fix minor printf format warnings.Arnold D. Robbins2012-05-071-0/+6
| | | |
| | * | Work around Tandem define.Arnold D. Robbins2012-05-041-0/+4
| | | |
| | * | DJGPP --> __DJGPP__Arnold D. Robbins2012-05-041-0/+5
| | | |
| | * | Merge with grep - RRI now in dfa.c!Arnold D. Robbins2012-05-011-0/+8
| | | |
| | * | Sync dfa with GNU grep.Arnold D. Robbins2012-04-271-0/+5
| | | |
| * | | Merge branch 'gawk-4.0-stable' (latest infrastructure).Arnold D. Robbins2012-04-271-1/+27
| |\| |
| | * | Upgrade infrastructure to autoconf 2.69, automake 1.12.Arnold D. Robbins2012-04-271-0/+10
| | | |
| | * | Minor cleanups in debugger.Arnold D. Robbins2012-04-261-0/+7
| | | |
| | * | Finish updating to automake 1.11.4. tcc now works!Arnold D. Robbins2012-04-091-0/+5
| | | |
| | * | Move to automake 1.11.4.Arnold D. Robbins2012-04-081-0/+4
| | | |
| * | | Cleanups in io.c and improve RS as regexp.Arnold D. Robbins2012-04-261-0/+18
| | | |
* | | | Fix memory corruption in copying an array, add another array extension.john haque2012-05-021-0/+6
| | | |
* | | | Add optional shutdown routine for an extension lib.john haque2012-04-211-0/+23
| | | |
* | | | Improve array interface.john haque2012-04-191-0/+42
| | | |
* | | | Polish array handling code.john haque2012-04-181-0/+16
|/ / /
* | | Merge branch 'master' into gawk_mpfr.john haque2012-04-171-1/+109
|\ \ \
| * | | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-04-081-0/+25
| |\| |
| | * | Move _Noreturn handlng into a separate macro.Arnold D. Robbins2012-03-301-0/+4
| | | |
| | * | Sync dfa with grep. Update configure machinery.Arnold D. Robbins2012-03-291-0/+10
| | | |
| | * | Make 4.0.1 tarball.Arnold D. Robbins2012-03-281-0/+4
| | | |
| | * | Update copyrights where needed.Arnold D. Robbins2012-03-281-0/+2
| | | |
| | * | Additional getopt fix, for DJGPP this time.Arnold D. Robbins2012-03-281-0/+5
| | | |
| * | | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-03-221-1/+84
| |\| | | | |/ | |/|
| | * Minor getopt fix for cygwin and NEWS update.Arnold D. Robbins2012-03-211-0/+5
| | |
| | * Minor configure.ac fix and new tarball.Arnold D. Robbins2012-03-201-0/+5
| | |
| | * Minor printf bug fix + new test for it everywhere.Arnold D. Robbins2012-03-201-0/+7
| | |
| | * Make getopt always compile, fix C89 issues.Arnold D. Robbins2012-03-201-0/+7
| | |