| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an autoconf-determined locale name. | Bruno Haible | 2009-06-23 | 3 | -11/+23 |
* | Don't use __libc_* symbols on non-glibc platforms. | Bruno Haible | 2009-06-23 | 7 | -31/+62 |
* | Fix sh quoting inside backquote. | Bruno Haible | 2009-06-23 | 2 | -3/+9 |
* | Slower but safer code for non-GNU iconv implementations. | Bruno Haible | 2009-06-23 | 2 | -17/+102 |
* | Treat NetBSD iconv like IRIX iconv. | Bruno Haible | 2009-06-23 | 2 | -4/+11 |
* | Update for NetBSD-3.0. | Bruno Haible | 2009-06-23 | 4 | -38/+50 |
* | Assume errno.h declares errno. | Bruno Haible | 2009-06-23 | 2 | -4/+7 |
* | Assume errno.h declares errno. | Bruno Haible | 2009-06-23 | 5 | -15/+11 |
* | Clarify Makevars description. | Bruno Haible | 2009-06-23 | 2 | -12/+34 |
* | Update from gnulib. | Bruno Haible | 2009-06-23 | 2 | -6/+11 |
* | A better value for $(mkinstalldirs). | Bruno Haible | 2009-06-23 | 4 | -10/+6 |
* | Put back $(mkinstalldirs) definition. | Bruno Haible | 2009-06-23 | 4 | -0/+16 |
* | Avoid a configure warning on Linux. | Bruno Haible | 2009-06-23 | 2 | -2/+7 |
* | Renamed inttypes.m4 to inttypes-h.m4. | Bruno Haible | 2009-06-23 | 27 | -51/+87 |
* | Move inttypes.m4 to inttypes-h.m4. | Bruno Haible | 2009-06-23 | 1 | -6/+6 |
* | Include <stdlib.h>, so that malloc(), free() get declared. | Bruno Haible | 2009-06-23 | 2 | -3/+12 |
* | Get rid of gcc warning regarding longjmp. | Bruno Haible | 2009-06-23 | 2 | -1/+6 |
* | Avoid warnings on 64-bit systems. | Bruno Haible | 2009-06-23 | 2 | -3/+8 |
* | Skip the test on systems that don't have an EUC-JP locale. | Bruno Haible | 2009-06-23 | 2 | -0/+14 |
* | Don't choose locales for which nl_langinfo(CODESET) is "". | Bruno Haible | 2009-06-23 | 2 | -16/+46 |
* | php versions without gettext built-in cannot pass the test. | Bruno Haible | 2009-06-23 | 2 | -1/+10 |
* | Require gawk-3.1.3 or newer. | Bruno Haible | 2009-06-23 | 2 | -2/+6 |
* | Provide better SKIP explanations. | Bruno Haible | 2009-06-23 | 4 | -34/+74 |
* | Fix version recognition. | Bruno Haible | 2009-06-23 | 2 | -2/+9 |
* | Explain why tests are skipped. | Bruno Haible | 2009-06-23 | 41 | -81/+417 |
* | Support string concatenation in YCP string extractor. | Bruno Haible | 2009-06-23 | 4 | -5/+73 |
* | Test string concatenation in YCP extractor. | Bruno Haible | 2009-06-23 | 1 | -0/+36 |
* | Fix M4 underquoting. | Bruno Haible | 2009-06-23 | 2 | -2/+6 |
* | Be resilient about NULL pointers. | Bruno Haible | 2009-06-23 | 4 | -2/+54 |
* | Minix portability. | Bruno Haible | 2009-06-23 | 2 | -2/+7 |
* | No-op. (Merge from glibc.) | Bruno Haible | 2009-06-23 | 2 | -2/+8 |
* | Triviality. (Merge from glibc.) | Bruno Haible | 2009-06-23 | 2 | -2/+7 |
* | Fix memory leak (merge from glibc). | Bruno Haible | 2009-06-23 | 2 | -1/+9 |
* | Cygwin defines WIN32 in <windows.h>! | Bruno Haible | 2009-06-23 | 7 | -22/+33 |
* | Cygwin defines WIN32 itself in <windows.h> ! | Bruno Haible | 2009-06-23 | 4 | -16/+21 |
* | Fix "make clean". | Bruno Haible | 2009-06-23 | 2 | -0/+5 |
* | Make the test work on Cygwin. | Bruno Haible | 2009-06-23 | 2 | -5/+8 |
* | Improved support for Cygwin. | Bruno Haible | 2009-06-23 | 4 | -4/+122 |
* | Fix three gcc warnings. | Bruno Haible | 2009-06-23 | 2 | -4/+11 |
* | Avoid gcc warning. | Bruno Haible | 2009-06-23 | 2 | -1/+5 |
* | Fix warning on Cygwin. | Bruno Haible | 2009-06-23 | 2 | -2/+8 |
* | Remove unused variable. | Bruno Haible | 2009-06-23 | 2 | -7/+7 |
* | Treat mingw like Cygwin. | Bruno Haible | 2009-06-23 | 13 | -41/+63 |
* | Move cygwin/gettextsrc-exports.c to woe32dll/gettextsrc-exports.c. | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
* | Move cygwin/gettextpo-exports.c to woe32dll/gettextpo-exports.c. | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
* | Move cygwin/gettextlib-exports.c to woe32dll/gettextlib-exports.c. | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
* | Move cygwin/export.h to woe32dll/export.h. | Bruno Haible | 2009-06-23 | 1 | -0/+0 |
* | Make libintl.h usable in C++ mode. | Bruno Haible | 2009-06-23 | 2 | -12/+18 |
* | Update Sun C support, from Ralf Wildenhues. | Bruno Haible | 2009-06-23 | 2 | -42/+70 |
* | Improve last patch. | Bruno Haible | 2009-06-23 | 2 | -2/+11 |