aboutsummaryrefslogtreecommitdiffstats
path: root/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to Bison 3.4.2.Arnold D. Robbins2019-09-171-76/+78
|
* Move to Bison 3.4.Arnold D. Robbins2019-06-021-158/+161
|
* Fix core dump upon syntax error.Arnold D. Robbins2019-04-181-7/+7
|
* Improvements for z/OS, building and test suite.Arnold D. Robbins2019-02-251-1/+1
|
* Update to Bison 3.3.Arnold D. Robbins2019-02-021-303/+317
|
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-1/+1
|
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-1/+1
|
* Update to Bison 3.2.1.Arnold D. Robbins2018-11-171-194/+187
|
* Upgrade to Bison 3.1.Arnold D. Robbins2018-09-161-158/+159
|
* Fix the FSF's address in a few files that still needed it.Arnold D. Robbins2017-10-081-91/+91
|
* Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-111-1/+1
|
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-2/+1
|
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-29/+29
|
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-91/+91
|\
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-91/+91
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-11-261-0/+2
|\|
| * Add "exit" as synonym for "quit" in the debugger.Arnold D. Robbins2015-11-261-0/+2
| |
* | Merge branch 'gawk-4.1-stable' (zOS updates included)Arnold D. Robbins2015-10-041-0/+37
|\|
| * Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-0/+37
| |
* | Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-261-2/+2
|\|
| * Move to Bison 3.0.4.Arnold D. Robbins2015-01-241-2/+2
| |
* | Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-201-3/+3
|\|
| * Update to bison 3.0.3.Arnold D. Robbins2015-01-191-3/+3
| |
* | More fixes to stop allocating an extra byte.Arnold D. Robbins2014-12-141-5/+5
|/
* Add "where" command to debugger (alias for backtrace).Arnold D. Robbins2014-09-281-0/+2
|
* Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-3/+3
|
* Continue to straighten out enum usage.Arnold D. Robbins2014-03-051-1/+1
|
* Update to Bison 3.0.2.Arnold D. Robbins2014-02-151-807/+622
|
* Move a function around in command.y.Arnold D. Robbins2014-01-071-3/+3
|
* Rebuild command.c also.Arnold D. Robbins2013-04-161-89/+89
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-02-261-11/+23
|\
* | Merge branch 'gawk-4.0-stable'. Automake and bison.Arnold D. Robbins2012-12-151-93/+96
|\|
| * Move to bison 2.7.Arnold D. Robbins2012-12-151-93/+96
| |
* | Merge branch 'gawk-4.0-stable' (go to bison 2.6.5)Arnold D. Robbins2012-11-101-126/+88
|\|
| * Update to bison 2.6.5.Arnold D. Robbins2012-11-101-126/+88
| |
* | Merge branch 'gawk-4.0-stable'.Arnold D. Robbins2012-10-281-97/+108
|\|
| * Update to bison 2.6.4.Arnold D. Robbins2012-10-281-245/+189
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-08-261-236/+169
|\|
* | Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-29/+29
| |
* | Merge branch 'gawk-4.0-stable' (latest infrastructure).Arnold D. Robbins2012-04-271-92/+93
|\|
| * Minor cleanups in debugger.Arnold D. Robbins2012-04-261-92/+93
| |
* | Rebuild after merge from gawk_mpfr.Arnold D. Robbins2012-04-271-74/+74
| |
* | Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-75/+75
| |
* | Edit doc. Bring awkgram.c and command.c up to date.Arnold D. Robbins2012-04-081-74/+74
| |
* | Add arbitrary-precision arithmetic on integers.john haque2012-03-191-2/+11
| |
* | Finish MPFR changes and clean up code.john haque2012-02-261-80/+86
| |
* | Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-274/+323
|\|
| * Remove ancient STREQ, STREQN macros.Arnold D. Robbins2011-12-311-271/+312
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-12-081-322/+273
|\|
* | Add a test file, cleanup code and update doc.john haque2011-10-121-5/+4
| |