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