Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Add optional 2nd argument to mktime to request UTC instead of local time. | Andrew J. Schorr | 2017-02-22 | 1 | -1/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-02-05 | 1 | -3/+4 | |
|\| | | | | | ||||||
| * | | | | | In set_profile_text, use emalloc instead of estrdup to improve clarity. | Andrew J. Schorr | 2017-02-03 | 1 | -3/+4 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-02-02 | 1 | -3/+3 | |
|\| | | | | ||||||
| * | | | | Undo change, but update comments as to why not needed. | Arnold D. Robbins | 2017-02-02 | 1 | -3/+3 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-02-02 | 1 | -1/+2 | |
|\| | | | ||||||
| * | | | Improve memory hygiene in set_profile_text. | Arnold D. Robbins | 2017-02-02 | 1 | -1/+2 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-02-01 | 1 | -16/+10 | |
|\| | | ||||||
| * | | Improve making of profile number code and also MPFR case thereof. | Arnold D. Robbins | 2017-02-01 | 1 | -16/+10 | |
| |/ | ||||||
* | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-01-19 | 1 | -2/+8 | |
|\| | ||||||
| * | Speed up programs that toggle IGNORECASE a lot. | Arnold D. Robbins | 2017-01-19 | 1 | -2/+8 | |
| | | ||||||
* | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-12-22 | 1 | -342/+328 | |
|\| | ||||||
| * | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -340/+326 | |
| | | ||||||
* | | Start on improving switch/case comments for profiling. | Arnold D. Robbins | 2016-11-28 | 1 | -904/+929 | |
|/ | ||||||
* | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 1 | -1/+1 | |
|\ | ||||||
| * | Audit use of stptr for NUL termination. Update doc before merge to master. | Arnold D. Robbins | 2016-11-18 | 1 | -1/+1 | |
| | | ||||||
* | | Finish reworking typed regexes. Tests pass! | Arnold D. Robbins | 2016-11-15 | 1 | -337/+336 | |
| | | ||||||
* | | First steps reworking code away from node type. | Arnold D. Robbins | 2016-11-15 | 1 | -7/+16 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-31 | 1 | -1/+6 | |
|\| | ||||||
| * | Fix some valgrind errors. | Arnold D. Robbins | 2016-10-31 | 1 | -1/+6 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-23 | 1 | -77/+77 | |
|\| | ||||||
| * | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -77/+77 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-16 | 1 | -1/+1 | |
|\| | ||||||
| * | Typo fix in call to add_sign_to_num. | Arnold D. Robbins | 2016-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-16 | 1 | -406/+425 | |
|\| | ||||||
| * | Implement unary plus for real, including for pretty printing. | Arnold D. Robbins | 2016-10-16 | 1 | -395/+414 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-12 | 1 | -5/+5 | |
|\| | ||||||
| * | Optimization in storing numeric string values for profiling. Update NEWS. | Arnold D. Robbins | 2016-10-12 | 1 | -5/+5 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-11 | 1 | -397/+431 | |
|\| | ||||||
| * | Use original input text of numbers when pretty printing. | Arnold D. Robbins | 2016-10-11 | 1 | -386/+420 | |
| | |