index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Improve r_force_number coding style.
Andrew J. Schorr
2016-06-30
1
-0
/
+4
*
|
|
Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...
Andrew J. Schorr
2016-06-30
1
-0
/
+17
*
|
|
Optimize r_force_number and fix obscure bug in get_ieee_magic_val.
Andrew J. Schorr
2016-06-29
1
-0
/
+7
*
|
|
Add comment to gawkapi.h about string termination.
Andrew J. Schorr
2016-06-27
1
-0
/
+5
*
|
|
Add comment to awk.h regarding the potential lack of NUL-termination for stri...
Andrew J. Schorr
2016-06-27
1
-0
/
+5
*
|
|
Protect against an improper call to free in r_format_val.
Andrew J. Schorr
2016-06-27
1
-0
/
+7
*
|
|
When checking for trailing spaces in numeric strings, avoid running off the end.
Andrew J. Schorr
2016-06-26
1
-0
/
+6
*
|
|
Simplify do_print logic to eliminate an unnecessary test for the value's type.
Andrew J. Schorr
2016-06-26
1
-0
/
+6
*
|
|
Do not use OFMT or CONVFMT for strnum values.
Andrew J. Schorr
2016-06-26
1
-0
/
+7
*
|
|
Minor improvements after Andy's reworking of stuff.
Arnold D. Robbins
2016-06-26
1
-0
/
+16
*
|
|
Merge branch 'master' into feature/fixtype
Arnold D. Robbins
2016-06-26
1
-0
/
+12
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-26
1
-0
/
+10
|
|
\
|
|
|
*
Fix handling of MAYBE_NUM; fixes change of 2015-08-25.
Arnold D. Robbins
2016-06-26
1
-0
/
+10
*
|
|
Call fixtype in a few more places to make sure we check types properly.
Andrew J. Schorr
2016-06-20
1
-0
/
+10
*
|
|
Forgot got commit the ChangeLog entry from the last patch.
Andrew J. Schorr
2016-06-18
1
-0
/
+4
*
|
|
Merge branch 'master' into feature/fixtype
Arnold D. Robbins
2016-06-16
1
-0
/
+6
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-16
1
-0
/
+6
|
|
\
|
|
|
*
Add some comments, minor buglet fix.
Arnold D. Robbins
2016-06-16
1
-0
/
+6
*
|
|
Merge branch 'master' into feature/fixtype
Arnold D. Robbins
2016-06-15
1
-0
/
+47
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-15
1
-0
/
+4
|
|
\
|
|
|
*
Update config.sub.
Arnold D. Robbins
2016-06-15
1
-0
/
+4
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-14
1
-0
/
+4
|
|
\
|
|
|
*
Fix long runs of backslashes in sub/gsub.
Arnold D. Robbins
2016-06-14
1
-0
/
+5
|
*
|
Remove an unused variable.
Arnold D. Robbins
2016-06-14
1
-0
/
+4
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-10
1
-0
/
+5
|
|
\
|
|
|
*
Update years and stuff in doc towards next release.
Arnold D. Robbins
2016-06-10
1
-0
/
+1
|
|
*
Update config.guess, config.sub.
Arnold D. Robbins
2016-06-10
1
-0
/
+4
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-09
1
-0
/
+10
|
|
\
|
|
|
*
Fix configure.ac --disable-extensions.
Arnold D. Robbins
2016-06-09
1
-0
/
+6
|
|
*
Sync with grep.
Arnold D. Robbins
2016-06-09
1
-0
/
+4
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-08
1
-0
/
+7
|
|
\
|
|
|
*
Bug fix in symbol lookup, could break watchpoints.
Arnold D. Robbins
2016-06-08
1
-0
/
+7
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-06
1
-0
/
+4
|
|
\
|
|
|
*
Sync dfa.c with GNU grep.
Arnold D. Robbins
2016-06-06
1
-0
/
+4
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-01
1
-0
/
+9
|
|
\
|
|
|
*
Disallow negative hex numbers in input data.
Arnold D. Robbins
2016-06-01
1
-0
/
+3
|
|
*
Keep nonposix.h from bothering things on POSIX systems.
Arnold D. Robbins
2016-06-01
1
-0
/
+6
*
|
|
Add a new boolval function to awk.h to make sure we handle this consistently.
Andrew J. Schorr
2016-06-14
1
-0
/
+8
*
|
|
Fix strftime 3rd argument to behave like a standard boolean: non-null or non-...
Andrew J. Schorr
2016-06-14
1
-0
/
+5
*
|
|
Fix gawkapi node_to_awk_value to check scalar type correctly.
Andrew J. Schorr
2016-06-14
1
-0
/
+5
*
|
|
Eliminate more STRCUR tests in awkgram.y
Andrew J. Schorr
2016-06-13
1
-0
/
+5
*
|
|
Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...
Andrew J. Schorr
2016-06-13
1
-0
/
+74
|
/
/
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-0
/
+2
|
\
|
|
*
Update getopt from GLIBC.
Arnold D. Robbins
2016-05-30
1
-0
/
+2
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-0
/
+5
|
\
|
|
*
Allow FS = "\0" if RS = "".
Arnold D. Robbins
2016-05-30
1
-0
/
+5
*
|
Allow extension functions to get more arguments than expected.
Arnold D. Robbins
2016-05-30
1
-0
/
+10
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-3
/
+9
|
\
|
|
*
Always force number on -v arguments, even if LC_NUMERIC not defined.
Arnold D. Robbins
2016-05-30
1
-3
/
+9
*
|
Merge branch 'gawk-4.1-stable'
Andrew J. Schorr
2016-05-26
1
-0
/
+9
|
\
|
[prev]
[next]