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