aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Improve handling of unsupported format modifiers.Arnold D. Robbins2021-01-071-41/+19
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2020-12-201-1/+1
|\|
| * Finish fixing +inform, +nancy, for MPFR.Arnold D. Robbins2020-12-201-1/+1
* | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-2/+2
|/
* Make all messages consistent: no final periods.Arnold D. Robbins2020-08-241-1/+1
* Check for FUNCTAB and SYMTAB as destination in builtin functions.Arnold D. Robbins2020-06-141-0/+14
* Add mbuilov fixes. Still needs review.Arnold D. Robbins2020-06-101-0/+3
* Final round (for now) of message fixes.Arnold D. Robbins2020-03-101-36/+36
* First round of message improvements.Arnold D. Robbins2020-03-091-3/+3
* Update copyright years on changed files.Arnold D. Robbins2020-01-241-1/+2
* Fix problems passing uninitialized variables to typeof.Arnold D. Robbins2020-01-081-0/+1
* Fix a number of memory leaks.Arnold D. Robbins2020-01-081-4/+42
* Update the typeof(PROCINFO) hack to return memory highwater and active counts.Andrew J. Schorr2019-09-101-4/+29
* Hack the typeof function to return memory count info when the 2nd arg is PROC...Andrew J. Schorr2019-09-011-1/+12
* Restore modified use of realloc in format_tree.Arnold D. Robbins2019-08-301-3/+7
* Avoid memory growth in format_tree.Arnold D. Robbins2019-08-151-5/+2
* Further improvements to bitwise functions.Arnold D. Robbins2019-07-231-8/+4
* Fix checking for negative arguments to bitwise functions.Arnold D. Robbins2019-07-231-10/+8
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-1/+1
* Merge branch 'master' into feature/assoc_setArnold D. Robbins2019-01-151-1/+1
|\
| * Merge branch 'gawk-4.2-stable'Arnold D. Robbins2019-01-141-1/+3
| |\
| | * Fix small potential memory leak for intdiv.Arnold D. Robbins2019-01-141-1/+3
* | | Remove some unused local variables in builtin.c.Andrew J. Schorr2019-01-151-3/+0
* | | Fix location of assoc_set function in awk.h and start to use it.Andrew J. Schorr2019-01-151-49/+8
|/ /
* | Fix memory leak in new do_typeof optional array arg.Andrew J. Schorr2019-01-141-0/+6
* | Implement optional second array arg to type of returning info on variable int...Andrew J. Schorr2019-01-091-0/+22
|/
* Speed up UTC mktime by using library timegm if available instead of our slow ...Andrew J. Schorr2018-12-121-29/+1
* Improve lint check for accessing fields in END rule.Arnold D. Robbins2018-09-181-1/+2
* Add lint warning for accessing $0 in an END rule.Arnold D. Robbins2018-09-161-2/+1
* Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed.Arnold D. Robbins2018-07-131-15/+109