index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Disallow nul bytes in source code no matter what.
Arnold D. Robbins
2015-10-28
6
-2
/
+23
|
*
Sort id test output, should help on z/OS.
Arnold D. Robbins
2015-10-26
3
-58
/
+64
|
*
Bug fix, invalid read in yylex.
Arnold D. Robbins
2015-10-11
6
-2
/
+28
|
*
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
Arnold D. Robbins
2015-09-26
5
-0
/
+24
|
\
|
*
Fatal with --posix on multidimensional arrays.
Arnold D. Robbins
2015-09-26
5
-0
/
+24
|
|
*
|
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
Arnold D. Robbins
2015-09-18
7
-2
/
+33
|
\
|
|
*
Bug fix to FPAT field parsing.
Arnold D. Robbins
2015-09-18
7
-2
/
+33
|
|
*
|
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
Arnold D. Robbins
2015-09-04
2
-1
/
+5
|
\
|
|
*
Profiling: print integral values as integers.
Arnold D. Robbins
2015-09-04
2
-1
/
+5
|
|
*
|
ChangeLog entries for z/OS added.
Arnold D. Robbins
2015-09-01
1
-0
/
+8
|
|
*
|
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
Arnold D. Robbins
2015-08-25
7
-2
/
+37
|
\
|
|
*
Improve handling of invalid data in UTF locales.
Arnold D. Robbins
2015-08-25
7
-2
/
+37
|
|
*
|
Rework zOS patches; keep separate from autotools.
Arnold D. Robbins
2015-08-02
2
-15
/
+17
|
/
*
Fix negtime test to run out-of-tree.
Arnold D. Robbins
2015-06-25
3
-2
/
+6
|
*
For the inplace extension, add inplace variable to control whether it's active.
Andrew J. Schorr
2015-06-17
4
-4
/
+9
|
*
Improve negtime test.
Arnold D. Robbins
2015-05-29
4
-3
/
+32
|
*
Improve error message if inadequate locale support.
Arnold D. Robbins
2015-05-21
3
-2
/
+7
|
*
Fix fts test to not include atime.
Arnold D. Robbins
2015-05-21
2
-6
/
+19
|
*
Changes for 4.1.3 release.
Arnold D. Robbins
2015-05-19
1
-0
/
+4
|
*
Wrap dbueval test in check for tty.
Arnold D. Robbins
2015-05-05
3
-4
/
+14
|
*
Fix parsing brackets in regexps (again).
Arnold D. Robbins
2015-05-05
7
-2
/
+76
|
*
Make 4.1.2 release.
Arnold D. Robbins
2015-04-29
1
-0
/
+4
|
*
Make call-by-value work again for $0.
Arnold D. Robbins
2015-04-28
7
-2
/
+36
|
*
Fix to Jan 7 2015 regexp parsing fix.
Arnold D. Robbins
2015-04-27
7
-2
/
+30
|
*
Make indirect call of gensub with 3 args work.
Arnold D. Robbins
2015-04-14
3
-0
/
+12
|
*
Remove fatal error if strftime timestamp < 0.
Arnold D. Robbins
2015-04-13
5
-2
/
+27
|
*
Robustify the charset tests against missing locales.
Arnold D. Robbins
2015-04-09
3
-14
/
+38
|
*
Make fts test more robust.
Arnold D. Robbins
2015-04-09
2
-1
/
+8
|
*
Regenerate test/Makefile.in after Eli's fixes.
Arnold D. Robbins
2015-04-08
1
-1
/
+1
|
*
Allow to redirect profile to stdout more portably.
Eli Zaretskii
2015-04-08
2
-1
/
+6
|
*
Merge branch 'feature/fix-indirect-call' into gawk-4.1-stable
Arnold D. Robbins
2015-03-31
7
-2
/
+440
|
\
|
*
Add tests for indirect call of builtins.
Arnold D. Robbins
2015-03-31
6
-2
/
+435
|
|
|
*
Fix a test.
Arnold D. Robbins
2015-03-24
2
-0
/
+5
|
|
*
|
Fix bug where exit with no argument was setting the exit status to zero.
Andrew J. Schorr
2015-03-24
6
-2
/
+25
|
/
*
Bug fix to inplace extension and doc updates.
Arnold D. Robbins
2015-03-18
4
-4
/
+9
|
*
Fix bad allocs -M and profiling.
Arnold D. Robbins
2015-03-17
5
-4
/
+37
|
*
Add additional fpat test.
Arnold D. Robbins
2015-03-10
6
-2
/
+191
|
*
Fix permissions on some of the files in test.
Arnold D. Robbins
2015-03-06
6
-0
/
+5
|
*
Fixes for building a tarball.
Arnold D. Robbins
2015-02-26
3
-0
/
+7
|
*
Fix line continuation with CR-LF.
Arnold D. Robbins
2015-02-24
6
-2
/
+35
|
*
Add new profile test.
Arnold D. Robbins
2015-02-10
6
-2
/
+32
|
*
Move param checking against function names into --posix.
Arnold D. Robbins
2015-02-01
5
-25
/
+29
|
*
Disallow calling a function parameter. Check params are not function names.
Arnold D. Robbins
2015-01-30
12
-7
/
+92
|
*
Move to Automake 1.15.
Arnold D. Robbins
2015-01-24
1
-7
/
+19
|
*
Fix dumpvars test after removing deferred variables.
Arnold D. Robbins
2015-01-14
4
-4
/
+4
|
*
Remove deferred variables.
Arnold D. Robbins
2015-01-14
3
-0
/
+7
|
*
Load PROCINFO and ENVIRON if using extensions.
Arnold D. Robbins
2015-01-07
2
-1
/
+5
|
*
Fix count$ in printf for dynamic width/precision.
Arnold D. Robbins
2015-01-07
6
-2
/
+28
|
*
Bug fix in regexp parsing.
Arnold D. Robbins
2015-01-07
7
-4
/
+27
|
*
Fix test/ChangeLog.
Arnold D. Robbins
2014-12-24
1
-5
/
+5
|
[next]