Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'gawk-4.2-stable' (after 4.2.1 release) | Arnold D. Robbins | 2018-03-05 | 1 | -2/+2 | |
| |\| | ||||||
| | * | Minor cleanups (bool to int, move a macro). | Arnold D. Robbins | 2018-03-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2018-01-10 | 1 | -0/+3 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-01-10 | 1 | -0/+3 | |
| |\| | ||||||
| | * | Changes to ROUNDMODE now invalidate cached string values. | Arnold D. Robbins | 2018-01-03 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-12-14 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2017-12-14 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Don't optimize !_"...". | Arnold D. Robbins | 2017-12-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-10-22 | 1 | -19/+12 | |
|\| | | ||||||
| * | | Merge branch 'master' into feature/dev-5.0 | Arnold D. Robbins | 2017-10-21 | 1 | -121/+122 | |
| |\| | ||||||
| * | | Simply lint checking for functions defined/called. | Arnold D. Robbins | 2017-10-14 | 1 | -15/+12 | |
| | | | ||||||
| * | | Remove code allowing non-English letters in identifiers. | Arnold D. Robbins | 2017-10-02 | 1 | -4/+0 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-10-21 | 1 | -121/+122 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Don't fold constant strings if either is translatable. | Arnold D. Robbins | 2017-10-21 | 1 | -121/+122 | |
| |/ | ||||||
* | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-08-13 | 1 | -1/+5 | |
|\| | ||||||
| * | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-07-17 | 1 | -620/+636 | |
| |\ | ||||||
| * \ | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-07-17 | 1 | -640/+624 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-07-11 | 1 | -1/+13 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-06-23 | 1 | -86/+88 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-20 | 1 | -4/+14 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-01 | 1 | -5/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-04-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-23 | 1 | -0/+22 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Rename intdiv to intdiv0, require it to be configured in. | Arnold D. Robbins | 2017-04-16 | 1 | -1/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-07-17 | 1 | -611/+630 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | Partially undo previous grammar change. | Arnold D. Robbins | 2017-07-17 | 1 | -620/+636 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-07-17 | 1 | -634/+615 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Small cleanups in the grammar. | Arnold D. Robbins | 2017-07-17 | 1 | -640/+624 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-07-11 | 1 | -1/+13 | |
|\| | | | | | | | ||||||
| * | | | | | | | Some cleanup about checking letters and identifiers. | Arnold D. Robbins | 2017-07-11 | 1 | -1/+13 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-06-23 | 1 | -86/+88 | |
|\| | | | | | | ||||||
| * | | | | | | Fix parenthesization in the pretty printer for real (we hope!). | Arnold D. Robbins | 2017-06-23 | 1 | -80/+85 | |
| | | | | | | | ||||||
| * | | | | | | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 1 | -6/+3 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-05-20 | 1 | -4/+14 | |
|\| | | | | | ||||||
| * | | | | | Make lint checking for "no effect" case smarter about line numbers. | Arnold D. Robbins | 2017-05-20 | 1 | -4/+14 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-05-01 | 1 | -5/+1 | |
|\| | | | | ||||||
| * | | | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2017-05-01 | 1 | -1/+1 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Additional fix for --source, and add test case. | Arnold D. Robbins | 2017-05-01 | 1 | -5/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'master' into feature/fix-comments | Andrew J. Schorr | 2017-04-26 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Fix bug where Node_regex was setting valref, and restore valref to Node_val ↵ | Andrew J. Schorr | 2017-04-26 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | part of NODE union where it belongs. | |||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-04-23 | 1 | -0/+22 | |
|\| | | ||||||
| * | | Fix --source to be like 3.1.x and improve the doc. | Arnold D. Robbins | 2017-04-23 | 1 | -0/+22 | |
| |/ | ||||||
* | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-04-12 | 1 | -2/+2 | |
|\| | ||||||
| * | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 1 | -1/+1 | |
| |\ | ||||||
| * \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-05 | 1 | -3/+4 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-02 | 1 | -3/+3 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-02 | 1 | -1/+2 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-01 | 1 | -16/+10 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Fix possible string overrun in strtonum function. | Andrew J. Schorr | 2017-01-26 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-02-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | |