index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cint_array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-12
/
+6
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-25
/
+25
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+2
*
Replace `! NULL' with `& success_node' in array routines.
Arnold D. Robbins
2016-05-02
1
-4
/
+4
*
Fixes based on problems from a static checker.
Arnold D. Robbins
2013-09-08
1
-0
/
+4
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-12-09
1
-6
/
+6
|
\
|
*
Make bitflag checking consistent everywhere.
Arnold D. Robbins
2012-12-09
1
-6
/
+6
*
|
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-11-25
1
-8
/
+12
|
\
|
|
*
Clean up of awk.h.
Arnold D. Robbins
2012-11-22
1
-0
/
+2
|
*
Minor fixes for printf compile warnings.
Arnold D. Robbins
2012-06-06
1
-2
/
+4
|
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-6
/
+6
*
|
Improve array interface.
john haque
2012-04-19
1
-23
/
+29
*
|
Polish array handling code.
john haque
2012-04-18
1
-19
/
+25
|
/
*
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-20
/
+0
*
Merge branch 'gawk-4.0-stable', minor fixes after exe merge.
Arnold D. Robbins
2011-12-31
1
-1
/
+1
*
The grand merge: dgawk and pgawk folded into gawk.
Arnold D. Robbins
2011-12-26
1
-1
/
+6
*
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-10-25
1
-2
/
+2
*
Fix warning messages after merge with gawk_performance.
Arnold D. Robbins
2011-10-25
1
-2
/
+2
*
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-6
/
+13
*
Speed/memory performance improvements.
john haque
2011-10-12
1
-0
/
+1225