Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small fix in pc/Makefile.tst. | Arnold D. Robbins | 2015-04-25 | 2 | -3/+8 |
| | |||||
* | Updated nl translation. | Arnold D. Robbins | 2015-04-18 | 1 | -127/+134 |
| | |||||
* | Fix bogus failures of test suite on MS-Windows | Eli Zaretskii | 2015-04-17 | 3 | -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 Zaretskii | 2015-04-17 | 2 | -0/+2 |
| | |||||
* | Fix test suite for MinGW | Eli Zaretskii | 2015-04-17 | 2 | -0/+3 |
| | | | | * Makefile.tst (abs_top_builddir): Define. | ||||
* | Fix building extensions on MS-Windows | Eli Zaretskii | 2015-04-17 | 2 | -1/+5 |
| | | | | * Makefile.ext ($(SIMPLE_EXTENSIONS)): Really use -static-libgcc. | ||||
* | Another translation (de). | Arnold D. Robbins | 2015-04-17 | 1 | -613/+389 |
| | |||||
* | Translation updates. | Arnold D. Robbins | 2015-04-17 | 3 | -784/+654 |
| | |||||
* | New sv.po file. | Arnold D. Robbins | 2015-04-16 | 1 | -128/+135 |
| | |||||
* | Return "" from strftime if bad time_t value instead of fatal. | Arnold D. Robbins | 2015-04-16 | 2 | -5/+15 |
| | |||||
* | When strtod sets errno, force the numeric value to zero. | Andrew J. Schorr | 2015-04-16 | 2 | -3/+19 |
| | |||||
* | Update NEWS. | Arnold D. Robbins | 2015-04-16 | 2 | -1/+8 |
| | |||||
* | Update pc/Makefile.tst. | Arnold D. Robbins | 2015-04-16 | 3 | -11/+31 |
| | |||||
* | Update po/gawk.pot before test tarball. | Arnold D. Robbins | 2015-04-16 | 1 | -126/+133 |
| | |||||
* | Fix printf format in regex malloc wrappers. | Arnold D. Robbins | 2015-04-16 | 2 | -2/+8 |
| | |||||
* | Additional checking for strftime. | Arnold D. Robbins | 2015-04-16 | 2 | -2/+14 |
| | |||||
* | Another bug fix in strftime. | Arnold D. Robbins | 2015-04-14 | 2 | -0/+6 |
| | |||||
* | Make indirect call of gensub with 3 args work. | Arnold D. Robbins | 2015-04-14 | 5 | -2/+17 |
| | |||||
* | Improve negative time value checking for strftime. | Arnold D. Robbins | 2015-04-14 | 2 | -9/+12 |
| | |||||
* | Remove fatal error if strftime timestamp < 0. | Arnold D. Robbins | 2015-04-13 | 7 | -4/+44 |
| | |||||
* | Fix regex code to avoid malloc(0). | Arnold D. Robbins | 2015-04-13 | 4 | -9/+53 |
| | |||||
* | Update in README_d/README.macosx. | Arnold D. Robbins | 2015-04-13 | 2 | -0/+16 |
| | |||||
* | New sv translation. | Arnold D. Robbins | 2015-04-13 | 1 | -362/+230 |
| | |||||
* | Fix efence target, whitepsace in ChangeLog. | Arnold D. Robbins | 2015-04-12 | 3 | -4/+9 |
| | |||||
* | Robustify the charset tests against missing locales. | Arnold D. Robbins | 2015-04-09 | 3 | -14/+38 |
| | |||||
* | Add README_d/README.macosx. | Arnold D. Robbins | 2015-04-09 | 2 | -0/+13 |
| | |||||
* | Make fts test more robust. | Arnold D. Robbins | 2015-04-09 | 2 | -1/+8 |
| | |||||
* | VMS build and compilation fixes. | Arnold D. Robbins | 2015-04-09 | 4 | -2/+14 |
| | |||||
* | Add a comment for tranlators in main.c. | Arnold D. Robbins | 2015-04-08 | 2 | -0/+8 |
| | |||||
* | More doc updates towards release. | Arnold D. Robbins | 2015-04-08 | 4 | -67/+95 |
| | |||||
* | Enable special filenames for profiling output. | Arnold D. Robbins | 2015-04-08 | 4 | -17/+72 |
| | |||||
* | Regenerate test/Makefile.in after Eli's fixes. | Arnold D. Robbins | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Add nl.po. | Arnold D. Robbins | 2015-04-08 | 1 | -382/+247 |
| | |||||
* | Avoid dependency on libgcc DLL in the extensions. | Eli Zaretskii | 2015-04-08 | 2 | -5/+12 |
| | |||||
* | Merge branch 'gawk-4.1-stable' of git.savannah.gnu.org:/srv/git/gawk into ↵ | Eli Zaretskii | 2015-04-08 | 1 | -1/+1 |
|\ | | | | | | | gawk-4.1-stable | ||||
| * | Update copyright date in extension/Makefile.in. | Arnold D. Robbins | 2015-04-08 | 1 | -1/+1 |
| | | |||||
* | | Allow to redirect profile to stdout more portably. | Eli Zaretskii | 2015-04-08 | 6 | -3/+21 |
|/ | |||||
* | Update copyright years in extension files. | Arnold D. Robbins | 2015-04-08 | 5 | -5/+10 |
| | |||||
* | Updated some translations. | Arnold D. Robbins | 2015-04-08 | 3 | -1022/+686 |
| | |||||
* | Update copyrights and prep towards release. | Arnold D. Robbins | 2015-04-07 | 18 | -38/+43 |
| | |||||
* | Update pc/Makefile.tst and pc/config.h. | Arnold D. Robbins | 2015-04-07 | 3 | -20/+89 |
| | |||||
* | Minor doc update. | Arnold D. Robbins | 2015-04-07 | 3 | -0/+15 |
| | |||||
* | Minor code cleanups. | Arnold D. Robbins | 2015-04-06 | 4 | -19/+35 |
| | |||||
* | Doc fixes. | Arnold D. Robbins | 2015-04-05 | 5 | -420/+410 |
| | |||||
* | Don't install gawk extensions if --posix or --traditional. | Arnold D. Robbins | 2015-04-05 | 3 | -6/+32 |
| | |||||
* | Small doc fix. | Arnold D. Robbins | 2015-03-31 | 4 | -334/+335 |
| | |||||
* | Merge branch 'feature/fix-indirect-call' into gawk-4.1-stable | Arnold D. Robbins | 2015-03-31 | 18 | -669/+1362 |
|\ | |||||
| * | Update doc on calling built-ins indirectly. | Arnold D. Robbins | 2015-03-31 | 4 | -298/+337 |
| | | |||||
| * | Add tests for indirect call of builtins. | Arnold D. Robbins | 2015-03-31 | 6 | -2/+64 |
| | | |||||
| * | Get indirect calls working! | Arnold D. Robbins | 2015-03-31 | 6 | -20/+207 |
| | |