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
*
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
|
\
|
|
*
Remove MBS_SUPPORT ifdefs.
Arnold D. Robbins
2014-11-15
1
-17
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2014-09-15
1
-2
/
+2
|
\
|
|
*
Finish excising isalpha and isalnum. Document.
Arnold D. Robbins
2014-09-15
1
-2
/
+2
*
|
\x escape sequences now process a maximum of 2 digits.
Arnold D. Robbins
2014-08-20
1
-2
/
+1
|
/
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
Make bitflag checking consistent everywhere.
Arnold D. Robbins
2012-12-09
1
-6
/
+6
*
Further awk.h cleanup.
Arnold D. Robbins
2012-11-30
1
-15
/
+0
*
Minor cleanup in calls to mpfr routines.
Arnold D. Robbins
2012-11-14
1
-6
/
+1
*
Clean up make_str_node macro.
Arnold D. Robbins
2012-10-04
1
-4
/
+4
*
Add AWK_VALUE_COOKIE. And performance speedup.
Arnold D. Robbins
2012-07-17
1
-1
/
+1
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-10
/
+10
*
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-3
/
+34
*
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-4
/
+4
*
Finish builtins for MPFR.
john haque
2012-02-19
1
-1
/
+1
*
New interpreter routine for MPFR.
john haque
2012-02-16
1
-23
/
+15
*
Add infrastructure for MPFR/GMP support.
john haque
2012-02-14
1
-12
/
+36
*
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-61
/
+54
*
Speed/memory performance improvements.
john haque
2011-10-12
1
-131
/
+138
*
Make no mbs support work everywhere. Sheesh.
Arnold D. Robbins
2011-09-21
1
-11
/
+11
*
Sync dfa with GNU grep.
Arnold D. Robbins
2011-06-08
1
-1
/
+2
*
Remove VAXCRTL and GFMT_WORKAROUND. Yay!
Arnold D. Robbins
2011-04-29
1
-2
/
+1
*
Code cleanups in array.c and side effects in other files.
Arnold D. Robbins
2011-04-27
1
-0
/
+15
*
Update copyrights.
Arnold D. Robbins
2011-02-27
1
-1
/
+1
*
Fix ctype calls on Cygwin.
Arnold D. Robbins
2011-02-01
1
-8
/
+8
*
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
/
+41
*
strncasembscmp fix. Doc updates.
Arnold D. Robbins
2010-12-31
1
-2
/
+2
*
Work on char* vs const char *.
Arnold D. Robbins
2010-12-19
1
-2
/
+2
[next]