Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 29 | -695/+1730 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Minor style edits in doc. | Arnold D. Robbins | 2017-04-11 | 4 | -510/+513 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-11 | 4 | -0/+33 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Trivial change to field.c set_FIELDWIDTHS for type consistency. | Andrew J. Schorr | 2017-04-10 | 2 | -1/+6 | |
| | | | | | | | ||||||
| * | | | | | | Update texinfo docs to document new FIELDWIDTHS and API input parser ↵ | Andrew J. Schorr | 2017-04-10 | 4 | -569/+839 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | capabilities. | |||||
| * | | | | | | Fix comment in fw_parse_field and white space in gawkapi.h. | Andrew J. Schorr | 2017-04-09 | 3 | -5/+10 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-07 | 5 | -4/+10 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-07 | 9 | -1210/+4374 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-29 | 4 | -15/+18 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Revise fwtest* test names and files to match. | Arnold D. Robbins | 2017-03-27 | 11 | -32/+38 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-27 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Minor edits in feature/api-parser prepatory to merging. | Arnold D. Robbins | 2017-03-27 | 6 | -20/+39 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-27 | 7 | -8/+28 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-25 | 2 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-24 | 3 | -9/+33 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-23 | 6 | -25/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix compile warnings in some of the extensions. | Arnold D. Robbins | 2017-03-23 | 4 | -3/+13 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API". | Andrew J. Schorr | 2017-03-22 | 4 | -2/+12 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Start to document new FIELDWIDTHS and API input parser capabilities. | Andrew J. Schorr | 2017-03-22 | 5 | -5/+32 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix gawkapi.h comment describing the new get_record field_width argument. | Andrew J. Schorr | 2017-03-22 | 2 | -9/+11 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵ | Andrew J. Schorr | 2017-03-21 | 12 | -134/+226 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API field parsing. | |||||
| * | | | | | | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 2 | -3/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 24 | -646/+888 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |