aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
Commit message (Expand)AuthorAgeFilesLines
* Turn optimization on by default. New -s option to disable it.Arnold D. Robbins2016-02-051-0/+6
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-12-271-5/+6
|\
| * Bug fix for pretty printing empty else part.Arnold D. Robbins2015-12-271-5/+6
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-10-281-2/+2
|\|
| * Disallow nul bytes in source code no matter what.Arnold D. Robbins2015-10-281-2/+2
* | Fix invalid write in yylex.Arnold D. Robbins2015-10-251-1/+2
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-10-111-3/+6
|\|
| * Bug fix, invalid read in yylex.Arnold D. Robbins2015-10-111-3/+6
* | Merge branch 'gawk-4.1-stable' (zOS updates included)Arnold D. Robbins2015-10-041-2/+41
|\|
| * Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-09-261-0/+4
| |\
| * | Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-2/+41
* | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-09-261-0/+4
|\ \ \ | | |/ | |/|
| * | Fatal with --posix on multidimensional arrays.Arnold D. Robbins2015-09-261-0/+4
| |/
* | Debugger fix, eval for builtin extensions + test.Arnold D. Robbins2015-06-291-2/+8
* | Improve memory tracking on typed regex.Arnold D. Robbins2015-06-281-0/+1
* | Remove support for old-style extensions.Arnold D. Robbins2015-06-261-4/+1
* | Improve debugger support for typed regexps.Arnold D. Robbins2015-06-221-0/+2
* | Make isarray also not scalarize untyped parameters.Arnold D. Robbins2015-06-221-5/+1
* | Fix typeof to not change untyped param to scalar.Arnold D. Robbins2015-06-211-1/+5
* | Finish "hard" --> "typed" transition.Arnold D. Robbins2015-06-121-13/+13
* | Change Node_hardregex to Node_typedregex.Arnold D. Robbins2015-05-111-4/+4
* | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-05-051-3/+4
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-051-3/+4
| |\|
| | * Fix parsing brackets in regexps (again).Arnold D. Robbins2015-05-051-3/+4
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-05-031-11/+16
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-011-3/+6
| |\|
| | * Fix minor coredump.Arnold D. Robbins2015-05-011-3/+6
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-301-8/+10
| |\|
| | * Fix brackets in regexps again. Let's hope this is really it.Arnold D. Robbins2015-04-301-8/+10
* | | Add lint warning for isarray.Arnold D. Robbins2015-04-281-5/+0
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-281-38/+63
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-281-21/+28
| |\|
| | * Fix bracket handling. "This time for sure."Arnold D. Robbins2015-04-281-21/+28
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-271-2/+2
| |\|
| | * Fix to Jan 7 2015 regexp parsing fix.Arnold D. Robbins2015-04-271-2/+2
| * | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-271-3/+31
| |\ \
| | * | Make builtin shadowing work. Add test and doc.Arnold D. Robbins2015-04-161-5/+27
| | * | Let function parameters shadow gawk extension builtins.Arnold D. Robbins2015-04-151-3/+9
| * | | 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-7/+20
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-271-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ 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-1/+23
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-201-86/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-071-11/+13
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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