aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-081-9/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-061-9/+14
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Minor code cleanups.Arnold D. Robbins2015-04-061-9/+14
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-051-3/+11
|\| | | | | | | | | |
| * | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-051-3/+11
| |\| | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Don't install gawk extensions if --posix or --traditional.Arnold D. Robbins2015-04-051-3/+11
| | | | | | | | | |
* | | | | | | | | | Further progress on making hard regexes work.Arnold D. Robbins2015-04-031-6/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-031-3/+3
|\| | | | | | | | |
| * | | | | | | | | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-311-5/+19
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-311-4/+17
| |\| | | | | | | | | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-2/+1
| | | | | | | | |
| | * | | | | | | Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-201-2/+16
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into selectArnold D. Robbins2015-03-201-6/+11
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-1/+23
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-191-87/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | 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-42/+58
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-031-28/+212
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 'master' into selectAndrew J. Schorr2014-09-211-61/+197
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-131-34/+54
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | After the gawkapi get_file function opens a file, call the BEGINFILE block.Andrew J. Schorr2013-07-021-1/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Further progress with @/.../.Arnold D. Robbins2015-03-191-2/+19
| | | | | | | | | | | | |
* | | | | | | | | | | | | Make @/.../ a terminal. Improve typeof() builtin function.Arnold D. Robbins2015-03-181-16/+101
| | | | | | | | | | | | |
* | | | | | | | | | | | | First set of changes toward @/.../.Arnold D. Robbins2015-02-271-3/+17
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | 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-1/+23
|\| | | | | | | | | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Disallow calling a function parameter. Check params are not function names.Arnold D. Robbins2015-01-301-1/+23
| | | | | | | |
* | | | | | | | Bug fix in pretty-printing comments and test case.Arnold D. Robbins2015-01-161-0/+1
| | | | | | | |
* | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-141-86/+2
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove deferred variables.Arnold D. Robbins2015-01-141-86/+2
| | | | | | |
* | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-071-11/+13
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Load PROCINFO and ENVIRON if using extensions.Arnold D. Robbins2015-01-071-6/+10
| | | | | |
| * | | | | Bug fix in regexp parsing.Arnold D. Robbins2015-01-071-5/+3
| | | | | |
* | | | | | Improve comment handling in pretty printing.Arnold D. Robbins2014-12-121-12/+58
| | | | | |
* | | | | | 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
| | | | |
* | | | | Rename function and program variablesStephen Davies2014-10-041-15/+15
| | | | |
* | | | | Code review and minor whitespace cleanups.Arnold D. Robbins2014-10-021-9/+16
| | | | |