Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | |
| | | | | ||||||
| | * | | New @load keyword to load shared libraries. | Andrew J. Schorr | 2012-03-21 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -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. Robbins | 2012-05-09 | 1 | -0/+38 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Rework handling of bool. | Arnold D. Robbins | 2012-05-09 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Don't include config.h twice in replace.c. | Arnold D. Robbins | 2012-05-07 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Fix minor printf format warnings. | Arnold D. Robbins | 2012-05-07 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Work around Tandem define. | Arnold D. Robbins | 2012-05-04 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | DJGPP --> __DJGPP__ | Arnold D. Robbins | 2012-05-04 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Merge with grep - RRI now in dfa.c! | Arnold D. Robbins | 2012-05-01 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Sync dfa with GNU grep. | Arnold D. Robbins | 2012-04-27 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge branch 'gawk-4.0-stable' (latest infrastructure). | Arnold D. Robbins | 2012-04-27 | 1 | -1/+27 | |
| |\| | | ||||||
| | * | | Upgrade infrastructure to autoconf 2.69, automake 1.12. | Arnold D. Robbins | 2012-04-27 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Minor cleanups in debugger. | Arnold D. Robbins | 2012-04-26 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Finish updating to automake 1.11.4. tcc now works! | Arnold D. Robbins | 2012-04-09 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Move to automake 1.11.4. | Arnold D. Robbins | 2012-04-08 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Cleanups in io.c and improve RS as regexp. | Arnold D. Robbins | 2012-04-26 | 1 | -0/+18 | |
| | | | | ||||||
* | | | | Fix memory corruption in copying an array, add another array extension. | john haque | 2012-05-02 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Add optional shutdown routine for an extension lib. | john haque | 2012-04-21 | 1 | -0/+23 | |
| | | | | ||||||
* | | | | Improve array interface. | john haque | 2012-04-19 | 1 | -0/+42 | |
| | | | | ||||||
* | | | | Polish array handling code. | john haque | 2012-04-18 | 1 | -0/+16 | |
|/ / / | ||||||
* | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -1/+109 | |
|\ \ \ | ||||||
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -0/+25 | |
| |\| | | ||||||
| | * | | Move _Noreturn handlng into a separate macro. | Arnold D. Robbins | 2012-03-30 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Sync dfa with grep. Update configure machinery. | Arnold D. Robbins | 2012-03-29 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Update copyrights where needed. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Additional getopt fix, for DJGPP this time. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -1/+84 | |
| |\| | | | |/ | |/| | ||||||
| | * | Minor getopt fix for cygwin and NEWS update. | Arnold D. Robbins | 2012-03-21 | 1 | -0/+5 | |
| | | | ||||||
| | * | Minor configure.ac fix and new tarball. | Arnold D. Robbins | 2012-03-20 | 1 | -0/+5 | |
| | | | ||||||
| | * | Minor printf bug fix + new test for it everywhere. | Arnold D. Robbins | 2012-03-20 | 1 | -0/+7 | |
| | | | ||||||
| | * | Make getopt always compile, fix C89 issues. | Arnold D. Robbins | 2012-03-20 | 1 | -0/+7 | |
| | | |