summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/andyArnold D. Robbins2016-12-221-0/+1
|\
| * Add small regex fix. Add support directory.Arnold D. Robbins2016-12-221-0/+1
* | Add strnum support to API. Update rwarray extension and test.Andrew J. Schorr2016-12-052-0/+12
* | Add doc on API changes for typed regexes. Improve test.Arnold D. Robbins2016-11-302-1/+11
* | Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-292-1/+7
|/
* Merge branch 'master' into feature/typed-regex-2feature/typed-regex-2Arnold D. Robbins2016-11-213-0/+6
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-11-213-0/+6
| |\
| | * Add valgrind.awk to EXTRA_DIST in test/Makefile.am.Arnold D. Robbins2016-11-213-0/+6
* | | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-1816-15/+125
|\ \ \ | |/ /
| * | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-11-074-22/+53
| |\ \
| * \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-11-042-1/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-112-1/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-09-207-2/+65
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-251-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-184-2/+57
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-143-11/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-0310-55/+67
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-023-10/+19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-0111-14/+115
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-238-4/+73
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-206-16/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-195-10/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-0810-4/+68
| * | | | | | | | | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...Andrew J. Schorr2016-07-065-9/+15
| * | | | | | | | | | | | | | | It is OK to use a strnum as a string array subscript, since we now respect th...Andrew J. Schorr2016-07-046-2/+42
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-074-22/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-11-074-22/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Improve valgrind scan.Arnold D. Robbins2016-11-074-22/+53
* | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-042-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Remove #! from test/arrayind1.awk.Arnold D. Robbins2016-11-042-1/+5
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-112-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Use original input text of numbers when pretty printing.Arnold D. Robbins2016-10-112-1/+5
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-207-2/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Use dfa's new ability to handle anchors.Arnold D. Robbins2016-09-207-2/+65
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-251-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-251-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | Make 4.1.4 release tar ball.gawk-4.1.4Arnold D. Robbins2016-08-251-0/+4
* | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-184-2/+57
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | When ARRAYDEBUG is defined, add a test using adump to check the array type.Andrew J. Schorr2016-08-164-2/+57
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-143-11/+16
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Update intarray test and ok files.Arnold D. Robbins2016-08-143-11/+16
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-0310-56/+66
|/ / / / / / / /
* | | | | | | | Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-0310-55/+67
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-023-10/+19
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Move ignrcas3 test out of the line of fire.Arnold D. Robbins2016-08-023-10/+19
* | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-0111-14/+115
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Add test case for single byte IGNORECASE fix.Arnold D. Robbins2016-08-015-2/+62
| * | | | New test for sorted for.Arnold D. Robbins2016-08-017-2/+40
| * | | | Fix a typo in test/ChangeLog.Arnold D. Robbins2016-07-241-1/+1
* | | | | Make return status of close on a pipe like system.Arnold D. Robbins2016-07-236-2/+41