aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Update infrastructure.Arnold D. Robbins2012-08-171-415/+259
| | |
| * | Add undocumented-for-now PROCINFO["identifiers"].Arnold D. Robbins2012-09-141-3/+3
| | |
| * | Update infrastructure.Arnold D. Robbins2012-08-171-425/+264
| | |
| * | Make it a fatal error to load the same file with -f and -i (or @include).Andrew J. Schorr2012-08-111-5/+14
| | |
| * | Improve lint warning message about a previously loaded shared library.Andrew J. Schorr2012-07-101-1/+5
| | |
| * | Extend or(), and(), xor() to N arguments, N >= 2.Arnold D. Robbins2012-07-091-3/+3
| | |
| * | 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-308/+307
| | |
| * | Merge remote branch 'origin/xgawk-build'Arnold D. Robbins2012-05-091-839/+924
| |\ \
| | * | Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-271-1/+1
| | | |
| | * | Rebuild after merge from xgawk.Arnold D. Robbins2012-03-261-3/+7
| | | |
| | * | xgawk + derived files needed to buildAndrew J. Schorr2012-03-241-839/+920
| | | |
| * | | Cleanups in io.c and improve RS as regexp.Arnold D. Robbins2012-04-261-169/+169
| | | |
* | | | Add optional shutdown routine for an extension lib.john haque2012-04-211-1/+1
| | | |
* | | | Improve array interface.john haque2012-04-191-0/+10
|/ / /
* | | Merge branch 'master' into gawk_mpfr.john haque2012-04-171-9/+27
|\ \ \
| * \ \ 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-200/+198
| | |
* | | Edit doc. Bring awkgram.c and command.c up to date.Arnold D. Robbins2012-04-081-165/+165
| | |
* | | Add arbitrary-precision arithmetic on integers.john haque2012-03-191-163/+178
| | |
* | | Bug fixes and tests for MPFR.john haque2012-03-071-167/+167
| | |
* | | Merge branch 'gawk_mpfr' of git.sv.gnu.org:/srv/git/gawk into gawk_mpfrArnold D. Robbins2012-03-011-206/+214
|\ \ \
| * | | Finish MPFR changes and clean up code.john haque2012-02-261-206/+214
| | | |
* | | | Make MPRF tests pass too.Arnold D. Robbins2012-02-281-165/+165
|/ / /
* | | Finish builtins for MPFR.john haque2012-02-191-6/+14
| | |
* | | New interpreter routine for MPFR.john haque2012-02-161-152/+156
| | |
* | | Add infrastructure for MPFR/GMP support.john haque2012-02-141-429/+473
|/ /
* | 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-218/+230
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-12-261-165/+165
|\|
* | Optimize tail-recursive calls.john haque2011-10-121-140/+165
| |
* | Add a test file, cleanup code and update doc.john haque2011-10-121-7/+4
| |
* | Speed/memory performance improvements.john haque2011-10-121-1847/+1153
|/
* 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-151/+147
|
* 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-362/+364
|
* Documentation and compile fixes.Arnold D. Robbins2011-05-191-1/+1
|
* Update to bison 2.5.Arnold D. Robbins2011-05-161-360/+401
|