summaryrefslogtreecommitdiff
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few -Wextra compilation warnings.Arnold D. Robbins2023-04-221-1/+1
* Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
* Remove trailing whitespace from a bunch of files.Arnold D. Robbins2023-02-261-1/+1
* Bug fix in typeof, add new test files.Arnold D. Robbins2023-02-241-8/+15
* Code improvement: RED_NOBUF -> RED_FLUSH.Arnold D. Robbins2023-02-231-1/+1
* Fixes for making translation easier.Arnold D. Robbins2022-08-171-1/+1
* Move floatmagic.h include to awk.h.Arnold D. Robbins2022-08-081-1/+0
* Fix the MinGW build.Eli Zaretskii2022-08-081-2/+2
* Smal bug fix in builtin.c.Arnold D. Robbins2022-08-031-1/+4
* Improve error checking on output.Arnold D. Robbins2022-07-291-2/+18
* Squashed commit of the following:Arnold D. Robbins2022-07-081-1/+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-2/+1
* Squashed commit of the following:Arnold D. Robbins2022-06-281-1/+2
* Fix a memory issue in do_sub.Arnold D. Robbins2022-06-021-5/+7
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-03-221-4/+45
|\
| * Impove lint checks in builtin functions.Arnold D. Robbins2022-03-221-4/+45
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-111-1/+2
|\ \ | |/
| * Small formatting fix.Arnold D. Robbins2022-02-101-1/+2
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-091-2/+97
|\ \ | |/
| * Finish fixing indirect call of builtins.Arnold D. Robbins2022-02-071-5/+92
| * Start fixing indirect calls of builtins.Arnold D. Robbins2022-02-041-0/+8
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-051-4/+8
|\ \ | |/
| * Don't use return in a call to a void function.Andrew J. Schorr2021-12-021-4/+8
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-011-33/+44
|\ \ | |/
| * Convert w32_maybe_set_errno to os_maybe_set_errno.Arnold D. Robbins2021-12-011-4/+2
| * Don't use return in a call to a void function.Arnold D. Robbins2021-12-011-2/+2
| * Flush output to redirections before closing to detect output errors.Andrew J. Schorr2021-11-301-30/+43
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-221-1/+22
|\ \ | |/
| * Fix subtle typeof case.Arnold D. Robbins2021-11-211-1/+22
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-261-1/+3
|\ \ | |/
| * Update FIXME and comments and builtin.c:do_mktime.Arnold D. Robbins2021-09-261-1/+3
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-121-2/+3
|\ \ | |/
| * Small fix in builtin.c.Arnold D. Robbins2021-09-121-2/+3
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-061-1/+116
|\ \ | |/
| * Fix ' flag for %d for MPFR.Arnold D. Robbins2021-09-061-1/+116
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-08-261-4/+32
|\ \ | |/
| * Rationalize strong regex as param to sub/gsub. Add tests.Arnold D. Robbins2021-08-131-4/+32
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-06-101-5/+5
|\ \ | |/
| * Fix for HP-UX.Arnold D. Robbins2021-06-041-5/+5
* | Small fixes.Arnold D. Robbins2021-05-051-4/+0
* | Renamed bool() to mkbool().Arnold D. Robbins2021-05-021-2/+2
* | Make booleans just special numbers.Arnold D. Robbins2021-04-281-20/+2
* | More progress on bool.Arnold D. Robbins2021-03-081-0/+37
* | Start on a bool type for gawk.Arnold D. Robbins2021-03-051-1/+4
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-091-2/+4
|\ \ | |/
| * Fix conversion of 018 to decimal. Add a test.Arnold D. Robbins2021-01-091-2/+4
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-081-3/+2
|\ \ | |/
| * Improve use of types throughout.Arnold D. Robbins2021-01-081-3/+2
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-071-41/+19
|\ \ | |/