aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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.Arnold 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
| | | | |
* | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-07-236-2/+32
|\| | | | | |_|_|/ |/| | |
| * | | Fix do_print for use with strnums.Arnold D. Robbins2016-07-236-2/+32
| | | |
* | | | Improve clos1way6 test for Solaris 32 bit systems.Arnold D. Robbins2016-07-206-16/+20
| |_|/ |/| |
* | | Attempt to fix clos1way6 test on 32 bit Solaris.Arnold D. Robbins2016-07-195-10/+22
| |/ |/|
* | Fix bug where STRING flag was disabled during record reconstruction, and add ↵Andrew J. Schorr2016-07-037-2/+31
| | | | | | | | test case.
* | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-07-014-0/+7
|\ \
| * | Fix test suite after merge from master.Arnold D. Robbins2016-07-013-3/+3
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-07-014-0/+7
| |\|
| | * Add FUNCTAB and SYMTAB to variables dumped with -d.Arnold D. Robbins2016-07-014-0/+7
| | |
* | | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-07-013-10/+10
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-07-013-10/+10
| |\|
| | * Remove writes to stderr in arrayind1 test.Arnold D. Robbins2016-07-013-10/+10
| | |
* | | Do not use OFMT or CONVFMT for strnum values.Andrew J. Schorr2016-06-262-4/+9
| | |
* | | Improve strnum test case to check both OFMT and CONVFMT formatting.Andrew J. Schorr2016-06-225-7/+34
| | |
* | | Call fixtype in a few more places to make sure we check types properly.Andrew J. Schorr2016-06-204-1/+20
| | |
* | | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-1514-12/+144
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-148-8/+76
| |\|
| | * Update FAIL_CODE1 in Makefile.am.Arnold D. Robbins2016-06-143-2/+12
| | |
| | * Fix long runs of backslashes in sub/gsub.Arnold D. Robbins2016-06-147-2/+53
| | |
| | * Restore mixed1 test.Arnold D. Robbins2016-06-144-4/+11
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-086-2/+40
| |\|
| | * Bug fix in symbol lookup, could break watchpoints.Arnold D. Robbins2016-06-086-2/+40
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-017-2/+28
| |\|
| | * Disallow negative hex numbers in input data.Arnold D. Robbins2016-06-017-2/+28
| | |
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵Andrew J. Schorr2016-06-1328-16/+316
|/ / | | | | | | and lint checks.
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-307-2/+26
|\|
| * Allow FS = "\0" if RS = "".Arnold D. Robbins2016-05-307-2/+26
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-302-2/+2
|\|
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-302-2/+2
| |
* | New test, arrayind2.Arnold D. Robbins2016-05-266-2/+32
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-252-0/+7
|\|
| * Tweak arrayind1 test for portability.Arnold D. Robbins2016-05-252-0/+7
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-129-4/+167
|\|