Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-30 | 1 | -0/+4 | |
|\| | | ||||||
| * | | Document PROCINFO["argv"]. | Arnold D. Robbins | 2017-05-30 | 1 | -0/+4 | |
* | | | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-05-24 | 1 | -0/+7 | |
|\| | | ||||||
| * | | FIELDWIDTHS parsing should protect against blanks after skip separator, and f... | Andrew J. Schorr | 2017-05-24 | 1 | -0/+7 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-23 | 1 | -0/+5 | |
|\| | | ||||||
| * | | Additional robustness in FIELDWIDTHS parsing. | Arnold D. Robbins | 2017-05-23 | 1 | -0/+5 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-23 | 1 | -0/+1 | |
|\| | | ||||||
| * | | And update ChangeLog about NEWS update. | Arnold D. Robbins | 2017-05-23 | 1 | -0/+1 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-23 | 1 | -0/+7 | |
|\| | | ||||||
| * | | Greatly improve FIELDWIDTHS behavior, doc, and tests. | Arnold D. Robbins | 2017-05-23 | 1 | -0/+7 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-20 | 1 | -0/+5 | |
|\| | | ||||||
| * | | Make lint checking for "no effect" case smarter about line numbers. | Arnold D. Robbins | 2017-05-20 | 1 | -0/+5 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-01 | 1 | -0/+6 | |
|\| | | ||||||
| * | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2017-05-01 | 1 | -0/+12 | |
| |\ \ | ||||||
| * | | | Additional fix for --source, and add test case. | Arnold D. Robbins | 2017-05-01 | 1 | -0/+6 | |
* | | | | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-04-26 | 1 | -0/+12 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Fix bug where Node_regex was setting valref, and restore valref to Node_val p... | Andrew J. Schorr | 2017-04-26 | 1 | -0/+12 | |
| |/ / | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-24 | 1 | -0/+8 | |
|\| | | ||||||
| * | | Remove unused parts of the NODE. | Arnold D. Robbins | 2017-04-24 | 1 | -0/+8 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-23 | 1 | -0/+6 | |
|\| | | ||||||
| * | | Fix --source to be like 3.1.x and improve the doc. | Arnold D. Robbins | 2017-04-23 | 1 | -0/+6 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-21 | 1 | -0/+8 | |
|\| | | ||||||
| * | | Really fix the 64 bit alignment issue. | Arnold D. Robbins | 2017-04-21 | 1 | -0/+8 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-20 | 1 | -0/+12 | |
|\| | | ||||||
| * | | Fix 64-bit compilation without MPFR. | Arnold D. Robbins | 2017-04-20 | 1 | -0/+12 | |
* | | | Rename intdiv to intdiv0, require it to be configured in. | Arnold D. Robbins | 2017-04-16 | 1 | -0/+11 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-16 | 1 | -0/+7 | |
|\| | | ||||||
| * | | Fixes for intdiv function, including documentation. | Arnold D. Robbins | 2017-04-16 | 1 | -0/+7 | |
* | | | Make MPFR division by zero fatal in intdiv.c. Some other cleanups. | Arnold D. Robbins | 2017-04-13 | 1 | -5/+9 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -0/+3 | |
|\| | | ||||||
| * | | Compile fix for Mac OS X. | Arnold D. Robbins | 2017-04-12 | 1 | -0/+3 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -0/+6 | |
|\| | | ||||||
| * | | Fix a memory leak in mpfr formatting values. | Arnold D. Robbins | 2017-04-12 | 1 | -0/+5 | |
| * | | Fix valgrind invalid read issues in new fpat parsing. | Arnold D. Robbins | 2017-04-12 | 1 | -0/+3 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -0/+8 | |
|\| | | ||||||
| * | | Fix FPAT problems. | Arnold D. Robbins | 2017-04-12 | 1 | -0/+8 | |
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -0/+81 | |
|\| | | ||||||
| * | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 1 | -0/+41 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 1 | -0/+150 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-11 | 1 | -0/+8 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-27 | 1 | -0/+9 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-25 | 1 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-24 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-23 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 1 | -0/+29 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 1 | -0/+18 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-17 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-05 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-02 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-02 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |