summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/stringfixfeature/stringfixArnold D. Robbins2017-04-111-0/+8
|\
| * Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-081-0/+8
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-271-0/+9
|\ \ | |/
| * Die with SIGPIPE when EPIPE happens on stdout.Arnold D. Robbins2017-03-271-0/+9
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-251-0/+5
|\ \ | |/
| * Small improvement in io.c:flush_io.Arnold D. Robbins2017-03-251-0/+5
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-241-0/+10
|\ \ | |/
| * Improve handling of flushing for non-fatal files.Arnold D. Robbins2017-03-241-0/+10
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-231-0/+4
|\ \ | |/
| * Update config.sub.Arnold D. Robbins2017-03-231-0/+4
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-201-0/+29
|\ \ | |/
| * Update config.* and install-sh from GNULIB.Arnold D. Robbins2017-03-201-0/+5
| * Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-201-0/+20
| * Cleanups in configure.ac.Arnold D. Robbins2017-03-161-0/+4
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-231-0/+18
|\ \ | |/
| * Change return type on some functions from int to bool.Arnold D. Robbins2017-02-231-0/+7
| * Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-221-0/+11
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-171-0/+5
|\ \ | |/
| * Fix typeof on null fields.Arnold D. Robbins2017-02-171-0/+5
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-051-0/+5
|\ \ | |/
| * In set_profile_text, use emalloc instead of estrdup to improve clarity.Andrew J. Schorr2017-02-031-0/+5
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-021-0/+5
|\ \ | |/
| * Undo change, but update comments as to why not needed.Arnold D. Robbins2017-02-021-0/+5
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-021-0/+6
|\ \ | |/
| * Improve memory hygiene in set_profile_text.Arnold D. Robbins2017-02-021-0/+6
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-011-0/+12
|\ \ | |/
| * Improve making of profile number code and also MPFR case thereof.Arnold D. Robbins2017-02-011-0/+6
| * Fix up mbc_char_count to be correct.Arnold D. Robbins2017-02-011-0/+6
* | Minor speedup to inetfile to use memcmp instead of strncmp.Andrew J. Schorr2017-01-281-0/+5
* | Protect against string overrun in redirection strings and inet parsing.Andrew J. Schorr2017-01-271-0/+10
* | Introduce some helpful macros for terminating strings, and fix overrun in dcg...Andrew J. Schorr2017-01-271-0/+14
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-01-271-0/+12
|\ \ | |/
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-1/+1
| |\
| | * Typo fix in ChangeLog.Arnold D. Robbins2017-01-271-1/+1
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-0/+12
| |\ \ | | |/
| | * Fix assignment from gensub to $0.Arnold D. Robbins2017-01-271-0/+5
| | * Improve messge translatability in debug.c. Update copyright in interpret.h.Arnold D. Robbins2017-01-271-0/+7
* | | Terminate strings in dcgettext, dcngettext, and bindtextdomain functions.Andrew J. Schorr2017-01-261-0/+9
* | | Protect against some unterminated string situations in interpret.h.Andrew J. Schorr2017-01-261-0/+6
* | | Protect against string overrun when calling unsetenv.Andrew J. Schorr2017-01-261-0/+4
* | | Fix possible string overrun in node.c:is_hex.Andrew J. Schorr2017-01-261-0/+6
* | | Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-261-0/+13
* | | Fix bug in strftime when format argument is an unterminated field string.Andrew J. Schorr2017-01-261-0/+5
* | | Add some paranoid checks to make sure stptr was malloced before freeing it.Andrew J. Schorr2017-01-261-0/+9
|/ /
* | Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-261-0/+6
* | Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-251-0/+19
* | Minor performance optimization for numeric operations.Andrew J. Schorr2017-01-221-0/+9
* | Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-0/+19
* | Improve random number generator's period using a shuffle buffer.Arnold D. Robbins2017-01-191-0/+9
* | Improve robustness of Op_assign_concat optimization.Andrew J. Schorr2017-01-181-0/+7