| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor profiling fixes. More to come. | Arnold D. Robbins | 2013-05-28 | 1 | -0/+3 |
* | Add PROCINFO entries for API major and minor versions. | Arnold D. Robbins | 2013-04-23 | 1 | -0/+5 |
* | Code rearrangement to avoid a warning. | Arnold D. Robbins | 2013-03-27 | 1 | -1/+4 |
* | Additional fixes for MirBSD. Now passes make check. | Arnold D. Robbins | 2013-03-20 | 1 | -0/+8 |
* | Remove unneeded, undocumented -m option. | Arnold D. Robbins | 2013-02-06 | 1 | -15/+1 |
* | Add API to --version output. Use it for shlib tests. | Arnold D. Robbins | 2013-01-31 | 1 | -0/+3 |
* | Bump version for alpha tarball, copyright in main. | Arnold D. Robbins | 2013-01-17 | 1 | -2/+2 |
* | Fix --disable-lint. | Arnold D. Robbins | 2012-12-19 | 1 | -1/+1 |
* | Make indirectly updated vars accessable to SYMTAB, API. | Arnold D. Robbins | 2012-12-19 | 1 | -0/+2 |
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-09 | 1 | -2/+2 |
|\ |
|
| * | Change BINMODE to use symbolic values. | Arnold D. Robbins | 2012-12-09 | 1 | -2/+2 |
* | | Further awk.h cleanup. | Arnold D. Robbins | 2012-11-30 | 1 | -3/+1 |
* | | SYMTAB enhancements, bug fix. Doc additions. | Arnold D. Robbins | 2012-10-19 | 1 | -0/+12 |
* | | First cut at SYMTAB and FUNCTAB. | Arnold D. Robbins | 2012-09-25 | 1 | -2/+6 |
* | | Add undocumented-for-now PROCINFO["identifiers"]. | Arnold D. Robbins | 2012-09-14 | 1 | -0/+2 |
* | | Add facility to get vesion info from extensions. | Arnold D. Robbins | 2012-08-24 | 1 | -2/+9 |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-17 | 1 | -1/+4 |
|\| |
|
| * | Fix bug with --characters-as-bytes. | Arnold D. Robbins | 2012-06-19 | 1 | -1/+4 |
* | | Remove extension() builtin. | Arnold D. Robbins | 2012-06-21 | 1 | -1/+1 |
* | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -2/+2 |
* | | Continue refining extension API and implementation. | Arnold D. Robbins | 2012-05-30 | 1 | -1/+1 |
* | | Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. | Andrew J. Schorr | 2012-05-26 | 1 | -4/+3 |
* | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 1 | -1/+20 |
* | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -1/+4 |
* | | Add -i option, append .awk if initial search fails, and allow -f repeats. | Andrew J. Schorr | 2012-05-19 | 1 | -2/+7 |
* | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -59/+59 |
* | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -15/+28 |
|\ \ |
|
| * | | Some minor style edits in code and doc. | Arnold D. Robbins | 2012-03-26 | 1 | -2/+4 |
| * | | Fix some coding style issues and a typo in a comment. | Andrew J. Schorr | 2012-03-24 | 1 | -1/+1 |
| * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -15/+26 |
* | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -7/+12 |
|\ \ \ |
|
| * \ \ | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -7/+12 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Make getgroups error non-fatal. Minor doc update. | Arnold D. Robbins | 2012-02-28 | 1 | -5/+8 |
| | * | General prep for release. (Copyrights, etc.) | Arnold D. Robbins | 2012-02-10 | 1 | -2/+2 |
| | * | Minor bug fix, new .gmo files. | Arnold D. Robbins | 2012-02-07 | 1 | -1/+2 |
* | | | MPFR fixes from Eli. | john haque | 2012-04-16 | 1 | -0/+2 |
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -4/+4 |
* | | | Change --arbitrary-precision to --bignum. Doc updates. | Arnold D. Robbins | 2012-04-11 | 1 | -17/+17 |
* | | | Remove an unneeded define, more fixes for gcc -Wall. | john haque | 2012-04-09 | 1 | -6/+1 |
* | | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 1 | -2/+2 |
* | | | Documentation updates for arbitrary precision math support. | john haque | 2012-03-31 | 1 | -4/+6 |
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -4/+14 |
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -6/+11 |
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -4/+2 |
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -7/+41 |
|/ / |
|
* | | Added timeout for reading from input. | john haque | 2012-01-01 | 1 | -1/+3 |
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -35/+49 |
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -6/+2 |
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -71/+74 |
|/ |
|
* | Make gawk_mb_cur_max compile time constant if no mbs support. | Arnold D. Robbins | 2011-10-04 | 1 | -2/+0 |