index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add valgrind-noleak target.
Andrew J. Schorr
2012-04-01
1
-0
/
+6
*
Update ERRNO API.
Andrew J. Schorr
2012-04-01
1
-4
/
+16
*
Remove libtool from repo, since configure makes it.
Andrew J. Schorr
2012-03-27
1
-0
/
+5
*
Fix minor bugs in configure.ac and awkgram.y.
Andrew J. Schorr
2012-03-27
1
-0
/
+9
*
Some minor style edits in code and doc.
Arnold D. Robbins
2012-03-26
1
-0
/
+10
*
Rewrite extension/Makefile.am
Andrew J. Schorr
2012-03-25
1
-0
/
+5
*
Added TODO.xgawk.
Andrew J. Schorr
2012-03-25
1
-0
/
+4
*
Fix some coding style issues and a typo in a comment.
Andrew J. Schorr
2012-03-24
1
-0
/
+8
*
New @load keyword to load shared libraries.
Andrew J. Schorr
2012-03-21
1
-0
/
+10
*
- Add new environment variable AWKLIBPATH to use when searching for shared
Andrew J. Schorr
2012-03-20
1
-0
/
+25
*
Stylistic edits.
Arnold D. Robbins
2012-01-02
1
-0
/
+6
*
Added timeout for reading from input.
john haque
2012-01-01
1
-0
/
+14
*
Merge branch 'gawk-4.0-stable', minor fixes after exe merge.
Arnold D. Robbins
2011-12-31
1
-0
/
+11
|
\
|
*
Remove ancient STREQ, STREQN macros.
Arnold D. Robbins
2011-12-31
1
-0
/
+6
*
|
Fix compiler warnings on printf calls.
Arnold D. Robbins
2011-12-28
1
-0
/
+5
*
|
The grand merge: dgawk and pgawk folded into gawk.
Arnold D. Robbins
2011-12-26
1
-0
/
+50
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-12-26
1
-3
/
+8
|
\
|
|
*
Finish RRI changes per points from Paolo Bonzini.
Arnold D. Robbins
2011-12-26
1
-0
/
+10
*
|
Further the cause of RRI in dfa.c.
Arnold D. Robbins
2011-12-12
1
-0
/
+5
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-12-08
1
-0
/
+42
|
\
|
|
*
Misc fixes from John.
Arnold D. Robbins
2011-12-06
1
-0
/
+9
|
*
MBS support tweaks for DJGPP and z/OS.
Arnold D. Robbins
2011-12-06
1
-0
/
+6
|
*
Also need this change for dfa.h for dfa.c sync.
Arnold D. Robbins
2011-12-06
1
-0
/
+1
|
*
Sync dfa.c with GNU grep.
Arnold D. Robbins
2011-12-06
1
-0
/
+4
|
*
Bug fix in debugger - switch/case line numbers.
Arnold D. Robbins
2011-11-14
1
-0
/
+6
|
*
More changes for non-MBS case.
Arnold D. Robbins
2011-11-14
1
-0
/
+8
|
*
Move non-MBS support glop out of dfa.c.
Arnold D. Robbins
2011-11-01
1
-0
/
+8
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-10-28
1
-0
/
+5
|
\
|
|
*
Fix for strftime negative value test.
Arnold D. Robbins
2011-10-28
1
-0
/
+5
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-10-25
1
-0
/
+65
|
\
|
|
*
VMS fixes for compilation and test suite addition.
Arnold D. Robbins
2011-10-25
1
-0
/
+2
|
*
Finish fixing make distcheck.
Arnold D. Robbins
2011-10-25
1
-0
/
+12
|
*
Generate pc/config.h at make dist time.
Arnold D. Robbins
2011-10-24
1
-1
/
+7
|
*
A number of pc related fixes.
Arnold D. Robbins
2011-10-24
1
-0
/
+4
|
*
More faking of MBS support, mainly for VMS.
Arnold D. Robbins
2011-10-21
1
-0
/
+2
|
*
Fix 'make distcheck' to not kvetch about version.c.
Arnold D. Robbins
2011-10-21
1
-0
/
+5
|
*
Remove use of AC_C_PROTOTYPE.
Arnold D. Robbins
2011-10-21
1
-0
/
+13
|
*
Another non-MBS fix in dfa.c.
Arnold D. Robbins
2011-10-18
1
-0
/
+2
|
*
Fix dfa.c yet againi for z/OS.
Arnold D. Robbins
2011-10-18
1
-0
/
+5
|
*
Fix stftime.
Arnold D. Robbins
2011-10-18
1
-0
/
+6
|
*
Remove some compile time warnings.
Arnold D. Robbins
2011-10-10
1
-0
/
+8
*
|
Fix warning messages after merge with gawk_performance.
Arnold D. Robbins
2011-10-25
1
-0
/
+8
*
|
Add GPL notice in symbol.c.
john haque
2011-10-12
1
-0
/
+5
*
|
Optimize tail-recursive calls.
john haque
2011-10-12
1
-0
/
+10
*
|
Optimization for compound assignment, increment and decrement operators.
john haque
2011-10-12
1
-0
/
+6
*
|
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-0
/
+97
|
/
*
Fixes for io noticed on PC, and also pc versions.
Arnold D. Robbins
2011-10-09
1
-0
/
+8
*
Fix unsigned-ness issue in dfa.c.
Arnold D. Robbins
2011-10-09
1
-0
/
+4
*
Make gawk_mb_cur_max compile time constant if no mbs support.
Arnold D. Robbins
2011-10-04
1
-0
/
+6
*
Fix RT handling if partial terminators.
Arnold D. Robbins
2011-10-02
1
-0
/
+8
[next]