summaryrefslogtreecommitdiff
path: root/awkgram.y
Commit message (Expand)AuthorAgeFilesLines
* Small code cleanup in awkgram.y:shadow_funcs.Arnold D. Robbins2016-07-181-1/+1
* Allow -d- to print to stdout.Arnold D. Robbins2016-07-011-1/+3
* Changes toward release and test tarball.Arnold D. Robbins2016-05-301-5/+5
* Bug fix for pretty printing empty else part.Arnold D. Robbins2015-12-271-5/+6
* Disallow nul bytes in source code no matter what.Arnold D. Robbins2015-10-281-2/+2
* Bug fix, invalid read in yylex.Arnold D. Robbins2015-10-111-3/+6
* Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-09-261-0/+4
|\
| * Fatal with --posix on multidimensional arrays.Arnold D. Robbins2015-09-261-0/+4
* | Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-2/+41
|/
* Fix parsing brackets in regexps (again).Arnold D. Robbins2015-05-051-3/+4
* Fix minor coredump.Arnold D. Robbins2015-05-011-3/+6
* Fix brackets in regexps again. Let's hope this is really it.Arnold D. Robbins2015-04-301-8/+10
* Fix bracket handling. "This time for sure."Arnold D. Robbins2015-04-281-21/+28
* Fix to Jan 7 2015 regexp parsing fix.Arnold D. Robbins2015-04-271-2/+2
* Minor code cleanups.Arnold D. Robbins2015-04-061-9/+14
* Don't install gawk extensions if --posix or --traditional.Arnold D. Robbins2015-04-051-3/+11
* 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
* Fix line continuation with CR-LF.Arnold D. Robbins2015-02-241-1/+6
* Improve regexp collection on Solaris, maybe others.Arnold D. Robbins2015-02-131-5/+5
* Move param checking against function names into --posix.Arnold D. Robbins2015-02-011-1/+1
* Disallow calling a function parameter. Check params are not function names.Arnold D. Robbins2015-01-301-1/+23
* Remove deferred variables.Arnold D. Robbins2015-01-141-86/+2
* 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
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-30/+0
* Minor fix when checking for bad source characters.Arnold D. Robbins2014-09-271-1/+1
* Allow any kind of junk inside quoted strings.Arnold D. Robbins2014-09-231-1/+5
* More commentary on isalnum.Arnold D. Robbins2014-09-191-0/+10
* Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-16/+30
* Force only ASCII letters to be allowed in identifiers.Arnold D. Robbins2014-09-141-1/+34
* Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-2/+19
* Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-041-0/+16
* Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-031-1/+1
* Make source code character checking smarter.Arnold D. Robbins2014-07-101-6/+34
* Disallow bad characters in source files.Arnold D. Robbins2014-07-041-41/+49
* Allow any redirected getline inside BEGINFILE/ENDFILE.Arnold D. Robbins2014-05-221-13/+4
* Fix memory leak in do_eval.Arnold D. Robbins2014-05-091-0/+9
* Continue to straighten out enum usage.Arnold D. Robbins2014-03-051-2/+2
* Remove compilation warning.Arnold D. Robbins2014-02-031-0/+2
* Fix bug that only showed up on 32 bit systems with MPFR.Arnold D. Robbins2014-01-281-4/+9
* Fix -0 for MPFR.Arnold D. Robbins2014-01-191-7/+24
* Minor improvements in a few files.Arnold D. Robbins2014-01-121-15/+8
* Fix -O option.Arnold D. Robbins2013-10-161-9/+7
* Bug fix for $i++ = 3.Arnold D. Robbins2013-10-091-1/+6
* Minor cleanup in awkgram.y.Arnold D. Robbins2013-06-271-3/+1
* Make /regex/ a 2nd arg to index() a fatal error.Arnold D. Robbins2013-05-091-0/+6
* Bug fix in awkgram.y:check_funcs.Arnold D. Robbins2013-04-141-3/+4
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-02-261-3/+15
|\
| * Bug fix for expression list error.Arnold D. Robbins2013-02-261-3/+15