aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 get...Andrew J. Schorr2016-05-261-0/+16
* | 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
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-111-0/+5
|\|
| * Replace use of _GL_ATTRIBUTE_PURE in regex_internal.c.Arnold D. Robbins2016-04-111-0/+5
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-111-1/+14
|\|
| * Fix mbsupport.h for DJGPP.Arnold D. Robbins2016-04-111-0/+2
| * Revert 2016-01-24 change parsing single byte ranges.Arnold D. Robbins2016-04-111-0/+3
| * Stamp out __attribute.Arnold D. Robbins2016-04-111-0/+4
| * Fix the build on VMSJohn Malmberg2016-04-101-1/+5
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-071-0/+22
|\|
| * Fix race condition in fatal errors for one end closed on two way pipe.Arnold D. Robbins2016-04-071-0/+11
| * Fix the MinGW compilation.Eli Zaretskii2016-04-071-0/+11
* | Allow r/w for a partially closed two-way pipe to be nonfatal.Arnold D. Robbins2016-04-061-0/+9
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-051-0/+17
|\|
| * Add warning for fflush of closed write end on 2-way pipe.Arnold D. Robbins2016-04-041-0/+6
| * Document about using closed end of two-way pipes.Arnold D. Robbins2016-04-041-0/+1
| * ChangeLog entries for errors on partially closed two-way pipes.Arnold D. Robbins2016-04-041-0/+10
* | Fix typo in ChangeLog.Arnold D. Robbins2016-03-271-1/+1
* | Pretty printer: remove CRs and trailing newlines from comments.Arnold D. Robbins2016-03-271-0/+5
* | Improve pretty-printing comment after if statement.Arnold D. Robbins2016-03-211-0/+5
* | More code improvements. Add ChangeLog. Update test.Arnold D. Robbins2016-03-191-0/+23
* | Improve instruction dump of comments.Arnold D. Robbins2016-03-171-0/+5
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-03-141-0/+6
|\|
| * Make UDP networking more-or-less work again.Arnold D. Robbins2016-03-141-0/+6
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-03-111-0/+11
|\|