aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Let function parameters shadow gawk extension builtins.Arnold D. Robbins2015-04-151-854/+854
| | | |
| * | | Further fixes from Andrew Schorr.Arnold D. Robbins2015-04-091-13/+3
| | | |
| * | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-071-9/+14
| |\| |
| * | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-04-051-3/+11
| |\ \ \
| * \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-04-031-366/+379
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-271-360/+361
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-081-1/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-02-131-5/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-02-061-360/+382
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-261-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-201-448/+365
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-071-369/+371
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | More fixes to stop allocating an extra byte.Arnold D. Robbins2014-12-141-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | 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-158/+156
| | | | | | | | | | |
* | | | | | | | | | | 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-363/+376
| |\| | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-361/+360
| | | | | | | | | |
| | * | | | | | | | 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-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
| | | | | | | | | |