aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix gsub and getline pass by reference. Add tests.Arnold D. Robbins2011-07-261-0/+20
* Mark FPAT as non standard.Arnold D. Robbins2011-07-171-1/+1
* Disallow gawk builtin/keyword as variable assignment.Arnold D. Robbins2011-05-311-1/+17
* Bug fixes for FPAT.Arnold D. Robbins2011-05-231-1/+1
* Documentation and compile fixes.Arnold D. Robbins2011-05-191-2/+2
* Change ISATTY macro to os_isatty function.Arnold D. Robbins2011-04-011-1/+1
* Some cleanups after code review of main.c.Arnold D. Robbins2011-03-251-89/+74
* Fix for valgrind.Arnold D. Robbins2011-02-231-0/+4
* Update copyright year.Arnold D. Robbins2011-02-221-2/+2
* PC fixes for portability and dependencies.Arnold D. Robbins2011-02-131-1/+1
* More OS/2 changes.Arnold D. Robbins2011-02-101-0/+2
* Fix ctype calls on Cygwin.Arnold D. Robbins2011-02-011-3/+3
* PC fiexes from Eli.Arnold D. Robbins2011-01-081-4/+0
* Work on char* vs const char *.Arnold D. Robbins2010-12-191-2/+2
* Cleanup the mainline PC code, and pc/ directory.Arnold D. Robbins2010-12-181-1/+1
* Add PROCINFO["strftime"] as default strftime() format.Arnold D. Robbins2010-12-161-6/+8
* More doc and code fixes. See ChangeLogs.Arnold D. Robbins2010-12-051-4/+0