index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
awkgram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small code cleanup in awkgram.y:shadow_funcs.
Arnold D. Robbins
2016-07-18
1
-1
/
+1
*
Allow -d- to print to stdout.
Arnold D. Robbins
2016-07-01
1
-1
/
+3
*
Bug fix for pretty printing empty else part.
Arnold D. Robbins
2015-12-27
1
-5
/
+6
*
Disallow nul bytes in source code no matter what.
Arnold D. Robbins
2015-10-28
1
-2
/
+2
*
Bug fix, invalid read in yylex.
Arnold D. Robbins
2015-10-11
1
-3
/
+6
*
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
Arnold D. Robbins
2015-09-26
1
-0
/
+4
|
\
|
*
Fatal with --posix on multidimensional arrays.
Arnold D. Robbins
2015-09-26
1
-0
/
+4
*
|
Rework zOS patches; keep separate from autotools.
Arnold D. Robbins
2015-08-02
1
-2
/
+41
|
/
*
Fix parsing brackets in regexps (again).
Arnold D. Robbins
2015-05-05
1
-3
/
+4
*
Fix minor coredump.
Arnold D. Robbins
2015-05-01
1
-188
/
+191
*
Fix brackets in regexps again. Let's hope this is really it.
Arnold D. Robbins
2015-04-30
1
-8
/
+10
*
Fix bracket handling. "This time for sure."
Arnold D. Robbins
2015-04-28
1
-21
/
+28
*
Fix to Jan 7 2015 regexp parsing fix.
Arnold D. Robbins
2015-04-27
1
-2
/
+2
*
Minor code cleanups.
Arnold D. Robbins
2015-04-06
1
-9
/
+14
*
Don't install gawk extensions if --posix or --traditional.
Arnold D. Robbins
2015-04-05
1
-3
/
+11
*
Further progress on indirect calls of builtins.
Arnold D. Robbins
2015-03-24
1
-361
/
+360
*
Start on testing/fixing indirect calls of builtins.
Arnold D. Robbins
2015-03-20
1
-2
/
+16
*
Fix line continuation with CR-LF.
Arnold D. Robbins
2015-02-24
1
-1
/
+6
*
Improve regexp collection on Solaris, maybe others.
Arnold D. Robbins
2015-02-13
1
-5
/
+5
*
Move param checking against function names into --posix.
Arnold D. Robbins
2015-02-01
1
-1
/
+1
*
Disallow calling a function parameter. Check params are not function names.
Arnold D. Robbins
2015-01-30
1
-360
/
+382
*
Move to Bison 3.0.4.
Arnold D. Robbins
2015-01-24
1
-2
/
+2
*
Update to bison 3.0.3.
Arnold D. Robbins
2015-01-19
1
-3
/
+3
*
Remove deferred variables.
Arnold D. Robbins
2015-01-14
1
-445
/
+361
*
Load PROCINFO and ENVIRON if using extensions.
Arnold D. Robbins
2015-01-07
1
-365
/
+369
*
Bug fix in regexp parsing.
Arnold D. Robbins
2015-01-07
1
-4
/
+2
*
Remove MBS_SUPPORT ifdefs.
Arnold D. Robbins
2014-11-15
1
-30
/
+0
*
Minor fix when checking for bad source characters.
Arnold D. Robbins
2014-09-27
1
-1
/
+1
*
Allow any kind of junk inside quoted strings.
Arnold D. Robbins
2014-09-23
1
-1
/
+5
*
More commentary on isalnum.
Arnold D. Robbins
2014-09-19
1
-0
/
+10
*
Finish excising isalpha and isalnum. Document.
Arnold D. Robbins
2014-09-15
1
-375
/
+389
*
Update awkgram.c.
Arnold D. Robbins
2014-09-14
1
-1
/
+1
*
Force only ASCII letters to be allowed in identifiers.
Arnold D. Robbins
2014-09-14
1
-1
/
+34
*
Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.
Arnold D. Robbins
2014-09-05
1
-2
/
+19
*
Make indirect calls work on built-in and extension functions.
Arnold D. Robbins
2014-09-04
1
-0
/
+16
*
Minor patch to get --profile to work in -M (MPFR) mode.
Andrew J. Schorr
2014-08-03
1
-1
/
+1
*
Make source code character checking smarter.
Arnold D. Robbins
2014-07-10
1
-6
/
+34
*
Disallow bad characters in source files.
Arnold D. Robbins
2014-07-04
1
-41
/
+49
*
Allow any redirected getline inside BEGINFILE/ENDFILE.
Arnold D. Robbins
2014-05-22
1
-118
/
+109
*
Fix memory leak in do_eval.
Arnold D. Robbins
2014-05-09
1
-0
/
+9
*
Continue to straighten out enum usage.
Arnold D. Robbins
2014-03-05
1
-2
/
+2
*
Update to Bison 3.0.2.
Arnold D. Robbins
2014-02-15
1
-1392
/
+1183
*
Remove compilation warning.
Arnold D. Robbins
2014-02-03
1
-0
/
+2
*
Fix bug that only showed up on 32 bit systems with MPFR.
Arnold D. Robbins
2014-01-28
1
-4
/
+9
*
Fix -0 for MPFR.
Arnold D. Robbins
2014-01-19
1
-7
/
+24
*
Minor improvements in a few files.
Arnold D. Robbins
2014-01-12
1
-14
/
+7
*
Fix -O option.
Arnold D. Robbins
2013-10-16
1
-9
/
+7
*
Bug fix for $i++ = 3.
Arnold D. Robbins
2013-10-09
1
-1
/
+6
*
Minor cleanup in awkgram.y.
Arnold D. Robbins
2013-06-27
1
-3
/
+1
*
Make /regex/ a 2nd arg to index() a fatal error.
Arnold D. Robbins
2013-05-09
1
-0
/
+6
[next]