Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix parenthesization in the pretty printer for real (we hope!). | Arnold D. Robbins | 2017-06-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add ezalloc macro in gawk and API to allocate zero-filled memory. | Andrew J. Schorr | 2017-06-21 | 1 | -0/+19 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-04-26 | 1 | -4/+2 | |
|\| | | ||||||
| * | | Fix bug where Node_regex was setting valref, and restore valref to Node_val ↵ | Andrew J. Schorr | 2017-04-26 | 1 | -4/+2 | |
| | | | | | | | | | | | | part of NODE union where it belongs. | |||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-24 | 1 | -18/+3 | |
|\| | | ||||||
| * | | Remove unused parts of the NODE. | Arnold D. Robbins | 2017-04-24 | 1 | -18/+3 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-21 | 1 | -18/+19 | |
|\| | | ||||||
| * | | Really fix the 64 bit alignment issue. | Arnold D. Robbins | 2017-04-21 | 1 | -18/+19 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-20 | 1 | -7/+17 | |
|\| | | ||||||
| * | | Fix 64-bit compilation without MPFR. | Arnold D. Robbins | 2017-04-20 | 1 | -7/+17 | |
| | | | ||||||
* | | | Make MPFR division by zero fatal in intdiv.c. Some other cleanups. | Arnold D. Robbins | 2017-04-13 | 1 | -7/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -1/+0 | |
|\| | | ||||||
| * | | Fix FPAT problems. | Arnold D. Robbins | 2017-04-12 | 1 | -1/+0 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -1/+19 | |
|\| | | ||||||
| * | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 1 | -3/+13 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 1 | -2/+4 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-11 | 1 | -0/+5 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-27 | 1 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 1 | -0/+13 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Introduce some helpful macros for terminating strings, and fix overrun in ↵ | Andrew J. Schorr | 2017-01-27 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcgettext. | |||||
| * | | | | | | | | Fix possible string overrun in strtonum function. | Andrew J. Schorr | 2017-01-26 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -3/+13 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into feature/memleak | Arnold D. Robbins | 2017-04-12 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into feature/memleak | Arnold D. Robbins | 2017-04-11 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | Use Op_illegal instead of 0 in a couple of places for greater clarity. | Andrew J. Schorr | 2017-04-10 | 1 | -2/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks. | Andrew J. Schorr | 2017-04-07 | 1 | -1/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fixes for memory leak for user-supplied sorting function. | Arnold D. Robbins | 2017-04-04 | 1 | -1/+8 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-11 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-27 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵ | Andrew J. Schorr | 2017-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API field parsing. | |||||
| * | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 1 | -0/+12 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | For API input field parsing, use an array of structs instead of an array of ↵ | Andrew J. Schorr | 2017-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integers. | |||||
| * | | | | | | | Enable an API input parser to supply an array of field widths to override ↵ | Andrew J. Schorr | 2017-03-05 | 1 | -2/+4 | |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | the default gawk field parsing mechanism. | |||||
* | | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-11 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Fix EPIPE handling in the MinGW build. | Eli Zaretskii | 2017-04-08 | 1 | -0/+5 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-03-27 | 1 | -0/+2 | |
|\| | | | | | ||||||
| * | | | | | Die with SIGPIPE when EPIPE happens on stdout. | Arnold D. Robbins | 2017-03-27 | 1 | -0/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-03-20 | 1 | -0/+12 | |
|\| | | | | ||||||
| * | | | | Improve handling of EPIPE and fflush. | Arnold D. Robbins | 2017-03-20 | 1 | -0/+12 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-02-23 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Change return type on some functions from int to bool. | Arnold D. Robbins | 2017-02-23 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-27 | 1 | -2/+1 | |
|\| | | ||||||
| * | | Minor tweak to block allocator to remove pointless BLOCK_INVALID header. | Andrew J. Schorr | 2017-01-26 | 1 | -2/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-26 | 1 | -7/+11 | |
|\| | | ||||||
| * | | Minor rewrite of block allocator to improve clarity. | Andrew J. Schorr | 2017-01-25 | 1 | -7/+11 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-25 | 1 | -16/+27 | |
|\| | | ||||||
| * | | Minor performance optimization for numeric operations. | Andrew J. Schorr | 2017-01-22 | 1 | -16/+27 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-19 | 1 | -5/+4 | |
|\| | |