Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix code duplication in gawkapi.c from msg.c. | Arnold D. Robbins | 2012-06-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -0/+1 | |
| | | | ||||||
| * | | Hook in extension at_exit functions. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+2 | |
| | | | ||||||
| * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -5/+12 | |
| | | | ||||||
| * | | Start fleshing out new extension API. | Arnold D. Robbins | 2012-05-15 | 1 | -1/+4 | |
| | | | ||||||
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -30/+23 | |
| | | | ||||||
| * | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -2/+5 | |
| |\ \ | ||||||
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+16 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Rework handling of bool. | Arnold D. Robbins | 2012-05-09 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Work around Tandem define. | Arnold D. Robbins | 2012-05-04 | 1 | -1/+10 | |
| | | | | ||||||
| * | | | Cleanups in io.c and improve RS as regexp. | Arnold D. Robbins | 2012-04-26 | 1 | -3/+5 | |
| | | | | ||||||
* | | | | Add optional shutdown routine for an extension lib. | john haque | 2012-04-21 | 1 | -5/+8 | |
| | | | | ||||||
* | | | | Improve array interface. | john haque | 2012-04-19 | 1 | -23/+30 | |
| | | | | ||||||
* | | | | Polish array handling code. | john haque | 2012-04-18 | 1 | -14/+21 | |
|/ / / | ||||||
* | | | Change MPFR variable RND_MODE to ROUND_MODE. | john haque | 2012-04-12 | 1 | -5/+5 | |
| | | | ||||||
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | Remove an unneeded define, more fixes for gcc -Wall. | john haque | 2012-04-09 | 1 | -4/+4 | |
| | | | ||||||
* | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -20/+45 | |
| | | | ||||||
* | | | Bug fixes and tests for MPFR. | john haque | 2012-03-07 | 1 | -5/+4 | |
| | | | ||||||
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -26/+25 | |
| | | | ||||||
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -7/+2 | |
| | | | ||||||
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -30/+43 | |
| | | | ||||||
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -15/+94 | |
| |/ |/| | ||||||
* | | Added timeout for reading from input. | john haque | 2012-01-01 | 1 | -1/+7 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -5/+0 | |
|\| | ||||||
| * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -5/+0 | |
| | | ||||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -25/+31 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 1 | -4/+4 | |
|\| | ||||||
| * | MBS support tweaks for DJGPP and z/OS. | Arnold D. Robbins | 2011-12-06 | 1 | -4/+4 | |
| | | ||||||
* | | Optimize tail-recursive calls. | john haque | 2011-10-12 | 1 | -2/+2 | |
| | | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -10/+12 | |
| | | ||||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -187/+339 | |
|/ | ||||||
* | Make gawk_mb_cur_max compile time constant if no mbs support. | Arnold D. Robbins | 2011-10-04 | 1 | -1/+1 | |
| | ||||||
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -7/+5 | |
| | ||||||
* | Fix bug with FPAT. | Arnold D. Robbins | 2011-08-10 | 1 | -0/+1 | |
| | ||||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 1 | -7/+18 | |
| | ||||||
* | Fix for ptys for coprocesses. | Arnold D. Robbins | 2011-08-09 | 1 | -0/+4 | |
| | ||||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -5/+5 | |
| | ||||||
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -3/+12 | |
| | ||||||
* | First set of minor fixes on 4.0 Stable. | Arnold D. Robbins | 2011-07-15 | 1 | -1/+1 | |
| | ||||||
* | Minor cygwin edit. | Arnold D. Robbins | 2011-05-09 | 1 | -3/+0 | |
| | ||||||
* | More array sorting fixes. | Arnold D. Robbins | 2011-05-08 | 1 | -1/+0 | |
| | ||||||
* | Revamp array sorting. | Arnold D. Robbins | 2011-05-04 | 1 | -1/+1 | |
| | ||||||
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 1 | -6/+7 | |
| | ||||||
* | Compile fixes for Cygwin. | Arnold D. Robbins | 2011-05-02 | 1 | -0/+3 | |
| |