Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove useless "optional" argument to get_actual_argument. | Andrew J. Schorr | 2016-05-26 | 1 | -0/+9 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-26 | 1 | -2/+12 | |
|\| | ||||||
| * | Further fix for MAYBE_NUM values used as array subscripts. | Arnold D. Robbins | 2016-05-26 | 1 | -0/+4 | |
| | | ||||||
| * | Improve definition of fatal macro. | Arnold D. Robbins | 2016-05-26 | 1 | -2/+8 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-26 | 1 | -0/+16 | |
|\| | ||||||
| * | Optimize API function argument retrieval to eliminate a duplicate call to ↵ | Andrew J. Schorr | 2016-05-26 | 1 | -0/+16 | |
| | | | | | | | | get_argument. | |||||
* | | Add nonfatal error message facility to extension API. | Arnold D. Robbins | 2016-05-25 | 1 | -0/+7 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-12 | 1 | -0/+17 | |
|\| | ||||||
| * | Fix issues with SIGPIPE. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+8 | |
| | | ||||||
| * | Fix array indexing to disallow numeric string. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+5 | |
| | | ||||||
| * | Fix compilation warnings in MinGW builds. | Eli Zaretskii | 2016-05-12 | 1 | -0/+5 | |
| | | ||||||
* | | Remove some dead code in interpret.h | Andrew J. Schorr | 2016-05-09 | 1 | -0/+5 | |
| | | ||||||
* | | Improve instruction dump of comments. | Arnold D. Robbins | 2016-05-06 | 1 | -0/+4 | |
| | | ||||||
* | | 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 | |
|\| |