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