aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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 ↵Andrew J. Schorr2016-06-141-0/+5
| | | | | | | | | | | | non-zero.
* | | 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 ↵Andrew J. Schorr2016-06-131-0/+74
|/ / | | | | | | and lint checks.
* | 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
|\|
| * Remove useless "optional" argument to get_actual_argument.Andrew J. Schorr2016-05-261-0/+9
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-261-2/+12
|\|
| * Further fix for MAYBE_NUM values used as array subscripts.Arnold D. Robbins2016-05-261-0/+4
| |
| * Improve definition of fatal macro.Arnold D. Robbins2016-05-261-2/+8
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-0/+16
|\|
| * Optimize API function argument retrieval to eliminate a duplicate call to ↵Andrew J. Schorr2016-05-261-0/+16
| | | | | | | | get_argument.
* | Add nonfatal error message facility to extension API.Arnold D. Robbins2016-05-251-0/+7
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-121-0/+17
|\|
| * Fix issues with SIGPIPE.Arnold D. Robbins2016-05-121-0/+8
| |
| * Fix array indexing to disallow numeric string.Arnold D. Robbins2016-05-121-0/+5
| |
| * Fix compilation warnings in MinGW builds.Eli Zaretskii2016-05-121-0/+5
| |
* | Remove some dead code in interpret.hAndrew J. Schorr2016-05-091-0/+5
| |
* | Improve instruction dump of comments.Arnold D. Robbins2016-05-061-0/+4
| |
* | Stop wasting extra byte at the end of sprintf strings.Andrew J. Schorr2016-05-031-0/+4
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-031-0/+7
|\|
| * Fix sprintf memory leak by using realloc to shrink buffer to the proper size.Andrew J. Schorr2016-05-031-0/+7
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-031-0/+5
|\|
| * Add CPP #defines for gawk_api_major_version and gawk_api_minor_version.Andrew J. Schorr2016-05-031-0/+5
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-021-0/+5
|\|
| * Sync dfa with grep.Arnold D. Robbins2016-05-021-0/+5
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-021-1/+10
|\|
| * Replace `! NULL' with `& success_node' in array routines.Arnold D. Robbins2016-05-021-0/+8
| |
| * Update credit for most recent bug fix.Arnold D. Robbins2016-05-021-1/+2
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-271-0/+5
|\|
| * Fix multicharacter RS in traditional/posix modes.Arnold D. Robbins2016-04-271-0/+5
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-241-0/+4
|\|
| * Sync dfa.c with grep.Arnold D. Robbins2016-04-241-0/+4
| |