index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
awk.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Change RNDMODE to ROUNDMODE and update doc.
john haque
2012-04-11
1
-2
/
+2
|
*
Remove an unneeded define, more fixes for gcc -Wall.
john haque
2012-04-09
1
-4
/
+4
|
*
Placate gcc -Wall, minor doc updates.
john haque
2012-04-08
1
-1
/
+1
|
*
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-20
/
+45
|
*
Bug fixes and tests for MPFR.
john haque
2012-03-07
1
-5
/
+4
|
*
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-26
/
+25
|
*
Finish builtins for MPFR.
john haque
2012-02-19
1
-7
/
+2
|
*
New interpreter routine for MPFR.
john haque
2012-02-16
1
-30
/
+43
|
*
Add infrastructure for MPFR/GMP support.
john haque
2012-02-14
1
-15
/
+94
|
*
Added timeout for reading from input.
john haque
2012-01-01
1
-1
/
+7
|
*
Merge branch 'gawk-4.0-stable', minor fixes after exe merge.
Arnold D. Robbins
2011-12-31
1
-5
/
+0
|
\
|
*
Remove ancient STREQ, STREQN macros.
Arnold D. Robbins
2011-12-31
1
-5
/
+0
|
|
*
|
The grand merge: dgawk and pgawk folded into gawk.
Arnold D. Robbins
2011-12-26
1
-25
/
+31
|
|
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-12-08
1
-4
/
+4
|
\
|
|
*
MBS support tweaks for DJGPP and z/OS.
Arnold D. Robbins
2011-12-06
1
-4
/
+4
|
|
*
|
Optimize tail-recursive calls.
john haque
2011-10-12
1
-2
/
+2
|
|
*
|
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-10
/
+12
|
|
*
|
Speed/memory performance improvements.
john haque
2011-10-12
1
-187
/
+339
|
/
*
Make gawk_mb_cur_max compile time constant if no mbs support.
Arnold D. Robbins
2011-10-04
1
-1
/
+1
|
*
Make no mbs support work everywhere. Sheesh.
Arnold D. Robbins
2011-09-21
1
-7
/
+5
|
*
Fix bug with FPAT.
Arnold D. Robbins
2011-08-10
1
-0
/
+1
|
*
BEGINFILE/ENDFILE code redone.
Arnold D. Robbins
2011-08-10
1
-7
/
+18
|
*
Fix for ptys for coprocesses.
Arnold D. Robbins
2011-08-09
1
-0
/
+4
|
*
Fix gsub and getline pass by reference. Add tests.
Arnold D. Robbins
2011-07-26
1
-5
/
+5
|
*
Fix gsub losing white space when working on fields.
Arnold D. Robbins
2011-07-15
1
-3
/
+12
|
*
First set of minor fixes on 4.0 Stable.
Arnold D. Robbins
2011-07-15
1
-1
/
+1
|
*
Minor cygwin edit.
Arnold D. Robbins
2011-05-09
1
-3
/
+0
|
*
More array sorting fixes.
Arnold D. Robbins
2011-05-08
1
-1
/
+0
|
*
Revamp array sorting.
Arnold D. Robbins
2011-05-04
1
-1
/
+1
|
*
Fix problem with subarray of deleted array.
Arnold D. Robbins
2011-05-04
1
-6
/
+7
|
*
Compile fixes for Cygwin.
Arnold D. Robbins
2011-05-02
1
-0
/
+3
|
*
Improve saving of numeric value of index.
Arnold D. Robbins
2011-04-29
1
-0
/
+1
|
*
Code cleanups in array.c and side effects in other files.
Arnold D. Robbins
2011-04-27
1
-7
/
+0
|
*
User function sorting added, documented, tested.
Arnold D. Robbins
2011-04-22
1
-0
/
+3
|
*
More array sorting changes from John.
Arnold D. Robbins
2011-04-18
1
-6
/
+4
|
*
Change ISATTY macro to os_isatty function.
Arnold D. Robbins
2011-04-01
1
-5
/
+1
|
*
Fix next and exit from functions.
Arnold D. Robbins
2011-03-29
1
-0
/
+4
|
*
Revise array sorting for PROCINFO["sorted_in"].
Arnold D. Robbins
2011-03-29
1
-1
/
+6
|
*
Some cleanups after code review of main.c.
Arnold D. Robbins
2011-03-25
1
-0
/
+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
-0
/
+1
|
*
Bug fixes in scanning, updating variables.
Arnold D. Robbins
2011-02-14
1
-0
/
+6
|
*
PC fixes for portability and dependencies.
Arnold D. Robbins
2011-02-13
1
-1
/
+6
|
*
More OS/2 changes.
Arnold D. Robbins
2011-02-10
1
-12
/
+2
|
*
Fix switch debugging.
Arnold D. Robbins
2011-02-01
1
-11
/
+12
|
*
Add isarray built-in function.
Arnold D. Robbins
2011-01-30
1
-1
/
+3
|
*
Sync dfa to grep, import hard-locale.[ch].
Arnold D. Robbins
2011-01-30
1
-2
/
+1
|
*
Add controlled array sorting in for loop. Needs documenting.
Arnold D. Robbins
2011-01-27
1
-0
/
+2
|
*
Make single byte caching more elegant.
Arnold D. Robbins
2011-01-19
1
-2
/
+2
|
*
Simplify code for do_tolower, do_toupper.
Arnold D. Robbins
2011-01-19
1
-0
/
+1
|
[next]