aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-04-1250-2/+154848
|\|
| * Add Italian translation of the gawk manual.Arnold D. Robbins2017-04-1250-2/+154848
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-04-1216-550/+581
|\|
| * Fix FPAT problems.Arnold D. Robbins2017-04-1216-550/+581
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-04-1217-69/+248
|\|
| * Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-1210-72/+171
| |\
| * \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-1229-695/+1730
| |\ \
| * \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-114-0/+33
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-075-4/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-079-1210/+4374
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-294-15/+18
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-271-6/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-277-8/+28
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-252-2/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-243-9/+33
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-236-25/+36
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-202-3/+25
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-2024-646/+889
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixAndrew J. Schorr2017-03-073-15/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-035-429/+430
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-232-0/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-233-4/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-2321-355/+458
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-212-19/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-179-8/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-135-144/+158
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-053-6/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-023-6/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-023-2/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-016-41/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Minor speedup to inetfile to use memcmp instead of strncmp.Andrew J. Schorr2017-01-282-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Protect against string overrun in redirection strings and inet parsing.Andrew J. Schorr2017-01-272-21/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Introduce some helpful macros for terminating strings, and fix overrun in ↵Andrew J. Schorr2017-01-275-36/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcgettext.
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-01-272-8/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/stringfixArnold D. Robbins2017-01-2717-1214/+2708
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Terminate strings in dcgettext, dcngettext, and bindtextdomain functions.Andrew J. Schorr2017-01-262-10/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect against some unterminated string situations in interpret.h.Andrew J. Schorr2017-01-262-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect against string overrun when calling unsetenv.Andrew J. Schorr2017-01-262-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix possible string overrun in node.c:is_hex.Andrew J. Schorr2017-01-262-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-267-13/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in strftime when format argument is an unterminated field string.Andrew J. Schorr2017-01-269-5/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some paranoid checks to make sure stptr was malloced before freeing it.Andrew J. Schorr2017-01-263-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-04-1210-72/+171
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new memleak test.Arnold D. Robbins2017-04-125-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/memleakArnold D. Robbins2017-04-1229-695/+1728
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/memleakArnold D. Robbins2017-04-114-0/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Op_illegal instead of 0 in a couple of places for greater clarity.Andrew J. Schorr2017-04-103-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Small style change in symbol.c.Arnold D. Robbins2017-04-102-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks.Andrew J. Schorr2017-04-073-17/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/memleakArnold D. Robbins2017-04-075-4/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |