| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid memory growth in format_tree. | Arnold D. Robbins | 2019-08-15 | 1 | -5/+2 |
* | Further improvements to bitwise functions. | Arnold D. Robbins | 2019-07-23 | 1 | -8/+4 |
* | Fix checking for negative arguments to bitwise functions. | Arnold D. Robbins | 2019-07-23 | 1 | -10/+8 |
* | Add --lint=no-ext to disable "xxx is a gawk extension" warnings. | Arnold D. Robbins | 2019-05-22 | 1 | -1/+1 |
* | Merge branch 'master' into feature/assoc_set | Arnold D. Robbins | 2019-01-15 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2019-01-14 | 1 | -1/+3 |
| |\ |
|
| | * | Fix small potential memory leak for intdiv. | Arnold D. Robbins | 2019-01-14 | 1 | -1/+3 |
* | | | Remove some unused local variables in builtin.c. | Andrew J. Schorr | 2019-01-15 | 1 | -3/+0 |
* | | | Fix location of assoc_set function in awk.h and start to use it. | Andrew J. Schorr | 2019-01-15 | 1 | -49/+8 |
|/ / |
|
* | | Fix memory leak in new do_typeof optional array arg. | Andrew J. Schorr | 2019-01-14 | 1 | -0/+6 |
* | | Implement optional second array arg to type of returning info on variable int... | Andrew J. Schorr | 2019-01-09 | 1 | -0/+22 |
|/ |
|
* | Speed up UTC mktime by using library timegm if available instead of our slow ... | Andrew J. Schorr | 2018-12-12 | 1 | -29/+1 |
* | Improve lint check for accessing fields in END rule. | Arnold D. Robbins | 2018-09-18 | 1 | -1/+2 |
* | Add lint warning for accessing $0 in an END rule. | Arnold D. Robbins | 2018-09-16 | 1 | -2/+1 |
* | Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed. | Arnold D. Robbins | 2018-07-13 | 1 | -15/+109 |
* | Add support for %a and %A in printf. | Arnold D. Robbins | 2018-03-22 | 1 | -5/+26 |
* | Fix isarray to take unset variable. | Arnold D. Robbins | 2018-01-17 | 1 | -1/+3 |
* | Changes to ROUNDMODE now invalidate cached string values. | Arnold D. Robbins | 2018-01-03 | 1 | -5/+4 |
* | Fix some compiler warnings on Redhat 6. | Arnold D. Robbins | 2017-12-24 | 1 | -6/+5 |
* | Do not deprecate isarray in this release. | Andrew J. Schorr | 2017-10-17 | 1 | -6/+0 |
* | Remove warning from clang. | Arnold D. Robbins | 2017-08-28 | 1 | -3/+6 |
* | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
|\ |
|
| * | Update copyright years in all relevant files. | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-07-07 | 1 | -2/+2 |
|\| |
|
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2017-07-07 | 1 | -2/+2 |
| |\ |
|
| | * | Fix GCC 7.1 warnings (incrementing/decrementing booleans). | Arnold D. Robbins | 2017-07-07 | 1 | -2/+2 |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-06-18 | 1 | -1/+2 |
|\| | |
|
| * | | Fix multibyte char printf problem, add test. | Arnold D. Robbins | 2017-06-18 | 1 | -1/+2 |
* | | | Rename intdiv to intdiv0, require it to be configured in. | Arnold D. Robbins | 2017-04-16 | 1 | -0/+2 |
|/ / |
|
* | | Fixes for intdiv function, including documentation. | Arnold D. Robbins | 2017-04-16 | 1 | -0/+3 |
* | | Compile fix for Mac OS X. | Arnold D. Robbins | 2017-04-12 | 1 | -1/+1 |
* | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-27 | 1 | -2/+2 |
|\ \ |
|
| * | | Die with SIGPIPE when EPIPE happens on stdout. | Arnold D. Robbins | 2017-03-27 | 1 | -2/+2 |
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-24 | 1 | -4/+9 |
|\| | |
|
| * | | Improve handling of flushing for non-fatal files. | Arnold D. Robbins | 2017-03-24 | 1 | -4/+9 |
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 1 | -10/+11 |
|\| | |
|
| * | | Improve handling of EPIPE and fflush. | Arnold D. Robbins | 2017-03-20 | 1 | -10/+11 |
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 1 | -3/+39 |
|\| | |
|
| * | | Add optional 2nd argument to mktime to request UTC instead of local time. | Andrew J. Schorr | 2017-02-22 | 1 | -3/+39 |
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-17 | 1 | -6/+9 |
|\| | |
|
| * | | Fix typeof on null fields. | Arnold D. Robbins | 2017-02-17 | 1 | -6/+9 |
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-01 | 1 | -2/+2 |
|\| | |
|
| * | | Fix up mbc_char_count to be correct. | Arnold D. Robbins | 2017-02-01 | 1 | -2/+2 |
* | | | Introduce some helpful macros for terminating strings, and fix overrun in dcg... | Andrew J. Schorr | 2017-01-27 | 1 | -24/+19 |
* | | | Terminate strings in dcgettext, dcngettext, and bindtextdomain functions. | Andrew J. Schorr | 2017-01-26 | 1 | -10/+31 |
* | | | Fix possible string overrun in strtonum function. | Andrew J. Schorr | 2017-01-26 | 1 | -3/+3 |
* | | | Fix bug in strftime when format argument is an unterminated field string. | Andrew J. Schorr | 2017-01-26 | 1 | -3/+11 |
|/ / |
|
* | | Minor fixes to fixtype and do_typeof. | Andrew J. Schorr | 2016-12-04 | 1 | -1/+8 |
* | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 1 | -17/+42 |
|\ \ |
|
| * | | Audit use of stptr for NUL termination. Update doc before merge to master. | Arnold D. Robbins | 2016-11-18 | 1 | -11/+37 |