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.y
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make it a fatal error to load the same file with -f and -i (or @include).
Andrew J. Schorr
2012-08-11
1
-5
/
+14
|
*
Improve lint warning message about a previously loaded shared library.
Andrew J. Schorr
2012-07-10
1
-1
/
+5
|
*
Extend or(), and(), xor() to N arguments, N >= 2.
Arnold D. Robbins
2012-07-09
1
-3
/
+3
|
*
Fix lint checking for extension functions.
Arnold D. Robbins
2012-06-25
1
-8
/
+23
|
*
Remove extension() builtin.
Arnold D. Robbins
2012-06-21
1
-2
/
+1
|
*
Further API code and test code.
Arnold D. Robbins
2012-06-21
1
-2
/
+2
|
*
Restore stopme() debugging function.
Arnold D. Robbins
2012-06-20
1
-0
/
+11
|
*
Fix code duplication in gawkapi.c from msg.c.
Arnold D. Robbins
2012-06-19
1
-5
/
+5
|
*
First working version of new API mechanism (probably has memory leaks).
Andrew J. Schorr
2012-05-24
1
-1
/
+1
|
*
Add -i option, append .awk if initial search fails, and allow -f repeats.
Andrew J. Schorr
2012-05-19
1
-18
/
+21
|
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-117
/
+116
|
*
Merge remote branch 'origin/xgawk-build'
Arnold D. Robbins
2012-05-09
1
-0
/
+1
|
\
|
*
Fix minor bugs in configure.ac and awkgram.y.
Andrew J. Schorr
2012-03-27
1
-1
/
+1
|
|
*
|
Merge branch 'xgawk'
Arnold D. Robbins
2012-05-09
1
-4
/
+65
|
\
\
|
*
|
Fix minor bugs in configure.ac and awkgram.y.
Andrew J. Schorr
2012-03-27
1
-1
/
+1
|
|
/
|
*
Some minor style edits in code and doc.
Arnold D. Robbins
2012-03-26
1
-3
/
+7
|
|
|
*
New @load keyword to load shared libraries.
Andrew J. Schorr
2012-03-21
1
-4
/
+62
|
|
*
|
Cleanups in io.c and improve RS as regexp.
Arnold D. Robbins
2012-04-26
1
-4
/
+4
|
|
*
|
Merge branch 'master' into gawk_mpfr.
john haque
2012-04-17
1
-10
/
+28
|
\
\
|
*
\
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2012-04-08
1
-1
/
+1
|
|
\
\
|
|
*
|
Update copyrights where needed.
Arnold D. Robbins
2012-03-28
1
-1
/
+1
|
|
|
|
|
*
|
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2012-03-22
1
-9
/
+27
|
|
\
|
|
|
|
|
/
|
|
/
|
|
|
*
Fix warnings from gcc -Wall, GCC 4.6.2.
Arnold D. Robbins
2012-02-15
1
-9
/
+27
|
|
|
*
|
|
Change MPFR variable RND_MODE to ROUND_MODE.
john haque
2012-04-12
1
-4
/
+4
|
|
|
*
|
|
Placate gcc -Wall, minor doc updates.
john haque
2012-04-08
1
-2
/
+0
|
|
|
*
|
|
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-31
/
+46
|
|
|
*
|
|
Bug fixes and tests for MPFR.
john haque
2012-03-07
1
-2
/
+2
|
|
|
*
|
|
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-19
/
+27
|
|
|
*
|
|
Finish builtins for MPFR.
john haque
2012-02-19
1
-6
/
+14
|
|
|
*
|
|
New interpreter routine for MPFR.
john haque
2012-02-16
1
-20
/
+24
|
|
|
*
|
|
Add infrastructure for MPFR/GMP support.
john haque
2012-02-14
1
-77
/
+121
|
/
/
*
|
Merge branch 'gawk-4.0-stable', minor fixes after exe merge.
Arnold D. Robbins
2011-12-31
1
-5
/
+3
|
\
|
|
*
Remove ancient STREQ, STREQN macros.
Arnold D. Robbins
2011-12-31
1
-3
/
+3
|
|
*
|
The grand merge: dgawk and pgawk folded into gawk.
Arnold D. Robbins
2011-12-26
1
-31
/
+43
|
|
*
|
Optimize tail-recursive calls.
john haque
2011-10-12
1
-6
/
+31
|
|
*
|
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-7
/
+4
|
|
*
|
Speed/memory performance improvements.
john haque
2011-10-12
1
-920
/
+219
|
/
*
Make no mbs support work everywhere. Sheesh.
Arnold D. Robbins
2011-09-21
1
-4
/
+4
|
*
BEGINFILE/ENDFILE code redone.
Arnold D. Robbins
2011-08-10
1
-5
/
+6
|
*
Fix gsub and getline pass by reference. Add tests.
Arnold D. Robbins
2011-07-26
1
-8
/
+4
|
*
Fix gsub losing white space when working on fields.
Arnold D. Robbins
2011-07-15
1
-70
/
+83
|
*
Disallow gawk builtin/keyword as variable assignment.
Arnold D. Robbins
2011-05-31
1
-4
/
+5
|
*
Allow newline after comma in range expressions.
Arnold D. Robbins
2011-05-23
1
-8
/
+8
|
*
Documentation and compile fixes.
Arnold D. Robbins
2011-05-19
1
-1
/
+1
|
*
Fix problem with subarray of deleted array.
Arnold D. Robbins
2011-05-04
1
-3
/
+4
|
*
More array sorting changes from John.
Arnold D. Robbins
2011-04-18
1
-5
/
+5
|
*
Fix next and exit from functions.
Arnold D. Robbins
2011-03-29
1
-5
/
+9
|
*
Update copyrights.
Arnold D. Robbins
2011-02-27
1
-1
/
+1
|
*
Fix line numbers in lint warnings.
Arnold D. Robbins
2011-02-16
1
-125
/
+202
|
*
Bug fixes in scanning, updating variables.
Arnold D. Robbins
2011-02-14
1
-1
/
+7
|
[next]