aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-111-0/+1
|
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-071-1/+1
|\
| * Fix GCC 7.1 warnings (incrementing/decrementing booleans).Arnold D. Robbins2017-07-071-1/+1
| |
* | Fix parenthesization in the pretty printer for real (we hope!).Arnold D. Robbins2017-06-231-0/+1
| |
* | Add ezalloc macro in gawk and API to allocate zero-filled memory.Andrew J. Schorr2017-06-211-0/+19
| |
* | Fix bug where Node_regex was setting valref, and restore valref to Node_val ↵Andrew J. Schorr2017-04-261-4/+2
| | | | | | | | part of NODE union where it belongs.
* | Remove unused parts of the NODE.Arnold D. Robbins2017-04-241-18/+3
| |
* | Really fix the 64 bit alignment issue.Arnold D. Robbins2017-04-211-18/+19
| |
* | Fix 64-bit compilation without MPFR.Arnold D. Robbins2017-04-201-7/+17
| |
* | Fix FPAT problems.Arnold D. Robbins2017-04-121-1/+0
| |
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-3/+13
|\ \
| * \ Merge branch 'master' into feature/memleakArnold D. Robbins2017-04-121-2/+4
| |\ \
| * \ \ Merge branch 'master' into feature/memleakArnold D. Robbins2017-04-111-0/+5
| |\ \ \
| * | | | Use Op_illegal instead of 0 in a couple of places for greater clarity.Andrew J. Schorr2017-04-101-2/+1
| | | | |
| * | | | Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks.Andrew J. Schorr2017-04-071-1/+5
| | | | |
| * | | | fixes for memory leak for user-supplied sorting function.Arnold D. Robbins2017-04-041-1/+8
| | | | |
* | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-2/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-04-111-0/+5
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-271-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵Andrew J. Schorr2017-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | API field parsing.
| * | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-201-0/+12
| |\ \ \ \
| * | | | | For API input field parsing, use an array of structs instead of an array of ↵Andrew J. Schorr2017-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | integers.
| * | | | | Enable an API input parser to supply an array of field widths to override ↵Andrew J. Schorr2017-03-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | the default gawk field parsing mechanism.
* | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-111-0/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-081-0/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-271-0/+2
|\| | | |
| * | | | Die with SIGPIPE when EPIPE happens on stdout.Arnold D. Robbins2017-03-271-0/+2
| | |/ / | |/| |
* | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-201-0/+13
|\| | |
| * | | Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-201-0/+12
| |/ /
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-231-1/+1
|\| |
| * | Change return type on some functions from int to bool.Arnold D. Robbins2017-02-231-1/+1
| | |
* | | Introduce some helpful macros for terminating strings, and fix overrun in ↵Andrew J. Schorr2017-01-271-0/+16
| | | | | | | | | | | | dcgettext.
* | | Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-261-1/+1
|/ /
* | Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-261-2/+1
| |
* | Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-251-7/+11
| |
* | Minor performance optimization for numeric operations.Andrew J. Schorr2017-01-221-16/+27
| |
* | Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-5/+4
| |
* | Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-221-1/+6
|\ \
| * \ Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-221-1/+6
| |\ \
| | * | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-1/+3
| | | |
| | * | Improve handling of min and max args for extension functions.Arnold D. Robbins2016-12-121-6/+2
| | | |
| | * | Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-0/+7
| | | |
* | | | Minor fixes to fixtype and do_typeof.Andrew J. Schorr2016-12-041-6/+4
|/ / /
* / / Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-291-0/+1
|/ /
* | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-31/+44
|\ \
| * | Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-1/+1
| | |
| * | Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-7/+7
| | |
| * | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-21/+21
| |\ \
| * \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-161-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-111-0/+1
| |\ \ \ \