summaryrefslogtreecommitdiff
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix isarray to take unset variable.Arnold D. Robbins2018-01-171-1/+3
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-5/+4
* Fix some compiler warnings on Redhat 6.Arnold D. Robbins2017-12-241-6/+5
* Do not deprecate isarray in this release.Andrew J. Schorr2017-10-171-6/+0
* Remove warning from clang.Arnold D. Robbins2017-08-281-3/+6
* 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-071-2/+2
|\ \ | |/
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-071-2/+2
| |\
| | * Fix GCC 7.1 warnings (incrementing/decrementing booleans).Arnold D. Robbins2017-07-071-2/+2
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-181-1/+2
|\ \ \ | |/ /
| * | Fix multibyte char printf problem, add test.Arnold D. Robbins2017-06-181-1/+2
* | | Rename intdiv to intdiv0, require it to be configured in.Arnold D. Robbins2017-04-161-0/+2
|/ /
* | Fixes for intdiv function, including documentation.Arnold D. Robbins2017-04-161-0/+3
* | Compile fix for Mac OS X.Arnold D. Robbins2017-04-121-1/+1
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-271-2/+2
|\ \
| * | Die with SIGPIPE when EPIPE happens on stdout.Arnold D. Robbins2017-03-271-2/+2
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-241-4/+9
|\ \ \ | |/ /
| * | Improve handling of flushing for non-fatal files.Arnold D. Robbins2017-03-241-4/+9
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-201-10/+11
|\ \ \ | |/ /
| * | Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-201-10/+11
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-231-3/+39
|\ \ \ | |/ /
| * | Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-221-3/+39
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-171-6/+9
|\ \ \ | |/ /
| * | Fix typeof on null fields.Arnold D. Robbins2017-02-171-6/+9
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-011-2/+2
|\ \ \ | |/ /
| * | Fix up mbc_char_count to be correct.Arnold D. Robbins2017-02-011-2/+2
* | | Introduce some helpful macros for terminating strings, and fix overrun in dcg...Andrew J. Schorr2017-01-271-24/+19
* | | Terminate strings in dcgettext, dcngettext, and bindtextdomain functions.Andrew J. Schorr2017-01-261-10/+31
* | | Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-261-3/+3
* | | Fix bug in strftime when format argument is an unterminated field string.Andrew J. Schorr2017-01-261-3/+11
|/ /
* | Minor fixes to fixtype and do_typeof.Andrew J. Schorr2016-12-041-1/+8
* | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-17/+42
|\ \
| * | Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-11/+37
| * | Further code improvements and doc changes as diff until merge.feature/nocopyArnold D. Robbins2016-11-121-3/+3
| * | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-11-071-0/+4
| |\ \
| * \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-251-16/+19
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-53/+53
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-031-13/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-231-13/+24
| |\ \ \ \ \ \
| * | | | | | | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-081-5/+11
| * | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...Andrew J. Schorr2016-07-061-2/+2
| * | | | | | | Document string termination in header files and remove no-longer-needed strin...Andrew J. Schorr2016-07-061-11/+5
| * | | | | | | Unify force_string handling of CONVFMT and OFMT.Andrew J. Schorr2016-07-041-6/+1
* | | | | | | | Finish reworking typed regexes. Tests pass!Arnold D. Robbins2016-11-151-4/+13
* | | | | | | | First steps reworking code away from node type.Arnold D. Robbins2016-11-151-14/+12
* | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-071-0/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-11-071-0/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Improve behavior on MS-Windows when stdout is redirected to a pipe.Eli Zaretskii2016-11-041-0/+4
| | * | | | | Fix do_print for use with strnums.Arnold D. Robbins2016-07-231-6/+2