Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-26 | 1 | -3/+3 |
|\ | |||||
| * | Next tarball, bumps version. | Arnold D. Robbins | 2014-01-26 | 3 | -14/+14 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-25 | 4 | -65/+149 |
|\| | |||||
| * | Update to latest texinfo.tex. | Arnold D. Robbins | 2014-01-25 | 4 | -65/+149 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-25 | 2 | -3/+8 |
|\| | |||||
| * | Add expected failure warnings in pc/Makefile.tst. | Arnold D. Robbins | 2014-01-25 | 2 | -3/+8 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-24 | 5 | -11/+23 |
|\| | |||||
| * | Sync pc/Makefile.tst with mainline test/Makefile.am. | Arnold D. Robbins | 2014-01-24 | 2 | -9/+17 |
| | | |||||
| * | Update copyright year in configure.ac field.c. | Arnold D. Robbins | 2014-01-24 | 3 | -2/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-23 | 4 | -533/+2143 |
|\| | |||||
| * | Add Feature History to doc. Update common extensions. | Arnold D. Robbins | 2014-01-23 | 4 | -533/+2143 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-22 | 2 | -20/+7 |
|\| | |||||
| * | Update README.solaris. | Arnold D. Robbins | 2014-01-22 | 2 | -20/+7 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-22 | 6 | -728/+647 |
|\| | |||||
| * | Update nl and sv translations. | Arnold D. Robbins | 2014-01-22 | 4 | -714/+617 |
| | | |||||
| * | Fix VMS exit status. | Arnold D. Robbins | 2014-01-22 | 2 | -14/+30 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-20 | 6 | -20/+46 |
|\| | |||||
| * | Sync pc/Makefile.tst with mainline. | Arnold D. Robbins | 2014-01-20 | 2 | -2/+19 |
| | | |||||
| * | Improve readdir test for MinGW. | Arnold D. Robbins | 2014-01-20 | 4 | -18/+27 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-19 | 10 | -722/+721 |
|\| | |||||
| * | Fix -0 for MPFR. | Arnold D. Robbins | 2014-01-19 | 8 | -16/+101 |
| | | |||||
| * | Update nl translation. | Arnold D. Robbins | 2014-01-19 | 2 | -706/+620 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-18 | 2 | -27/+5 |
|\| | |||||
| * | Update dfa.c:parse_bracket_exp. | Arnold D. Robbins | 2014-01-18 | 2 | -27/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-17 | 3 | -6/+10 |
|\| | |||||
| * | Fix typo from last change. | Arnold D. Robbins | 2014-01-17 | 2 | -2/+2 |
| | | |||||
| * | Quote $(top_srcdir) in test/Makefile.am. | Arnold D. Robbins | 2014-01-17 | 3 | -6/+10 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-17 | 13 | -2690/+2476 |
|\| | |||||
| * | Updated fi, fr, it, vi translations. | Arnold D. Robbins | 2014-01-17 | 8 | -2688/+2451 |
| | | |||||
| * | Add split_after_fpat test for VMS. | Arnold D. Robbins | 2014-01-17 | 2 | -2/+8 |
| | | |||||
| * | Configure fixes for z/OS. | Arnold D. Robbins | 2014-01-17 | 3 | -0/+17 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-16 | 4 | -14/+38 |
|\| | |||||
| * | Fix strftime test race condition. | Andrew J. Schorr | 2014-01-16 | 4 | -14/+38 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-15 | 3 | -17/+26 |
|\| | |||||
| * | Fix pc/Makefile.tst per the changes in the test suite. | Eli Zaretskii | 2014-01-15 | 2 | -1/+10 |
| | | | | | | | | | | | | | | * pc/Makefile.tst (mbprintf4, profile5, backbigs1, backsmalls1): Announce expected failures. (fts): Fail gracefully, to avoid bailing out of the test suite too early. | ||||
| * | Make 'system' and pipe writes consistent with pipe reads on MinGW. | Eli Zaretskii | 2014-01-15 | 2 | -16/+16 |
| | | | | | | | | | | | | | | | | | | * popen.c (os_system): Use spawnl, and quote the command line, to be consistent with what gawk_popen does. (os_popen) [__MINGW32__]: Don't scriptify the command, to be consistent with gawk_popen. (os_pclose) [__MINGW32__]: Update to match os_open: no need to unlink the script file. | ||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-14 | 3 | -1671/+530 |
|\| | |||||
| * | Update version for test tarball. | Arnold D. Robbins | 2014-01-14 | 4 | -534/+541 |
| | | |||||
| * | Remove vms/vms-notes file before making test dist. | Arnold D. Robbins | 2014-01-14 | 1 | -1148/+0 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-14 | 9 | -5/+53 |
|\| | |||||
| * | Bug fix to do_split(). | Arnold D. Robbins | 2014-01-14 | 9 | -5/+53 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-13 | 8 | -50/+109 |
|\| | |||||
| * | VMS doc updates. | Arnold D. Robbins | 2014-01-13 | 8 | -50/+109 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-12 | 1 | -3/+0 |
|\| | |||||
| * | Updates to .gitignore. | Arnold D. Robbins | 2014-01-12 | 1 | -3/+0 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-12 | 6 | -39/+37 |
|\| | |||||
| * | Minor improvements in a few files. | Arnold D. Robbins | 2014-01-12 | 6 | -39/+37 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-10 | 62 | -1425/+8616 |
|\| | |||||
| * | Update some copyright years. | Arnold D. Robbins | 2014-01-10 | 3 | -3/+3 |
| | | |||||
| * | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2014-01-07 | 9 | -13/+26 |
| |\ |