index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to ROUNDMODE now invalidate cached string values.
Arnold D. Robbins
2018-01-03
1
-1
/
+4
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
fixes for memory leak for user-supplied sorting function.
Arnold D. Robbins
2017-04-04
1
-14
/
+14
*
Audit use of stptr for NUL termination. Update doc before merge to master.
Arnold D. Robbins
2016-11-18
1
-5
/
+12
*
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-23
/
+23
|
\
|
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-23
/
+23
*
|
Remove FIELD flag, since it is the inverse of the MALLOC flag.
Andrew J. Schorr
2016-07-05
1
-1
/
+1
|
/
*
Merge branch 'master' into feature/fixtype
Arnold D. Robbins
2016-07-01
1
-1
/
+1
|
\
|
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-07-01
1
-1
/
+1
|
|
\
|
|
*
Minor fixes for stftmt uses.
Arnold D. Robbins
2016-07-01
1
-1
/
+1
*
|
|
Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...
Andrew J. Schorr
2016-06-30
1
-1
/
+8
*
|
|
Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...
Andrew J. Schorr
2016-06-13
1
-11
/
+2
|
/
/
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+2
|
\
|
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+2
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-02
1
-0
/
+2
|
\
|
|
*
Replace `! NULL' with `& success_node' in array routines.
Arnold D. Robbins
2016-05-02
1
-0
/
+2
*
|
Stop allocating an extra wasted byte at the end of various strings.
Andrew J. Schorr
2014-12-14
1
-1
/
+1
|
/
*
Remove MBS_SUPPORT ifdefs.
Arnold D. Robbins
2014-11-15
1
-5
/
+4
*
Update copyright years on files changed in 2014.
Arnold D. Robbins
2014-03-31
1
-1
/
+1
*
Lots of enum/int fixes.
Arnold D. Robbins
2014-02-27
1
-1
/
+1
*
Fixes based on problems from a static checker.
Arnold D. Robbins
2013-09-08
1
-0
/
+2
*
Fix in array.c.
Arnold D. Robbins
2013-08-19
1
-11
/
+5
*
Bug fix in array.c.
Arnold D. Robbins
2013-05-27
1
-1
/
+10
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
Restore building with tcc.
Arnold D. Robbins
2012-12-19
1
-0
/
+3
*
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-11-25
1
-23
/
+8
|
\
|
*
Clean up of awk.h.
Arnold D. Robbins
2012-11-22
1
-14
/
+0
|
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-8
/
+8
*
|
Improve array interface.
john haque
2012-04-19
1
-28
/
+41
*
|
Polish array handling code.
john haque
2012-04-18
1
-51
/
+44
*
|
Use unref when freeing a null array element.
john haque
2012-04-17
1
-6
/
+12
|
/
*
Change MPFR variable RND_MODE to ROUND_MODE.
john haque
2012-04-12
1
-2
/
+2
*
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-46
/
+28
*
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-87
/
+54
*
Finish builtins for MPFR.
john haque
2012-02-19
1
-21
/
+50
*
New interpreter routine for MPFR.
john haque
2012-02-16
1
-7
/
+14
*
The grand merge: dgawk and pgawk folded into gawk.
Arnold D. Robbins
2011-12-26
1
-52
/
+53
*
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-12-08
1
-6
/
+2
|
\
|
*
Misc fixes from John.
Arnold D. Robbins
2011-12-06
1
-6
/
+2
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-10-25
1
-1
/
+1
|
\
|
*
|
Add GPL notice in symbol.c.
john haque
2011-10-12
1
-2
/
+7
*
|
Optimize tail-recursive calls.
john haque
2011-10-12
1
-2
/
+3
*
|
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-2
/
+5
*
|
Speed/memory performance improvements.
john haque
2011-10-12
1
-890
/
+489
|
/
*
Make no mbs support work everywhere. Sheesh.
Arnold D. Robbins
2011-09-21
1
-1
/
+1
*
Fixes for uninitialized variables.
Arnold D. Robbins
2011-05-09
1
-2
/
+2
*
More array sorting fixes.
Arnold D. Robbins
2011-05-08
1
-55
/
+100
*
Revamp array sorting.
Arnold D. Robbins
2011-05-04
1
-165
/
+111
*
Fix problem with subarray of deleted array.
Arnold D. Robbins
2011-05-04
1
-70
/
+165
*
Improve saving of numeric value of index.
Arnold D. Robbins
2011-04-29
1
-12
/
+28
[next]