Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indirect call tests for MPFR. | Arnold D. Robbins | 2020-07-09 | 2 | -1/+6 |
| | |||||
* | Fix dbugeval2 test for -M. | Arnold D. Robbins | 2020-07-09 | 2 | -1/+8 |
| | |||||
* | Fix MPFR tests that are OK. | Arnold D. Robbins | 2020-07-08 | 9 | -24/+103 |
| | |||||
* | Fix typedregex2 and typedregex3 tesets for MPFR. | Arnold D. Robbins | 2020-07-08 | 4 | -4/+32 |
| | |||||
* | Fix printfchar test for -M. | Arnold D. Robbins | 2020-07-08 | 2 | -1/+8 |
| | |||||
* | Update pc/Makefile.tst. | Arnold D. Robbins | 2020-07-08 | 1 | -1/+6 |
| | |||||
* | Fix another MPFR number parsing issue. | Arnold D. Robbins | 2020-07-07 | 9 | -3/+54 |
| | |||||
* | Change flags to enums (for showing in GDB). | Arnold D. Robbins | 2020-07-07 | 3 | -102/+109 |
| | |||||
* | Improve r_dupnode. | Arnold D. Robbins | 2020-07-07 | 2 | -11/+8 |
| | |||||
* | Add $(GAWK_TEST_ARGS) to tests so we can run them with -M. | Andrew J. Schorr | 2020-07-06 | 3 | -2/+7 |
| | |||||
* | Make do_itrace a real variable. | Arnold D. Robbins | 2020-07-05 | 4 | -5/+23 |
| | |||||
* | MPFR bug fixes in some corner cases. | Arnold D. Robbins | 2020-07-05 | 13 | -4/+74 |
| | |||||
* | Fix double free error with -M. | Arnold D. Robbins | 2020-07-03 | 2 | -0/+17 |
| | |||||
* | Document -I in the reference card. | Arnold D. Robbins | 2020-07-02 | 2 | -2/+4 |
| | |||||
* | Add instruction trace option. | Arnold D. Robbins | 2020-07-02 | 13 | -622/+709 |
| | |||||
* | Fix posix_compare function, add test. | Arnold D. Robbins | 2020-07-02 | 8 | -68/+157 |
| | |||||
* | Make debug.c messages more consistent. | Arnold D. Robbins | 2020-06-30 | 9 | -20/+28 |
| | |||||
* | Update Italian translations. | Arnold D. Robbins | 2020-06-28 | 4 | -157/+230 |
| | |||||
* | Update in TODO. | Arnold D. Robbins | 2020-06-28 | 1 | -1/+4 |
| | |||||
* | Merge branch 'gawk-5.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into ↵ | Arnold D. Robbins | 2020-06-25 | 4 | -131/+128 |
|\ | | | | | | | gawk-5.1-stable | ||||
| * | By request, remove an email address from the ChangeLog. | Arnold D. Robbins | 2020-06-18 | 1 | -1/+1 |
| | | |||||
| * | Updates and indexing improvements in gawkinet.texi. | Arnold D. Robbins | 2020-06-15 | 3 | -130/+127 |
| | | |||||
* | | Fixes in gawk.1. | Arnold D. Robbins | 2020-06-25 | 2 | -9/+5 |
|/ | |||||
* | Revise indexing in gawkworkflow.texi. | Arnold D. Robbins | 2020-06-14 | 3 | -207/+211 |
| | |||||
* | Check for FUNCTAB and SYMTAB as destination in builtin functions. | Arnold D. Robbins | 2020-06-14 | 5 | -6/+38 |
| | |||||
* | Update NEWS. | Arnold D. Robbins | 2020-06-12 | 2 | -1/+5 |
| | |||||
* | Improve asort and asorti treatment of SYMTAB and FUNCTAB. Document same. | Arnold D. Robbins | 2020-06-12 | 7 | -375/+399 |
| | |||||
* | Finish up patches from Michael Builov. | Arnold D. Robbins | 2020-06-11 | 2 | -8/+18 |
| | |||||
* | Makefile fixes after update to test/Gentests. | Arnold D. Robbins | 2020-06-10 | 3 | -3/+3 |
| | |||||
* | Add ChangeLog entries and some more minor fixes. | Arnold D. Robbins | 2020-06-10 | 6 | -8/+56 |
| | |||||
* | Add mbuilov fixes. Still needs review. | Arnold D. Robbins | 2020-06-10 | 12 | -45/+66 |
| | |||||
* | Update to bison 3.6.3. | Arnold D. Robbins | 2020-06-10 | 4 | -620/+544 |
| | |||||
* | Convert exec_count to unsigned long long. | Andrew J. Schorr | 2020-06-10 | 6 | -7/+22 |
| | |||||
* | Improve doc on limits, increase limit on size of a token. | Arnold D. Robbins | 2020-06-10 | 7 | -570/+665 |
| | |||||
* | Fix another printf in profile.c. | Arnold D. Robbins | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Improve long long exec_count. | Arnold D. Robbins | 2020-06-10 | 3 | -3/+13 |
| | |||||
* | Man page fixes. | Arnold D. Robbins | 2020-06-08 | 2 | -33/+24 |
| | |||||
* | Make profiling counts 64 bits. | Arnold D. Robbins | 2020-06-08 | 4 | -4/+18 |
| | |||||
* | Fix ` print $"2" ' case. | Arnold D. Robbins | 2020-06-08 | 10 | -4/+35 |
| | |||||
* | Revert dfa.c speedups of 26 April 2020. | Arnold D. Robbins | 2020-06-07 | 2 | -51/+19 |
| | |||||
* | Update texinfo.tex. | Arnold D. Robbins | 2020-06-07 | 2 | -98/+176 |
| | |||||
* | Add correct version of ar-lib. | Arnold D. Robbins | 2020-06-07 | 1 | -0/+271 |
| | |||||
* | Remove wrong version of ar-lib. | Arnold D. Robbins | 2020-06-07 | 1 | -1/+0 |
| | |||||
* | Allow typed regex in return statement. Update the doc. | Arnold D. Robbins | 2020-06-05 | 7 | -1214/+1255 |
| | |||||
* | Allow for cross-compile version of ar. | Arnold D. Robbins | 2020-06-05 | 11 | -4/+260 |
| | |||||
* | Update Italian texinfo.tex. | Arnold D. Robbins | 2020-05-24 | 2 | -39/+63 |
| | |||||
* | Update build aux files. | Arnold D. Robbins | 2020-05-15 | 8 | -46/+88 |
| | |||||
* | Small updates in gawkworkflow.texi. | Arnold D. Robbins | 2020-05-15 | 3 | -81/+102 |
| | |||||
* | Move to Bison 3.6. | Arnold D. Robbins | 2020-05-14 | 4 | -1102/+914 |
| | |||||
* | Update Swedish translation. | Arnold D. Robbins | 2020-05-14 | 2 | -275/+142 |
| |