summaryrefslogtreecommitdiff
path: root/awk.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/namespacesfeature/namespacesArnold D. Robbins2019-01-081-25/+27
|\
| * Use a struct instead of an array to contain the array methods.Andrew J. Schorr2019-01-071-25/+27
* | Merge branch 'master' into feature/namespacesArnold D. Robbins2019-01-061-23/+19
|\ \ | |/
| * Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-061-23/+19
* | Clean up some function naming in awkgram.y.Arnold D. Robbins2018-12-301-1/+0
* | Polish off comment handling for @namespace statements.Arnold D. Robbins2018-12-121-0/+1
* | Merge branch 'master' into feature/namespacesArnold D. Robbins2018-12-021-4/+11
|\ \ | |/
| * Handle comments after commas in expression lists.Arnold D. Robbins2018-10-301-0/+1
| * Add comments to @load. Start for @include.Arnold D. Robbins2018-10-201-0/+1
| * Handle comments after the `;' in for loops.Arnold D. Robbins2018-10-171-1/+2
| * Continued improvements in comment refactoring.Arnold D. Robbins2018-10-091-3/+7
| * Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-261-1/+7
| |\
| * \ Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-231-0/+2
| |\ \
| * | | Start at revamping comment handling for the pretty printer.Arnold D. Robbins2018-09-211-0/+1
* | | | Merge branch 'master' into feature/namespacesArnold D. Robbins2018-09-261-1/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-261-1/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Add more lint warnings.Arnold D. Robbins2018-09-261-1/+7
* | | | Merge branch 'master' into feature/namespacesArnold D. Robbins2018-09-231-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-231-0/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Small fix for Sun compilers.Arnold D. Robbins2018-09-231-0/+2
* | | Merge branch 'master' into feature/namespacesArnold D. Robbins2018-09-141-0/+3
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-141-0/+3
| |\ \ | | |/
| | * Move some prototypes to awk.h from main.c.Arnold D. Robbins2018-09-141-0/+3
* | | Merge branch 'master' into feature/namespacesArnold D. Robbins2018-08-221-4/+0
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-08-221-4/+0
| |\ \ | | |/
| | * Merge branch 'gawk-4.2-stable' into feature/gnulib-regexArnold D. Robbins2018-08-021-0/+2
| | |\
| | * | Switch to GNULIB regex.Arnold D. Robbins2018-07-261-4/+0
* | | | Merge branch 'master' into feature/namespacesArnold D. Robbins2018-08-021-0/+2
|\ \ \ \ | |/ / /
| * | | 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 'master' into feature/namespacesArnold D. Robbins2018-07-131-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 'master' into feature/namespacesArnold D. Robbins2018-06-171-1/+1
|\ \ \ | |/ /
| * | 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 'master' into feature/namespacesArnold D. Robbins2018-03-261-4/+0
|\ \ \ | |/ /
| * | 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 'master' into feature/namespacesArnold D. Robbins2018-03-051-7/+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 'master' into feature/namespacesArnold D. Robbins2018-01-101-3/+14
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into feature/namespacesArnold D. Robbins2017-10-221-11/+1
|\ \ \ | |/ /
| * | Remove gawkbool.h; rely on their being a stdbool.h.Arnold D. Robbins2017-10-131-11/+1
| |/
* | Merge branch 'master' into feature/namespacesArnold D. Robbins2017-08-211-1/+1
|\ \ | |/
| * Integrate changes for z/OS.Arnold D. Robbins2017-08-211-1/+1
* | Merge branch 'master' into feature/namespacesArnold D. Robbins2017-08-131-0/+15
|\ \ | |/