aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
Commit message (Expand)AuthorAgeFilesLines
* Fix lint checking for extension functions.Arnold D. Robbins2012-06-251-8/+23
* Remove extension() builtin.Arnold D. Robbins2012-06-211-2/+1
* Further API code and test code.Arnold D. Robbins2012-06-211-2/+2
* Restore stopme() debugging function.Arnold D. Robbins2012-06-201-0/+11
* Fix code duplication in gawkapi.c from msg.c.Arnold D. Robbins2012-06-191-5/+5
* First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-1/+1
* Add -i option, append .awk if initial search fails, and allow -f repeats.Andrew J. Schorr2012-05-191-18/+21
* Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-117/+116
* Merge remote branch 'origin/xgawk-build'Arnold D. Robbins2012-05-091-0/+1
|\
| * Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-271-1/+1
* | Merge branch 'xgawk'Arnold D. Robbins2012-05-091-4/+65
|\ \
| * | Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-271-1/+1
| |/
| * Some minor style edits in code and doc.Arnold D. Robbins2012-03-261-3/+7
| * New @load keyword to load shared libraries.Andrew J. Schorr2012-03-211-4/+62
* | Cleanups in io.c and improve RS as regexp.Arnold D. Robbins2012-04-261-4/+4
* | Merge branch 'master' into gawk_mpfr.john haque2012-04-171-10/+28
|\ \
| * \ Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-04-081-1/+1
| |\ \
| | * | Update copyrights where needed.Arnold D. Robbins2012-03-281-1/+1
| * | | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-03-221-9/+27
| |\| | | | |/ | |/|
| | * Fix warnings from gcc -Wall, GCC 4.6.2.Arnold D. Robbins2012-02-151-9/+27
* | | Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-4/+4
* | | Placate gcc -Wall, minor doc updates.john haque2012-04-081-2/+0
* | | Add arbitrary-precision arithmetic on integers.john haque2012-03-191-31/+46
* | | Bug fixes and tests for MPFR.john haque2012-03-071-2/+2
* | | Finish MPFR changes and clean up code.john haque2012-02-261-19/+27
* | | Finish builtins for MPFR.john haque2012-02-191-6/+14
* | | New interpreter routine for MPFR.john haque2012-02-161-20/+24
* | | Add infrastructure for MPFR/GMP support.john haque2012-02-141-77/+121
|/ /
* | Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-5/+3
|\|
| * Remove ancient STREQ, STREQN macros.Arnold D. Robbins2011-12-311-3/+3
* | The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-261-31/+43
* | Optimize tail-recursive calls.john haque2011-10-121-6/+31
* | Add a test file, cleanup code and update doc.john haque2011-10-121-7/+4
* | Speed/memory performance improvements.john haque2011-10-121-920/+219
|/
* Make no mbs support work everywhere. Sheesh.Arnold D. Robbins2011-09-211-4/+4
* BEGINFILE/ENDFILE code redone.Arnold D. Robbins2011-08-101-5/+6
* Fix gsub and getline pass by reference. Add tests.Arnold D. Robbins2011-07-261-8/+4
* Fix gsub losing white space when working on fields.Arnold D. Robbins2011-07-151-70/+83
* Disallow gawk builtin/keyword as variable assignment.Arnold D. Robbins2011-05-311-4/+5
* Allow newline after comma in range expressions.Arnold D. Robbins2011-05-231-8/+8
* Documentation and compile fixes.Arnold D. Robbins2011-05-191-1/+1
* Fix problem with subarray of deleted array.Arnold D. Robbins2011-05-041-3/+4
* More array sorting changes from John.Arnold D. Robbins2011-04-181-5/+5
* Fix next and exit from functions.Arnold D. Robbins2011-03-291-5/+9
* Update copyrights.Arnold D. Robbins2011-02-271-1/+1
* Fix line numbers in lint warnings.Arnold D. Robbins2011-02-161-125/+202
* Bug fixes in scanning, updating variables.Arnold D. Robbins2011-02-141-1/+7
* PC fixes for portability and dependencies.Arnold D. Robbins2011-02-131-1/+1
* Minor message fix.Arnold D. Robbins2011-02-131-1/+1
* Regex bug fix and token bug fix. See ChangeLog.Arnold D. Robbins2011-02-071-1/+8