Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 26 | -71/+71 |
| | |||||
* | Add ezalloc macro in gawk and API to allocate zero-filled memory. | Andrew J. Schorr | 2017-06-21 | 7 | -143/+199 |
| | |||||
* | Minor updates to gettext.h. | Arnold D. Robbins | 2017-06-18 | 2 | -3/+9 |
| | |||||
* | Update support/intprops.h from GNULIB. | Arnold D. Robbins | 2017-06-18 | 2 | -1/+9 |
| | |||||
* | Update config.* infrastructure files. | Arnold D. Robbins | 2017-06-18 | 6 | -18/+37 |
| | |||||
* | Fix multibyte char printf problem, add test. | Arnold D. Robbins | 2017-06-18 | 8 | -3/+41 |
| | |||||
* | Fix typo in doc/gawkworkflow.texi. | Andrew J. Schorr | 2017-06-18 | 3 | -63/+67 |
| | |||||
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2017-06-15 | 5 | -280/+284 |
|\ | |||||
| * | Expand tab characters in the doc. | Arnold D. Robbins | 2017-06-15 | 5 | -275/+279 |
| | | |||||
* | | Regnerate doc, fix doc/ChangeLog entry for correct attribution. | Arnold D. Robbins | 2017-06-06 | 3 | -3/+3 |
| | | |||||
* | | Fix typo in checking for MPFR section. | Andrew J. Schorr | 2017-06-05 | 2 | -1/+5 |
| | | |||||
* | | Document PROCINFO["argv"]. | Arnold D. Robbins | 2017-05-30 | 6 | -430/+475 |
| | | |||||
* | | Add doc on checking for MPFR at runtime. | Arnold D. Robbins | 2017-05-29 | 5 | -582/+746 |
| | | |||||
* | | FIELDWIDTHS parsing should protect against blanks after skip separator, and ↵ | Andrew J. Schorr | 2017-05-24 | 4 | -3/+15 |
| | | | | | | | | fix field number in error message. | ||||
* | | Additional robustness in FIELDWIDTHS parsing. | Arnold D. Robbins | 2017-05-23 | 9 | -22/+49 |
| | | |||||
* | | And update ChangeLog about NEWS update. | Arnold D. Robbins | 2017-05-23 | 1 | -0/+1 |
| | | |||||
* | | Update NEWS with info about FIELDWIDTHS. | Arnold D. Robbins | 2017-05-23 | 1 | -1/+5 |
| | | |||||
* | | Greatly improve FIELDWIDTHS behavior, doc, and tests. | Arnold D. Robbins | 2017-05-23 | 19 | -790/+1180 |
| | | |||||
* | | Update some support files from GNULIB. | Arnold D. Robbins | 2017-05-22 | 5 | -59/+59 |
| | | |||||
* | | Make lint checking for "no effect" case smarter about line numbers. | Arnold D. Robbins | 2017-05-20 | 6 | -8/+39 |
| | | |||||
* | | Add a known issue to test/README. | Arnold D. Robbins | 2017-05-20 | 1 | -0/+6 |
| | | |||||
* | | Improve list in test/Makefile.am of locales needed. | Arnold D. Robbins | 2017-05-01 | 3 | -4/+9 |
| | | |||||
* | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2017-05-01 | 4 | -6/+16 |
|\ \ | |||||
| * | | Fix bug where Node_regex was setting valref, and restore valref to Node_val ↵ | Andrew J. Schorr | 2017-04-26 | 4 | -6/+16 |
| | | | | | | | | | | | | part of NODE union where it belongs. | ||||
* | | | Additional fix for --source, and add test case. | Arnold D. Robbins | 2017-05-01 | 7 | -12/+29 |
|/ / | |||||
* | | Improvements to test-build.sh. | Arnold D. Robbins | 2017-04-26 | 2 | -9/+18 |
| | | |||||
* | | New helper script: test-build.sh. | Arnold D. Robbins | 2017-04-24 | 2 | -0/+53 |
| | | |||||
* | | Remove unused parts of the NODE. | Arnold D. Robbins | 2017-04-24 | 2 | -18/+11 |
| | | |||||
* | | Fix --source to be like 3.1.x and improve the doc. | Arnold D. Robbins | 2017-04-23 | 7 | -600/+704 |
| | | |||||
* | | Really fix the 64 bit alignment issue. | Arnold D. Robbins | 2017-04-21 | 2 | -18/+27 |
| | | |||||
* | | Fix permissions on it.po. | Arnold D. Robbins | 2017-04-20 | 1 | -0/+0 |
| | | |||||
* | | Update po/it.po. | Arnold D. Robbins | 2017-04-20 | 1 | -866/+833 |
| | | |||||
* | | Fix 64-bit compilation without MPFR. | Arnold D. Robbins | 2017-04-20 | 8 | -72/+149 |
| | | |||||
* | | Fixes for intdiv function, including documentation. | Arnold D. Robbins | 2017-04-16 | 7 | -360/+390 |
| | | |||||
* | | Compile fix for Mac OS X. | Arnold D. Robbins | 2017-04-12 | 2 | -1/+4 |
| | | |||||
* | | Fix a memory leak in mpfr formatting values. | Arnold D. Robbins | 2017-04-12 | 2 | -0/+6 |
| | | |||||
* | | Fix valgrind invalid read issues in new fpat parsing. | Arnold D. Robbins | 2017-04-12 | 2 | -3/+13 |
| | | |||||
* | | Remove unneeded execute permission on various files. | Arnold D. Robbins | 2017-04-12 | 47 | -93804/+0 |
| | | |||||
* | | Add Italian translation of the gawk manual. | Arnold D. Robbins | 2017-04-12 | 50 | -2/+154848 |
| | | |||||
* | | Fix FPAT problems. | Arnold D. Robbins | 2017-04-12 | 16 | -550/+581 |
| | | |||||
* | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 10 | -72/+171 |
|\ \ | |||||
| * | | Add new memleak test. | Arnold D. Robbins | 2017-04-12 | 5 | -2/+22 |
| | | | |||||
| * | | Merge branch 'master' into feature/memleak | Arnold D. Robbins | 2017-04-12 | 29 | -695/+1728 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into feature/memleak | Arnold D. Robbins | 2017-04-11 | 4 | -0/+33 |
| |\ \ \ | |||||
| * | | | | Use Op_illegal instead of 0 in a couple of places for greater clarity. | Andrew J. Schorr | 2017-04-10 | 3 | -4/+12 |
| | | | | | |||||
| * | | | | Small style change in symbol.c. | Arnold D. Robbins | 2017-04-10 | 2 | -2/+6 |
| | | | | | |||||
| * | | | | Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks. | Andrew J. Schorr | 2017-04-07 | 3 | -17/+75 |
| | | | | | |||||
| * | | | | Merge branch 'master' into feature/memleak | Arnold D. Robbins | 2017-04-07 | 5 | -4/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into feature/memleak | Arnold D. Robbins | 2017-04-07 | 7 | -1209/+4367 |
| |\ \ \ \ \ | |||||
| * | | | | | | fixes for memory leak for user-supplied sorting function. | Arnold D. Robbins | 2017-04-04 | 5 | -66/+77 |
| | | | | | | |