aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
|\|
| * And fix the test Makefile stuff again.Arnold D. Robbins2016-05-122-0/+2918
| |
| * Finish commit for SIGPIPE fixes.Arnold D. Robbins2016-05-122-2909/+3
| |
| * Fix issues with SIGPIPE.Arnold D. Robbins2016-05-124-1/+21
| |
| * Fix array indexing to disallow numeric string.Arnold D. Robbins2016-05-127-2/+133
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-276-2/+30
|\|
| * Fix multicharacter RS in traditional/posix modes.Arnold D. Robbins2016-04-276-2/+30
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-241-1/+0
|\|
| * Restore test/Makefile.in - use stock Autoconf.Arnold D. Robbins2016-04-241-1/+0
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-243-2/+7
|\|
| * Make pty1 test ignore errors.Arnold D. Robbins2016-04-243-2/+7
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-173-2/+6
|\|
| * Fix skipping of pty1 test on z/OS.Arnold D. Robbins2016-04-173-2/+6
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-1112-19/+44
|\|
| * Disable pty1 test on z/OS.Arnold D. Robbins2016-04-114-10/+17
| |
| * Fix mainline test suite.Arnold D. Robbins2016-04-115-5/+10
| |
| * Fix the test suite for MinGW.Eli Zaretskii2016-04-086-5/+18
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-083-2/+7
|\|
| * Fix watchpoint1 test to work out-of-tree.Arnold D. Robbins2016-04-083-2/+7
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-074-6/+11
|\|
| * Fix race condition in fatal errors for one end closed on two way pipe.Arnold D. Robbins2016-04-074-6/+11
| |
* | Test case for nonfatal close one end of two way pipe.Arnold D. Robbins2016-04-066-2/+31
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-0513-2/+115
|\|
| * Add warning for fflush of closed write end on 2-way pipe.Arnold D. Robbins2016-04-043-1/+5
| |
| * Add new tests for read/write closed end of 2 way pipe.Arnold D. Robbins2016-04-0413-2/+111
| |
* | Pretty printer: remove CRs and trailing newlines from comments.Arnold D. Robbins2016-03-272-303/+4
| |
* | Improve pretty-printing comment after if statement.Arnold D. Robbins2016-03-214-2/+14
| |
* | New profile test.Arnold D. Robbins2016-03-195-2/+94
| |
* | More code improvements. Add ChangeLog. Update test.Arnold D. Robbins2016-03-192-109/+68
| |
* | Initial changes to improve end of line comments.Arnold D. Robbins2016-03-171-42/+306
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-02-183-477/+329
|\|
| * Make pretty-printing and profiling chain else-if's.Arnold D. Robbins2016-02-183-478/+328
| |
* | Turn optimization on by default. New -s option to disable it.Arnold D. Robbins2016-02-052-0/+5
| |
* | Make building a working tarball work again.Arnold D. Robbins2016-01-283-0/+8
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-01-146-3/+42
|\|
| * Clean up whitespace in ChangeLogs.Arnold D. Robbins2016-01-141-1/+5
| |
| * Fix for extra parameters going down the call chain.Arnold D. Robbins2016-01-146-2/+37
| |
* | Update test/Changelog after last merge. Ooops.Arnold D. Robbins2015-12-271-0/+7
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-12-277-19/+59
|\|