aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-9/+9
| |
* | Rebuild awkgram.c with latest bison.Arnold D. Robbins2015-05-211-3/+3
| |
* | Change Node_hardregex to Node_typedregex.Arnold D. Robbins2015-05-111-7/+7
| |
* | 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-221/+226
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-011-188/+191
| |\|
| | * Fix minor coredump.Arnold D. Robbins2015-05-011-188/+191
| | |
| * | 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-330/+325
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-281-974/+1007
|\| |
| * | 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-877/+899
| |\ \
| | * | Make builtin shadowing work. Add test and doc.Arnold D. Robbins2015-04-161-366/+388
| | | |
| | * | 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
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |