index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-08-04
1
-1
/
+1
|
\
|
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-06-23
1
-2
/
+1
|
\
|
|
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-2
/
+1
*
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-04-12
1
-9
/
+11
|
\
|
|
*
Fix possible string overrun in node.c:is_hex.
Andrew J. Schorr
2017-01-26
1
-3
/
+4
|
*
Fix possible string overrun in strtonum function.
Andrew J. Schorr
2017-01-26
1
-4
/
+4
|
*
Add some paranoid checks to make sure stptr was malloced before freeing it.
Andrew J. Schorr
2017-01-26
1
-2
/
+3
*
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-01-27
1
-1
/
+0
|
\
|
|
*
Minor tweak to block allocator to remove pointless BLOCK_INVALID header.
Andrew J. Schorr
2017-01-26
1
-1
/
+0
*
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-01-26
1
-11
/
+11
|
\
|
|
*
Minor rewrite of block allocator to improve clarity.
Andrew J. Schorr
2017-01-25
1
-8
/
+9
*
|
Enhance API to support extended-precision arithmetic and implement intdiv as ...
Andrew J. Schorr
2017-01-06
1
-9
/
+6
|
/
*
Add regex value support to API. Update rwarr extension and test.
Arnold D. Robbins
2016-11-29
1
-0
/
+21
*
Further code improvements and doc changes as diff until merge.
Arnold D. Robbins
2016-11-12
1
-5
/
+5
*
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-13
/
+13
|
\
|
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-13
/
+13
*
|
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-09-01
1
-1
/
+1
|
\
|
|
*
Merge multithreaded dfa into gawk.
Arnold D. Robbins
2016-09-01
1
-1
/
+1
*
|
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-08-23
1
-1
/
+1
|
\
|
|
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-08-23
1
-1
/
+1
|
|
\
|
|
*
Update dfa, including API changes.
Arnold D. Robbins
2016-08-23
1
-1
/
+1
|
|
*
Minor fixes for stftmt uses.
Arnold D. Robbins
2016-07-01
1
-1
/
+1
|
|
*
Fix handling of MAYBE_NUM; fixes change of 2015-08-25.
Arnold D. Robbins
2016-06-26
1
-2
/
+5
*
|
|
Optimization: support unterminated field strings inside gawk, but make termin...
Andrew J. Schorr
2016-07-08
1
-11
/
+8
*
|
|
Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...
Andrew J. Schorr
2016-07-06
1
-4
/
+5
*
|
|
Document string termination in header files and remove no-longer-needed strin...
Andrew J. Schorr
2016-07-06
1
-8
/
+11
*
|
|
Remove FIELD flag, since it is the inverse of the MALLOC flag.
Andrew J. Schorr
2016-07-05
1
-1
/
+0
|
/
/
*
|
Improve r_force_number coding style.
Andrew J. Schorr
2016-06-30
1
-9
/
+7
*
|
Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...
Andrew J. Schorr
2016-06-30
1
-5
/
+5
*
|
Optimize r_force_number and fix obscure bug in get_ieee_magic_val.
Andrew J. Schorr
2016-06-29
1
-18
/
+24
*
|
Protect against an improper call to free in r_format_val.
Andrew J. Schorr
2016-06-27
1
-1
/
+1
*
|
When checking for trailing spaces in numeric strings, avoid running off the end.
Andrew J. Schorr
2016-06-26
1
-1
/
+1
*
|
Minor improvements after Andy's reworking of stuff.
Arnold D. Robbins
2016-06-26
1
-6
/
+11
*
|
Fix typo in comment.
Andrew J. Schorr
2016-06-18
1
-1
/
+1
*
|
Merge branch 'master' into feature/fixtype
Arnold D. Robbins
2016-06-15
1
-2
/
+15
|
\
\
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-01
1
-2
/
+15
|
|
\
|
|
|
*
Disallow negative hex numbers in input data.
Arnold D. Robbins
2016-06-01
1
-2
/
+15
*
|
|
Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...
Andrew J. Schorr
2016-06-13
1
-44
/
+39
|
/
/
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-08-25
1
-13
/
+29
|
\
|
|
*
Make MAYBE_NUM -> NUMBER smarter, clear STRING.
Arnold D. Robbins
2015-08-25
1
-2
/
+2
|
*
Improve handling of invalid data in UTF locales.
Arnold D. Robbins
2015-08-25
1
-11
/
+27
*
|
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-26
1
-3
/
+12
|
\
\
|
*
|
Merge branch 'gawk-4.1-stable'
Andrew J. Schorr
2015-04-16
1
-3
/
+12
|
|
\
|
|
|
*
When strtod sets errno, force the numeric value to zero.
Andrew J. Schorr
2015-04-16
1
-3
/
+12
*
|
|
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-08
1
-1
/
+1
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-04-07
1
-1
/
+1
|
|
\
|
|
|
*
Update copyrights and prep towards release.
Arnold D. Robbins
2015-04-07
1
-1
/
+1
*
|
|
Stop allocating an extra wasted byte at the end of various strings.
Andrew J. Schorr
2014-12-14
1
-7
/
+7
|
/
/
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2014-11-15
1
-17
/
+1
|
\
|
[next]