Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop wasting extra byte at the end of sprintf strings. | Andrew J. Schorr | 2016-05-03 | 1 | -0/+4 |
| | |||||
* | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-03 | 1 | -0/+7 |
|\ | |||||
| * | Fix sprintf memory leak by using realloc to shrink buffer to the proper size. | Andrew J. Schorr | 2016-05-03 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-03 | 1 | -0/+5 |
|\| | |||||
| * | Add CPP #defines for gawk_api_major_version and gawk_api_minor_version. | Andrew J. Schorr | 2016-05-03 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-02 | 1 | -0/+5 |
|\| | |||||
| * | Sync dfa with grep. | Arnold D. Robbins | 2016-05-02 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-02 | 1 | -1/+10 |
|\| | |||||
| * | Replace `! NULL' with `& success_node' in array routines. | Arnold D. Robbins | 2016-05-02 | 1 | -0/+8 |
| | | |||||
| * | Update credit for most recent bug fix. | Arnold D. Robbins | 2016-05-02 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-27 | 1 | -0/+5 |
|\| | |||||
| * | Fix multicharacter RS in traditional/posix modes. | Arnold D. Robbins | 2016-04-27 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-24 | 1 | -0/+4 |
|\| | |||||
| * | Sync dfa.c with grep. | Arnold D. Robbins | 2016-04-24 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-11 | 1 | -0/+5 |
|\| | |||||
| * | Replace use of _GL_ATTRIBUTE_PURE in regex_internal.c. | Arnold D. Robbins | 2016-04-11 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-11 | 1 | -1/+14 |
|\| | |||||
| * | Fix mbsupport.h for DJGPP. | Arnold D. Robbins | 2016-04-11 | 1 | -0/+2 |
| | | |||||
| * | Revert 2016-01-24 change parsing single byte ranges. | Arnold D. Robbins | 2016-04-11 | 1 | -0/+3 |
| | | |||||
| * | Stamp out __attribute. | Arnold D. Robbins | 2016-04-11 | 1 | -0/+4 |
| | | |||||
| * | Fix the build on VMS | John Malmberg | 2016-04-10 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-07 | 1 | -0/+22 |
|\| | |||||
| * | Fix race condition in fatal errors for one end closed on two way pipe. | Arnold D. Robbins | 2016-04-07 | 1 | -0/+11 |
| | | |||||
| * | Fix the MinGW compilation. | Eli Zaretskii | 2016-04-07 | 1 | -0/+11 |
| | | |||||
* | | Allow r/w for a partially closed two-way pipe to be nonfatal. | Arnold D. Robbins | 2016-04-06 | 1 | -0/+9 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-05 | 1 | -0/+17 |
|\| | |||||
| * | Add warning for fflush of closed write end on 2-way pipe. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+6 |
| | | |||||
| * | Document about using closed end of two-way pipes. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+1 |
| | | |||||
| * | ChangeLog entries for errors on partially closed two-way pipes. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+10 |
| | | |||||
* | | Fix typo in ChangeLog. | Arnold D. Robbins | 2016-03-27 | 1 | -1/+1 |
| | | |||||
* | | Pretty printer: remove CRs and trailing newlines from comments. | Arnold D. Robbins | 2016-03-27 | 1 | -0/+5 |
| | | |||||
* | | Improve pretty-printing comment after if statement. | Arnold D. Robbins | 2016-03-21 | 1 | -0/+5 |
| | | |||||
* | | More code improvements. Add ChangeLog. Update test. | Arnold D. Robbins | 2016-03-19 | 1 | -0/+23 |
| | | |||||
* | | Improve instruction dump of comments. | Arnold D. Robbins | 2016-03-17 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-03-14 | 1 | -0/+6 |
|\| | |||||
| * | Make UDP networking more-or-less work again. | Arnold D. Robbins | 2016-03-14 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-03-11 | 1 | -0/+11 |
|\| | |||||
| * | Further improvements in system return value and doc. | Arnold D. Robbins | 2016-03-11 | 1 | -0/+5 |
| | | |||||
| * | Add info to ChangeLog. Update doc some more. | Arnold D. Robbins | 2016-03-10 | 1 | -0/+4 |
| | | |||||
| * | Improve return value of system. | Arnold D. Robbins | 2016-03-08 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-03-08 | 1 | -0/+5 |
|\| | |||||
| * | Fix duplicate case in debug.c. | Arnold D. Robbins | 2016-03-08 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-03-07 | 1 | -0/+5 |
|\| | |||||
| * | Improve instruction dump. | Arnold D. Robbins | 2016-03-07 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-03-03 | 1 | -0/+5 |
|\| | |||||
| * | Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into ↵ | Arnold D. Robbins | 2016-03-03 | 1 | -0/+5 |
| |\ | | | | | | | | | | gawk-4.1-stable | ||||
| | * | Improvements in debug.c for if and else. | Arnold D. Robbins | 2016-03-02 | 1 | -0/+5 |
| | | | |||||
| * | | Fix a compile warning in profile.c. | Arnold D. Robbins | 2016-03-03 | 1 | -0/+5 |
| |/ | |||||
* | | Improvements in debug.c for if and else. | Arnold D. Robbins | 2016-03-02 | 1 | -0/+5 |
| | | |||||
* | | Revert b8d9a73257e1984eae80e61f0b751ddc4e9eab25. | Arnold D. Robbins | 2016-03-02 | 1 | -5/+0 |
| | |