aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Minor code cleanups.Arnold D. Robbins2014-09-121-1445/+1243
| * | | | Merge branch 'master' into commentArnold D. Robbins2014-09-101-2/+35
| |\ \ \ \
| * | | | | fix awkgram.yStephen Davies2014-09-091-0/+1
| * | | | | sync awkgramStephen Davies2014-09-091-1/+0
| * | | | | adding awkgram.cStephen Davies2014-09-071-1276/+1580
| * | | | | Merge branch 'master' into commentArnold D. Robbins2014-08-061-1/+1
| |\ \ \ \ \
| * | | | | | And add awkgram.c...Arnold D. Robbins2014-07-121-362/+357
| * | | | | | Merge branch 'master' into commentArnold D. Robbins2014-07-121-412/+463
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-04-111-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-02-201-1402/+1217
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-01-121-24/+20
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Additional work.Arnold D. Robbins2013-08-151-0/+3
| * | | | | | | | | | Further attempt on comments. Not so good.Arnold D. Robbins2013-08-141-1/+5
| * | | | | | | | | | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-141-202/+260
* | | | | | | | | | | Merge 'master' into selectAndrew J. Schorr2014-09-211-420/+556
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-191-0/+10
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | More commentary on isalnum.Arnold D. Robbins2014-09-191-0/+10
| * | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-151-375/+389
| |\| | | | | | | |
| | * | | | | | | | Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-375/+389
| * | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-141-1/+34
| |\| | | | | | | | | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Update awkgram.c.Arnold D. Robbins2014-09-141-1/+1
| | * | | | | | | Force only ASCII letters to be allowed in identifiers.Arnold D. Robbins2014-09-141-1/+34
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-051-2/+19
| |\| | | | | | |
| | * | | | | | | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-2/+19
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-041-0/+16
| |\| | | | | | | | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-041-0/+16
| | * | | | | | Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-031-1/+1
| * | | | | | | Merge branch 'gawk-4.1-stable' to get --profile to work with -M.Andrew J. Schorr2014-08-031-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-031-1/+1
| | |/ / / / /
| * / / / / / Add div() function for integer division & remainder.Arnold D. Robbins2014-07-101-1/+11
| |/ / / / /
| * | | | | Make source code character checking smarter.Arnold D. Robbins2014-07-101-6/+34
| * | | | | Disallow bad characters in source files.Arnold D. Robbins2014-07-041-41/+49
| * | | | | Allow any redirected getline inside BEGINFILE/ENDFILE.Arnold D. Robbins2014-05-221-118/+109
| * | | | | Fix memory leak in do_eval.Arnold D. Robbins2014-05-091-0/+9
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into selectAndrew J. Schorr2014-04-131-1424/+1235
|\| | | |
| * | | | Continue to straighten out enum usage.Arnold D. Robbins2014-03-051-2/+2
| | |_|/ | |/| |
| * | | Update to Bison 3.0.2.Arnold D. Robbins2014-02-151-1392/+1183
| * | | Remove compilation warning.Arnold D. Robbins2014-02-031-0/+2
| * | | Fix bug that only showed up on 32 bit systems with MPFR.Arnold D. Robbins2014-01-281-4/+9
| * | | Fix -0 for MPFR.Arnold D. Robbins2014-01-191-7/+24
| | |/ | |/|
| * | Minor improvements in a few files.Arnold D. Robbins2014-01-121-14/+7
| * | Fix -O option.Arnold D. Robbins2013-10-161-9/+7
| * | Bug fix for $i++ = 3.Arnold D. Robbins2013-10-091-1/+6
| |/
* / After the gawkapi get_file function opens a file, call the BEGINFILE block.Andrew J. Schorr2013-07-021-192/+193
|/
* Minor cleanup in awkgram.y.Arnold D. Robbins2013-06-271-3/+1
* Make /regex/ a 2nd arg to index() a fatal error.Arnold D. Robbins2013-05-091-0/+6
* Regenerate awkgram.c with latest bison.Arnold D. Robbins2013-04-161-184/+184
* Bug fix in awkgram.y:check_funcs.Arnold D. Robbins2013-04-141-3/+4
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-02-261-100/+124
|\
| * Bug fix for expression list error.Arnold D. Robbins2013-02-261-89/+101