aboutsummaryrefslogtreecommitdiffstats
path: root/pc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-042-2/+16
|\|
| * Update pc/Makefile.tst.Arnold D. Robbins2015-05-042-2/+16
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-291-0/+4
|\|
| * Make 4.1.2 release.Arnold D. Robbins2015-04-292-3/+7
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-252-3/+8
|\|
| * Small fix in pc/Makefile.tst.Arnold D. Robbins2015-04-252-3/+8
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-183-18/+55
|\|
| * Fix bogus failures of test suite on MS-WindowsEli Zaretskii2015-04-173-18/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | * testoutcmp.awk (END): Attempt a series of massages on the actual output to match it to the expected result, when the number of exponent digits is different. Also, edit "nul" into "null", to account for the difference in the null device name. This removes "failures" due to Windows-specific issues that do not indicate real problems in Gawk, just some non-portable assumptions about the expected results. * Makefile.tst (profile5, exit, hsprint, posix, double2, fmttest): Remove the "expect to fail" message for MinGW, and use the testoutcmp.awk script to loosely compare actual output to expected one.
| * * Makefile.tst (negtime): Mark this test as an expected failure with MinGW.Eli Zaretskii2015-04-172-0/+2
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-173-1/+8
|\|
| * Fix test suite for MinGWEli Zaretskii2015-04-172-0/+3
| | | | | | | | * Makefile.tst (abs_top_builddir): Define.
| * Fix building extensions on MS-WindowsEli Zaretskii2015-04-172-1/+5
| | | | | | | | * Makefile.ext ($(SIMPLE_EXTENSIONS)): Really use -static-libgcc.
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-162-8/+28
|\|
| * Update pc/Makefile.tst.Arnold D. Robbins2015-04-163-11/+31
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-083-6/+18
|\|
| * Avoid dependency on libgcc DLL in the extensions.Eli Zaretskii2015-04-082-5/+12
| |
| * Allow to redirect profile to stdout more portably.Eli Zaretskii2015-04-082-1/+6
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-073-20/+89
|\|
| * Update pc/Makefile.tst and pc/config.h.Arnold D. Robbins2015-04-073-20/+89
| |
| * Bump test version.Arnold D. Robbins2015-02-261-3/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-212-0/+5
|\|
| * Update id test in pc/Makefile.tst.Arnold D. Robbins2014-11-212-0/+5
| |
| * Bump version.Arnold D. Robbins2014-11-191-3/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-132-4/+27
|\|
| * Update pc/Makefile.tst.Arnold D. Robbins2014-11-132-4/+27
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-122-2/+8
|\|
| * OS/2 fixes.Arnold D. Robbins2014-11-112-2/+8
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-271-0/+6
|\|
| * Add configure option to enable severe portability problems.Arnold D. Robbins2014-09-271-0/+6
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-232-14/+69
|\|
| * Update pc/Makefile.tst.Arnold D. Robbins2014-09-232-14/+69
| |
| * Bump version to do a test tar ball.Arnold D. Robbins2014-05-211-3/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-04-172-3/+11
|\|
| * Further fix in pc/Makefile.tst.Arnold D. Robbins2014-04-171-2/+1
| |
| * Update pc/Makefile.tst.Arnold D. Robbins2014-04-172-1/+10
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-04-081-0/+4
|\|
| * Make release tar ball.Arnold D. Robbins2014-04-082-3/+7
| |
| * Bump version is pc/config.h after doing so for tarball.Arnold D. Robbins2014-04-031-3/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-03-312-1/+12
|\|
| * Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-312-1/+12
| |
| * Bump version for beta tarball.Arnold D. Robbins2014-03-211-3/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-03-171-3/+3
|\|
| * Bump version for test release.Arnold D. Robbins2014-03-171-3/+3
|/
* Bump version for test tarball.Arnold D. Robbins2014-02-151-3/+3
|
* pc/Makefile.tst: Include original test/Makefile.in lines as comments.Scott Deifik2014-02-032-8/+13
|
* Bump version for test tarball.Arnold D. Robbins2014-01-311-3/+3
|
* Fix the test suite for the pc ports.Eli Zaretskii2014-01-282-3/+11
| | | | | | | | | test/strftime.awk: If DATECMD variable is non-empty, use it instead of the literal "date" as the 'date'-like command. pc/Makefile.tst (strftime): Pass the value of 'date' command through the DATECMD variable. (readdir): Adapt to changes in test/readdir0.awk.
* Next tarball, bumps version.Arnold D. Robbins2014-01-261-3/+3
|
* Add expected failure warnings in pc/Makefile.tst.Arnold D. Robbins2014-01-252-3/+8
|
* Sync pc/Makefile.tst with mainline test/Makefile.am.Arnold D. Robbins2014-01-242-9/+17
|