aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-08-021-0/+2
|\ \ \ | | |/ | |/|
| * | Fix handling of physical newlines in -v arguments and related improvemnts.Arnold D. Robbins2018-07-311-0/+2
| |/
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-07-131-0/+2
|\|
| * Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed.Arnold D. Robbins2018-07-131-0/+2
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-06-171-1/+1
|\|
| * Fix a corner case with EPIPE to stdout/stderr.Arnold D. Robbins2018-06-171-1/+1
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-03-261-4/+0
|\|
| * Remove the tail recursion optimization.Arnold D. Robbins2018-03-261-4/+0
| |
* | Merge branch 'gawk-4.2-stable' (after 4.2.1 release)Arnold D. Robbins2018-03-051-7/+0
|\|
| * Minor cleanups (bool to int, move a macro).Arnold D. Robbins2018-03-051-7/+0
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-01-101-3/+14
|\|
| * Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-3/+14
| |
* | Remove gawkbool.h; rely on their being a stdbool.h.Arnold D. Robbins2017-10-131-11/+1
|/
* 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 ↵Andrew J. Schorr2017-04-261-4/+2
| | | | | | | | | | | | part of NODE union where it belongs.
* | | 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/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 ↵Andrew J. Schorr2017-01-271-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcgettext.
| * | | | | | | | 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/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
| | | | | | | | |