summaryrefslogtreecommitdiff
path: root/awk.h
Commit message (Expand)AuthorAgeFilesLines
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-3/+14
* Integrate changes for z/OS.Arnold D. Robbins2017-08-211-1/+1
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-091-2/+2
|\
| * Initial additions to update DJGPP port.Arnold D. Robbins2017-08-091-2/+2
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-041-1/+1
|\ \ | |/
| * Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-111-0/+1
|\ \ | |/
| * Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-111-0/+1
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-071-1/+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
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-231-0/+20
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-04-261-4/+2
|\ \ \ | |/ /
| * | Fix bug where Node_regex was setting valref, and restore valref to Node_val p...Andrew J. Schorr2017-04-261-4/+2
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-241-18/+3
|\ \ \ | |/ /
| * | Remove unused parts of the NODE.Arnold D. Robbins2017-04-241-18/+3
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-211-18/+19
|\ \ \ | |/ /
| * | Really fix the 64 bit alignment issue.Arnold D. Robbins2017-04-211-18/+19
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-201-7/+17
|\ \ \ | |/ /
| * | Fix 64-bit compilation without MPFR.Arnold D. Robbins2017-04-201-7/+17
* | | Make MPFR division by zero fatal in intdiv.c. Some other cleanups.Arnold D. Robbins2017-04-131-7/+4
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-1/+0
|\ \ \ | |/ /
| * | Fix FPAT problems.Arnold D. Robbins2017-04-121-1/+0
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-1/+19
|\ \ \ | |/ /
| * | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-3/+13
| |\ \
| * \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-2/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/stringfixfeature/stringfixArnold D. Robbins2017-04-111-0/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-271-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-201-0/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-231-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Introduce some helpful macros for terminating strings, and fix overrun in dcg...Andrew J. Schorr2017-01-271-0/+16
| * | | | | | | | Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-261-1/+1
* | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-3/+13
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into feature/memleakArnold D. Robbins2017-04-121-2/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into feature/memleakfeature/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/api-mpfrArnold 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 API...Andrew J. Schorr2017-03-211-1/+1
| * | | | | | | 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 i...Andrew J. Schorr2017-03-091-1/+1
| * | | | | | | Enable an API input parser to supply an array of field widths to override the...Andrew J. Schorr2017-03-051-2/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-111-0/+5
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-081-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-03-271-0/+2
|\ \ \ \ \ \ | |/ / / / /