summaryrefslogtreecommitdiff
path: root/awk.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gawk-5.2-stable'Arnold D. Robbins2023-04-141-2/+2
|\
| * Merge branch 'private/stable-int-max-fx' into gawk-5.2-stableArnold D. Robbins2023-04-141-1/+1
| |\
| | * Allow input records longer than INT_MAX.Arnold D. Robbins2023-03-181-1/+1
| * | Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
| |/
* | Merge branch 'feature/csv-revamp'Arnold D. Robbins2023-03-261-0/+4
|\ \
| * | Start revamp of CSV handling.Arnold D. Robbins2023-03-161-0/+4
| |/
* | Merge branch 'master' into feature/backslash-uArnold D. Robbins2023-03-231-1/+5
|\ \ | |/
| * Fix memory leak when $a = $b appears in expressions.Arnold D. Robbins2023-02-271-0/+1
| * Bug fix in boolval.Arnold D. Robbins2023-02-241-0/+3
| * Code improvement: RED_NOBUF -> RED_FLUSH.Arnold D. Robbins2023-02-231-1/+1
* | First cut at adding \u.Arnold D. Robbins2022-12-271-1/+1
|/
* Save/restore freelists to/from the root pointer struct.Arnold D. Robbins2022-12-041-1/+2
* Disallow using / not using -M for multiple invocations with PMA.Arnold D. Robbins2022-12-011-0/+1
* Update GNULIB stuff.Arnold D. Robbins2022-10-211-1/+0
* Remove some dead configure tests and code, bump version.Arnold D. Robbins2022-08-161-9/+0
* Move floatmagic.h include to awk.h.Arnold D. Robbins2022-08-081-0/+2
* Fix the MinGW build.Eli Zaretskii2022-08-081-1/+1
* Squashed commit of the following:Arnold D. Robbins2022-08-051-0/+3
* Improve error checking on output.Arnold D. Robbins2022-07-291-0/+1
* Squashed commit of the following:Arnold D. Robbins2022-07-081-1/+18
* Remove DJGPP support.Arnold D. Robbins2022-07-061-2/+2
* Squashed commit of the following:Arnold D. Robbins2022-07-051-2/+2
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-12/+1
* Squashed commit of the following:Arnold D. Robbins2022-06-281-1/+12
* Squashed commit of the following:Arnold D. Robbins2022-06-241-0/+1
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-271-2/+2
|\
| * Have cant_happen() give more information.Arnold D. Robbins2022-02-271-2/+2
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-091-0/+2
|\ \ | |/
| * Finish fixing indirect call of builtins.Arnold D. Robbins2022-02-071-0/+2
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-011-0/+2
|\ \ | |/
| * Convert w32_maybe_set_errno to os_maybe_set_errno.Arnold D. Robbins2021-12-011-0/+1
| * Flush output to redirections before closing to detect output errors.Andrew J. Schorr2021-11-301-0/+1
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-07-231-1/+11
|\ \ | |/
| * Fixes for Vax/VMS C.Arnold D. Robbins2021-07-231-1/+11
* | Renamed bool() to mkbool().Arnold D. Robbins2021-05-021-1/+1
* | Fixes to awk.h.feature/boolArnold D. Robbins2021-04-301-15/+19
* | Make booleans just special numbers.Arnold D. Robbins2021-04-281-1/+0
* | More progress on bool.Arnold D. Robbins2021-03-081-0/+2
* | Start on a bool type for gawk.Arnold D. Robbins2021-03-051-1/+3
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-091-1/+1
|\ \ | |/
| * Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-081-8/+10
|\ \ | |/
| * Improve use of types throughout.Arnold D. Robbins2021-01-081-8/+10
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2020-12-201-0/+1
|\ \ | |/
| * First steps fixing +inform, +nancy.Arnold D. Robbins2020-12-191-0/+1
* | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-0/+9
|/
* Add lint checks for same redirection used multiple ways.Arnold D. Robbins2020-09-211-0/+2
* Fix CentOS 7 core dumps.Arnold D. Robbins2020-08-201-2/+1
* Fix a warning on tcc.Arnold D. Robbins2020-07-281-3/+3