aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | Merge branch 'gawk-4.1-stable' into new-vmsArnold D. Robbins2013-12-303-2/+8
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Build and test dynamic extensions on VMS. Documented too.Arnold D. Robbins2013-12-303-9/+24
| | | | | | | | | | |
| | * | | | | | | | | Enable compiling extensions on VMS.Arnold D. Robbins2013-12-292-3/+25
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-12-303-2/+8
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Fix ignrcas2 test to use right locale.Arnold D. Robbins2013-12-303-2/+8
| | |/ / / / / / /
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-12-211-16/+44
| |\| | | | | | |
| | * | | | | | | Update to automake 1.13.4 and libtool 2.4.2.418.Arnold D. Robbins2013-12-211-16/+44
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-12-103-10/+15
| |\| | | | | | |
| | * | | | | | | Fix up unneeded "" in Makefile.am.Arnold D. Robbins2013-12-103-10/+15
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-12-013-6/+19
| |\| | | | | | |
| | * | | | | | | Improve fts test for Cygwin.Arnold D. Robbins2013-12-013-6/+19
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-11-296-45/+8
| |\| | | | | | |
| | * | | | | | | Remove pipeio3 test.Arnold D. Robbins2013-11-296-45/+8
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-11-284-4/+11
| |\| | | | | | |
| | * | | | | | | Make 'make distcheck' work.Arnold D. Robbins2013-11-284-4/+11
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable' to fix readdir test.Andrew J. Schorr2013-11-272-1/+6
| |\| | | | | | |
| | * | | | | | | Readdir test should work on filesystems lacking type info in the dirent.Andrew J. Schorr2013-11-272-1/+6
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable' to get --include to work.Andrew J. Schorr2013-11-273-4/+13
| |\| | | | | | |
| | * | | | | | | Add --include long option and tests to make sure that --load and --include work.Andrew J. Schorr2013-11-273-4/+13
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-11-202-1/+8
| |\| | | | | | |
| | * | | | | | | Make readdir test work if group name has spaces.Arnold D. Robbins2013-11-202-1/+8
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-11-074-13/+50
| |\| | | | | | |
| | * | | | | | | Solaris fixes.Arnold D. Robbins2013-11-074-13/+50
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-11-036-4/+44
| |\| | | | | | |
| | * | | | | | | Make pipeio3 test work on PPC Mac OS X.Arnold D. Robbins2013-11-034-2/+11
| | | | | | | | |
| | * | | | | | | Addtional fix for \s in multibyte locales.Arnold D. Robbins2013-11-035-2/+33
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-303-2/+9
| |\| | | | | | |
| | * | | | | | | Make 'make check' exit non-zero if failure, for buildbots.Arnold D. Robbins2013-10-303-2/+9
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-303-8/+15
| |\| | | | | | |
| | * | | | | | | Make charasbytes test more robust. We hope.Arnold D. Robbins2013-10-303-3/+4
| | | | | | | | |
| | * | | | | | | Further fix to pipeio3.Arnold D. Robbins2013-10-303-5/+11
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-244-10/+23
| |\| | | | | | |
| | * | | | | | | Improve handling of writes to dead pipes.Arnold D. Robbins2013-10-244-10/+23
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-175-4/+39
| |\| | | | | | |
| | * | | | | | | Catch SIGPIPE.Arnold D. Robbins2013-10-175-4/+39
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-109-2/+100
| |\| | | | | | |
| | * | | | | | | Fix multibyte \s and \S in dfa.c from GNU grep.Arnold D. Robbins2013-10-109-2/+99
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-096-0/+25
| |\| | | | | | |
| | * | | | | | | Bug fix for $i++ = 3.Arnold D. Robbins2013-10-096-0/+25
| | | | | | | | |
| * | | | | | | | Improvements in the random number generator.Arnold D. Robbins2013-09-256-3/+136
| |/ / / / / / /
* | | | | | | | Merge branch 'master' into commentArnold D. Robbins2013-09-227-1568/+1607
|\| | | | | | |
| * | | | | | | Fix problem when extending NF. See test/nfloop.Arnold D. Robbins2013-09-136-2/+30
| | | | | | | |
| * | | | | | | Fix generation of Maketests file.Arnold D. Robbins2013-09-134-1065/+1069
| | | | | | | |
| * | | | | | | Quote $(srcdir) in test makefiles.Arnold D. Robbins2013-08-154-506/+513
| | | | | | | |
* | | | | | | | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-142-0/+1441
|/ / / / / / /
* | | | | | | Fix for %c in multibyte locale + new tests.Arnold D. Robbins2013-07-046-2/+142
| | | | | | |
* | | | | | | Fix a typo in test/ChangeLog.Arnold D. Robbins2013-07-021-1/+1
| | | | | | |
* | | | | | | New test case for dfa problem fixed earlier.Arnold D. Robbins2013-06-276-2/+33
| | | | | | |
* | | | | | | Move clos1way test into Makefile.am.Arnold D. Robbins2013-06-244-11/+16
| | | | | | |
* | | | | | | test/Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer does.Eli Zaretskii2013-06-222-1/+6
| | | | | | |