aboutsummaryrefslogtreecommitdiffstats
path: root/test/Maketests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix array indexing from unassigned var to not keep that attribute.Arnold D. Robbins2017-08-091-0/+5
* Additional robustness in FIELDWIDTHS parsing.Arnold D. Robbins2017-05-231-0/+5
* Greatly improve FIELDWIDTHS behavior, doc, and tests.Arnold D. Robbins2017-05-231-0/+15
* Fix FPAT problems.Arnold D. Robbins2017-04-121-0/+5
* Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-0/+5
|\
| * Add new memleak test.Arnold D. Robbins2017-04-121-0/+5
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-1/+1
|\|
| * Revise fwtest* test names and files to match.Arnold D. Robbins2017-03-271-1/+1
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-231-0/+5
|\|
| * Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-221-0/+5
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-171-0/+5
|\|
| * Fix typeof on null fields.Arnold D. Robbins2017-02-171-0/+5
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-01-271-0/+5
|\|
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-0/+5
| |\
| | * Fix assignment from gensub to $0.Arnold D. Robbins2017-01-271-0/+5
* | | Fix bug in strftime when format argument is an unterminated field string.Andrew J. Schorr2017-01-261-0/+5
|/ /
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-01-151-0/+5
|\|
| * Fix bug in string concatenation optimization.Andrew J. Schorr2017-01-151-0/+5
* | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-0/+15
|\ \
| * \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-09-201-0/+5
| |\ \
| * \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-031-15/+15
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-011-1/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-231-0/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-201-0/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-191-5/+0
| |\ \ \ \ \ \ \
| * | | | | | | | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-081-0/+10
| * | | | | | | | It is OK to use a strnum as a string array subscript, since we now respect th...Andrew J. Schorr2016-07-041-0/+5
* | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-201-0/+5
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Use dfa's new ability to handle anchors.Arnold D. Robbins2016-09-201-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* / | | | | | | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-031-15/+15
|/ / / / / / /
* | | | | / / Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-031-15/+15
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-011-1/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | New test for sorted for.Arnold D. Robbins2016-08-011-0/+5
* | | | | Make return status of close on a pipe like system.Arnold D. Robbins2016-07-231-0/+5
* | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-07-231-0/+5
|\| | | | | |_|_|/ |/| | |
| * | | Fix do_print for use with strnums.Arnold D. Robbins2016-07-231-0/+5
* | | | Improve clos1way6 test for Solaris 32 bit systems.Arnold D. Robbins2016-07-201-0/+5
| |_|/ |/| |
* | | Attempt to fix clos1way6 test on 32 bit Solaris.Arnold D. Robbins2016-07-191-5/+0
| |/ |/|
* | Fix bug where STRING flag was disabled during record reconstruction, and add ...Andrew J. Schorr2016-07-031-0/+5
* | Improve strnum test case to check both OFMT and CONVFMT formatting.Andrew J. Schorr2016-06-221-0/+5
* | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-151-0/+10
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-141-0/+5
| |\|
| | * Fix long runs of backslashes in sub/gsub.Arnold D. Robbins2016-06-141-0/+5
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-011-0/+5
| |\|
| | * Disallow negative hex numbers in input data.Arnold D. Robbins2016-06-011-0/+5
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-0/+40
|/ /
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-0/+5
|\|
| * Allow FS = "\0" if RS = "".Arnold D. Robbins2016-05-301-0/+5
* | New test, arrayind2.Arnold D. Robbins2016-05-261-0/+5
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-121-0/+10
|\|