Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |
| | |\ | ||||||
| | * | | Update copyright years in VMS files, add packaging scripts. | Arnold D. Robbins | 2014-01-04 | 26 | -28/+2787 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2014-01-03 | 21 | -2392/+2188 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-30 | 3 | -2/+8 | |
| | |\ \ \ | ||||||
| | * | | | | Build and test dynamic extensions on VMS. Documented too. | Arnold D. Robbins | 2013-12-30 | 22 | -69/+373 | |
| | | | | | | ||||||
| | * | | | | Additional VMS fix. | Arnold D. Robbins | 2013-12-29 | 2 | -2/+7 | |
| | | | | | | ||||||
| | * | | | | Updates in NEWS for VMS. | Arnold D. Robbins | 2013-12-29 | 1 | -0/+5 | |
| | | | | | | ||||||
| | * | | | | Enable compiling extensions on VMS. | Arnold D. Robbins | 2013-12-29 | 8 | -3/+172 | |
| | | | | | | ||||||
| | * | | | | VMS updates. | Arnold D. Robbins | 2013-12-26 | 6 | -34/+48 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-26 | 4 | -57/+82 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-25 | 4 | -128/+146 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-24 | 4 | -78/+122 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | More doc updates, fix initialization on VAX/VMS. | Arnold D. Robbins | 2013-12-23 | 11 | -82/+210 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix commit problem with doc/gawk.info. | Arnold D. Robbins | 2013-12-21 | 1 | -567/+49 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-21 | 13 | -197/+746 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-21 | 20 | -4060/+5569 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add exact case build support and doc fixes for VMS. | Arnold D. Robbins | 2013-12-21 | 15 | -107/+185 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-21 | 2 | -4/+12 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-19 | 9 | -32/+123 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | More VMS notes. | Arnold D. Robbins | 2013-12-16 | 1 | -0/+530 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Further updates, mainly doc. | Arnold D. Robbins | 2013-12-16 | 7 | -565/+1475 | |
| | | | | | | | | | | | | |