Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-03-22 | 1 | -4/+45 |
|\ | |||||
| * | Impove lint checks in builtin functions. | Arnold D. Robbins | 2022-03-22 | 1 | -4/+45 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-02-11 | 1 | -1/+2 |
|\| | |||||
| * | Small formatting fix. | Arnold D. Robbins | 2022-02-10 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-02-09 | 1 | -2/+97 |
|\| | |||||
| * | Finish fixing indirect call of builtins. | Arnold D. Robbins | 2022-02-07 | 1 | -5/+92 |
| | | |||||
| * | Start fixing indirect calls of builtins. | Arnold D. Robbins | 2022-02-04 | 1 | -0/+8 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-05 | 1 | -4/+8 |
|\| | |||||
| * | Don't use return in a call to a void function. | Andrew J. Schorr | 2021-12-02 | 1 | -4/+8 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-01 | 1 | -33/+44 |
|\| | |||||
| * | Convert w32_maybe_set_errno to os_maybe_set_errno. | Arnold D. Robbins | 2021-12-01 | 1 | -4/+2 |
| | | |||||
| * | Don't use return in a call to a void function. | Arnold D. Robbins | 2021-12-01 | 1 | -2/+2 |
| | | |||||
| * | Flush output to redirections before closing to detect output errors. | Andrew J. Schorr | 2021-11-30 | 1 | -30/+43 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-22 | 1 | -1/+22 |
|\| | |||||
| * | Fix subtle typeof case. | Arnold D. Robbins | 2021-11-21 | 1 | -1/+22 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-09-26 | 1 | -1/+3 |
|\| | |||||
| * | Update FIXME and comments and builtin.c:do_mktime. | Arnold D. Robbins | 2021-09-26 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-09-12 | 1 | -2/+3 |
|\| | |||||
| * | Small fix in builtin.c. | Arnold D. Robbins | 2021-09-12 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-09-06 | 1 | -1/+116 |
|\| | |||||
| * | Fix ' flag for %d for MPFR. | Arnold D. Robbins | 2021-09-06 | 1 | -1/+116 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-08-26 | 1 | -4/+32 |
|\| | |||||
| * | Rationalize strong regex as param to sub/gsub. Add tests. | Arnold D. Robbins | 2021-08-13 | 1 | -4/+32 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-06-10 | 1 | -5/+5 |
|\| | |||||
| * | Fix for HP-UX. | Arnold D. Robbins | 2021-06-04 | 1 | -5/+5 |
| | | |||||
* | | Small fixes. | Arnold D. Robbins | 2021-05-05 | 1 | -4/+0 |
| | | |||||
* | | Renamed bool() to mkbool(). | Arnold D. Robbins | 2021-05-02 | 1 | -2/+2 |
| | | |||||
* | | Make booleans just special numbers. | Arnold D. Robbins | 2021-04-28 | 1 | -20/+2 |
| | | |||||
* | | More progress on bool. | Arnold D. Robbins | 2021-03-08 | 1 | -0/+37 |
| | | |||||
* | | Start on a bool type for gawk. | Arnold D. Robbins | 2021-03-05 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-01-09 | 1 | -2/+4 |
|\| | |||||
| * | Fix conversion of 018 to decimal. Add a test. | Arnold D. Robbins | 2021-01-09 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-01-08 | 1 | -3/+2 |
|\| | |||||
| * | Improve use of types throughout. | Arnold D. Robbins | 2021-01-08 | 1 | -3/+2 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-01-07 | 1 | -41/+19 |
|\| | |||||
| * | Improve handling of unsupported format modifiers. | Arnold D. Robbins | 2021-01-07 | 1 | -41/+19 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2020-12-20 | 1 | -1/+1 |
|\| | |||||
| * | Finish fixing +inform, +nancy, for MPFR. | Arnold D. Robbins | 2020-12-20 | 1 | -1/+1 |
| | | |||||
* | | Rework scalar comparisons to be (more) like in C. | Arnold D. Robbins | 2020-11-02 | 1 | -2/+2 |
|/ | |||||
* | Make all messages consistent: no final periods. | Arnold D. Robbins | 2020-08-24 | 1 | -1/+1 |
| | |||||
* | Check for FUNCTAB and SYMTAB as destination in builtin functions. | Arnold D. Robbins | 2020-06-14 | 1 | -0/+14 |
| | |||||
* | Add mbuilov fixes. Still needs review. | Arnold D. Robbins | 2020-06-10 | 1 | -0/+3 |
| | |||||
* | Final round (for now) of message fixes. | Arnold D. Robbins | 2020-03-10 | 1 | -36/+36 |
| | |||||
* | First round of message improvements. | Arnold D. Robbins | 2020-03-09 | 1 | -3/+3 |
| | |||||
* | Update copyright years on changed files. | Arnold D. Robbins | 2020-01-24 | 1 | -1/+2 |
| | |||||
* | Fix problems passing uninitialized variables to typeof. | Arnold D. Robbins | 2020-01-08 | 1 | -0/+1 |
| | |||||
* | Fix a number of memory leaks. | Arnold D. Robbins | 2020-01-08 | 1 | -4/+42 |
| | |||||
* | Update the typeof(PROCINFO) hack to return memory highwater and active counts. | Andrew J. Schorr | 2019-09-10 | 1 | -4/+29 |
| | |||||
* | Hack the typeof function to return memory count info when the 2nd arg is ↵ | Andrew J. Schorr | 2019-09-01 | 1 | -1/+12 |
| | | | | PROCINFO. | ||||
* | Restore modified use of realloc in format_tree. | Arnold D. Robbins | 2019-08-30 | 1 | -3/+7 |
| |