aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-362/+384
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-191-448/+367
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵Andrew J. Schorr2015-01-191-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44.
| * | | | | | | | | | When an extension calls sym_lookup on a deferred variable, it should always ↵Andrew J. Schorr2015-01-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | succeed.
| * | | | | | | | | | Revert changes to API deferred variable creation, since this should be done ↵Andrew J. Schorr2015-01-081-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at lookup time.
| * | | | | | | | | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-061-2/+5
| | | | | | | | | | |
| * | | | | | | | | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON ↵Andrew J. Schorr2015-01-061-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly.
| * | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2014-12-141-401/+417
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-031-387/+570
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 'master' into selectAndrew J. Schorr2014-09-211-420/+556
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-131-1424/+1235
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | After the gawkapi get_file function opens a file, call the BEGINFILE block.Andrew J. Schorr2013-07-021-192/+193
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Further progress with @/.../.Arnold D. Robbins2015-03-191-683/+706
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Make @/.../ a terminal. Improve typeof() builtin function.Arnold D. Robbins2015-03-181-957/+1105
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | First set of changes toward @/.../.Arnold D. Robbins2015-02-271-775/+794
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-02-241-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Fix line continuation with CR-LF.Arnold D. Robbins2015-02-241-1/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-02-131-5/+5
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Improve regexp collection on Solaris, maybe others.Arnold D. Robbins2015-02-131-5/+5
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-02-011-1/+1
|\| | | | | | | | | | | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Move param checking against function names into --posix.Arnold D. Robbins2015-02-011-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-301-360/+382
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Disallow calling a function parameter. Check params are not function names.Arnold D. Robbins2015-01-301-360/+382
| | | | | | | | |
* | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-251-2/+2
|\| | | | | | | | | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Move to Bison 3.0.4.Arnold D. Robbins2015-01-241-2/+2
| | | | | | | |
* | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-191-3/+3
|\| | | | | | |
| * | | | | | | Update to bison 3.0.3.Arnold D. Robbins2015-01-191-3/+3
| | | | | | | |
* | | | | | | | Bug fix in pretty-printing comments and test case.Arnold D. Robbins2015-01-161-350/+351
| | | | | | | |
* | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-141-445/+361
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove deferred variables.Arnold D. Robbins2015-01-141-445/+361
| | | | | | |
* | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-071-369/+371
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Load PROCINFO and ENVIRON if using extensions.Arnold D. Robbins2015-01-071-365/+369
| | | | | |
| * | | | | Bug fix in regexp parsing.Arnold D. Robbins2015-01-071-4/+2
| | | | | |
* | | | | | Improve comment handling in pretty printing.Arnold D. Robbins2014-12-121-371/+417
| | | | | |
* | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-151-30/+0
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-30/+0
| | | | |
* | | | | Some more minor cleanups.Arnold D. Robbins2014-10-051-0/+5
| | | | |
* | | | | Add updated awkgram.c.Arnold D. Robbins2014-10-041-15/+15
| | | | |
* | | | | Code review and minor whitespace cleanups.Arnold D. Robbins2014-10-021-335/+342
| | | | |
* | | | | Some cleanups and doc additions.Arnold D. Robbins2014-10-011-329/+329
| | | | |
* | | | | Merge branch 'master' into commentArnold D. Robbins2014-09-271-2/+16
|\ \ \ \ \
| * | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-271-1/+1
| |\| | | |
| | * | | | Minor fix when checking for bad source characters.Arnold D. Robbins2014-09-271-1/+1
| | | | | |
| * | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-231-1/+5
| |\| | | | | | |_|_|/ | |/| | |
| | * | | Allow any kind of junk inside quoted strings.Arnold D. Robbins2014-09-231-1/+5
| | | | |
| * | | | 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 'master' into comment, update ChangeLogsArnold D. Robbins2014-09-151-362/+409
|\| | | |
| * | | | 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
| | | | |