index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc update - awk.info is gone.
Arnold D. Robbins
2017-01-25
4
-559
/
+564
*
Fix bug in string concatenation optimization.
Andrew J. Schorr
2017-01-15
8
-4
/
+41
*
Update ca.po.
Arnold D. Robbins
2016-12-19
1
-528
/
+334
*
Fix gawk exe directory for cld verb
John Malmberg
2016-11-24
2
-1
/
+5
*
Add valgrind.awk to EXTRA_DIST in test/Makefile.am.
Arnold D. Robbins
2016-11-21
3
-0
/
+6
*
Fix doc on dcngettext.
Arnold D. Robbins
2016-11-10
4
-207
/
+219
*
Small doc fixes.
Arnold D. Robbins
2016-11-08
5
-319
/
+326
*
Improve valgrind scan.
Arnold D. Robbins
2016-11-07
4
-22
/
+53
*
Fix some valgrind errors.
Arnold D. Robbins
2016-11-07
2
-2
/
+9
*
Improve behavior on MS-Windows when stdout is redirected to a pipe.
Eli Zaretskii
2016-11-04
5
-3
/
+40
*
Add README.aix. Typo fix in README.zLinux.
Arnold D. Robbins
2016-10-31
3
-1
/
+15
*
Minor bug fix for init_awkpath.
Arnold D. Robbins
2016-10-26
2
-1
/
+7
*
Restore null elements in paths being same as dot.
Arnold D. Robbins
2016-10-25
2
-31
/
+50
*
VMS should not kit the entire git clone
John Malmberg
2016-10-24
3
-20
/
+24
*
Remove references to MS-DOS and OS/2 from the doc.
Arnold D. Robbins
2016-10-23
5
-1276
/
+687
*
Rework Bugs section in the manual.
Arnold D. Robbins
2016-10-02
4
-656
/
+729
*
Fix compilation warnings on MinGW with the latest runtime
Eli Zaretskii
2016-09-24
6
-2
/
+31
*
Minor documentation fixes.
Arnold D. Robbins
2016-09-20
5
-322
/
+330
*
Update pc/Makefile.tst.
Arnold D. Robbins
2016-09-08
2
-2
/
+11
*
Update command.y to version 3 of the GPL.
Arnold D. Robbins
2016-09-08
2
-1
/
+5
*
Fix license texts in a few files.
Arnold D. Robbins
2016-09-07
5
-9
/
+33
*
Make 4.1.4 release tar ball.
Arnold D. Robbins
2016-08-25
52
-757
/
+1082
*
Include m4 in what gets distributed.
Arnold D. Robbins
2016-08-25
2
-0
/
+2
*
Update README.macosx file.
Arnold D. Robbins
2016-08-24
2
-0
/
+23
*
Add more words to spelling word list.
Arnold D. Robbins
2016-08-24
2
-0
/
+192
*
Add the wordlist to the repo.
Arnold D. Robbins
2016-08-24
1
-0
/
+1749
*
Updates after distcheck.
Arnold D. Robbins
2016-08-23
2
-16
/
+16
*
Bump version for one last pre-release tarball.
Arnold D. Robbins
2016-08-23
2
-11
/
+11
*
Doc updates, add 'spell' target for make.
Arnold D. Robbins
2016-08-23
10
-296
/
+325
*
Update dfa, including API changes.
Arnold D. Robbins
2016-08-23
5
-422
/
+478
*
Sync dfa.c with grep.
Arnold D. Robbins
2016-08-18
2
-86
/
+249
*
Speedup regexp compilation if not using dfa.
Arnold D. Robbins
2016-08-14
2
-4
/
+14
*
Minor updates to Checklist.
Arnold D. Robbins
2016-08-12
1
-2
/
+2
*
Minor text and formatting edits in int_array.c.
Arnold D. Robbins
2016-08-12
2
-2
/
+7
*
Sync dfa.c with GNU grep.
Arnold D. Robbins
2016-08-12
2
-0
/
+5
*
If a strnum integer has a non-standard string representation, do not accept i...
Andrew J. Schorr
2016-08-09
3
-5
/
+85
*
Update VMS tests
John Malmberg
2016-08-09
2
-6
/
+79
*
Update nl.po.
Arnold D. Robbins
2016-08-08
1
-452
/
+303
*
Sync pc/Makefile.tst with test/Makefile.in.
Eli Zaretskii
2016-08-08
2
-3
/
+28
*
Move ignrcas3 test out of the line of fire.
Arnold D. Robbins
2016-08-02
3
-10
/
+19
*
Update sv.po.
Arnold D. Robbins
2016-08-02
1
-392
/
+277
*
Next test tarball changes.
Arnold D. Robbins
2016-08-01
19
-3462
/
+4169
*
Add test case for single byte IGNORECASE fix.
Arnold D. Robbins
2016-08-01
5
-2
/
+62
*
Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into gawk...
Arnold D. Robbins
2016-08-01
2
-2
/
+15
|
\
|
*
Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into gawk...
Andrew J. Schorr
2016-08-01
10
-134
/
+177
|
|
\
|
*
|
Minor MPFR fix to avoid potential hysteresis effects resulting in higher-than...
Andrew J. Schorr
2016-08-01
2
-2
/
+15
*
|
|
New test for sorted for.
Arnold D. Robbins
2016-08-01
7
-2
/
+40
|
|
/
|
/
|
*
|
Mark DJGPP port as unsupported.
Arnold D. Robbins
2016-08-01
7
-107
/
+131
*
|
Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into gawk...
Arnold D. Robbins
2016-08-01
2
-3
/
+18
|
\
|
|
*
Fix MPFR bug where precision was reduced to that of the function argument.
Andrew J. Schorr
2016-08-01
2
-3
/
+18
[next]