| Commit message (Expand) | Author | Age | Files | Lines |
* | Write François's name correctly. | Bruno Haible | 2001-09-16 | 1 | -6/+6 |
* | Don't copy the COPYING.* files into the enclosing package. | Bruno Haible | 2001-09-15 | 1 | -2/+4 |
* | Update from glibc. | Bruno Haible | 2001-09-15 | 1 | -0/+4 |
* | Separate the plural expression parser, so it can be used by msgfmt. | Bruno Haible | 2001-09-11 | 1 | -0/+21 |
* | Change to LGPL. | Bruno Haible | 2001-09-03 | 1 | -0/+8 |
* | Correct use of <ctype.h> functions. | Bruno Haible | 2001-08-14 | 1 | -0/+9 |
* | Assume <limits.h> exists. | Bruno Haible | 2001-08-06 | 1 | -0/+4 |
* | Reorder and mark the 0.10.39 release. | Bruno Haible | 2001-07-26 | 1 | -0/+4 |
* | Convert to UTF-8. | Bruno Haible | 2001-07-17 | 1 | -1/+1 |
* | Change canonical names of two charsets. | Bruno Haible | 2001-07-03 | 1 | -0/+5 |
* | Fix locking inside libc. | Bruno Haible | 2001-06-14 | 1 | -0/+4 |
* | Mark the 0.10.38 release. | Bruno Haible | 2001-05-23 | 1 | -6/+10 |
* | plural.c gets installed now. | Bruno Haible | 2001-05-22 | 1 | -0/+5 |
* | Let "make dist" work with builddir !- srcdir. | Bruno Haible | 2001-05-18 | 1 | -0/+5 |
* | Don't install charset.alias on glibc-2.1 systems. | Bruno Haible | 2001-05-11 | 1 | -0/+5 |
* | Mingw32 portability. | Bruno Haible | 2001-04-30 | 1 | -0/+5 |
* | Silence a gcc warning. | Bruno Haible | 2001-04-30 | 1 | -0/+6 |
* | Bump libintl version number. | Bruno Haible | 2001-04-19 | 1 | -0/+4 |
* | Version 0.10.37. | Bruno Haible | 2001-04-19 | 1 | -0/+4 |
* | Tweak for older libiconv versions. | Bruno Haible | 2001-04-19 | 1 | -0/+5 |
* | Avoid build failure on MacOS X. | Bruno Haible | 2001-04-10 | 1 | -0/+6 |
* | Fix bind_textdomain_codeset to have an effect also on catalogs that have | Bruno Haible | 2001-04-09 | 1 | -0/+25 |
* | Fix __GNU_LIBRARY__ conditional. | Bruno Haible | 2001-04-09 | 1 | -0/+5 |
* | Use the setlocale return value if on glibc system but compiled outside | Bruno Haible | 2001-04-04 | 1 | -0/+4 |
* | Respect the configure arguments. | Bruno Haible | 2001-04-04 | 1 | -0/+6 |
* | Release 0.10.36. | Bruno Haible | 2001-03-30 | 1 | -0/+4 |
* | chmod a+x config.charset. | Bruno Haible | 2001-03-27 | 1 | -0/+5 |
* | Check for bison, to avoid spurious errors for people who don't have it. | Bruno Haible | 2001-03-24 | 1 | -0/+4 |
* | Portability to AIX 3. | Bruno Haible | 2001-03-21 | 1 | -0/+6 |
* | Oops. | Bruno Haible | 2001-03-20 | 1 | -1/+3 |
* | Make sure "make dist" packs in a plural.c and that it is generated with bison. | Bruno Haible | 2001-03-20 | 1 | -0/+6 |
* | Fix for the 'dist' target. | Bruno Haible | 2001-03-20 | 1 | -0/+5 |
* | Rework the last plural.y changes, for clarity, and optimize for space. | Bruno Haible | 2001-03-19 | 1 | -10/+24 |
* | glibc's tolower and _tolower are equally efficient, no need for _tolower. | Bruno Haible | 2001-03-19 | 1 | -1/+0 |
* | Fix the plural expression grammar, again. | Bruno Haible | 2001-03-16 | 1 | -6/+10 |
* | Accept all kinds of comparison operators in the plural expression. | Bruno Haible | 2001-03-12 | 1 | -0/+10 |
* | Link libintl correctly: the soname and the parameters passed to libtool. | Bruno Haible | 2001-03-11 | 1 | -0/+7 |
* | Re-add support for BeOS, broken by DJGPP changes. | Bruno Haible | 2001-03-11 | 1 | -0/+4 |
* | Remove needless NULL check. | Bruno Haible | 2001-03-11 | 1 | -0/+5 |
* | Update localcharset.c and config.charset from libiconv. | Bruno Haible | 2001-03-09 | 1 | -0/+5 |
* | Upgrade to current glibc. | Bruno Haible | 2001-03-09 | 1 | -0/+8 |
* | Avoid compiler warnings. | Bruno Haible | 2001-03-09 | 1 | -0/+6 |
* | Don't install the full ChangeLog in $(prefix)/share/gettext/intl, only a | Bruno Haible | 2001-03-09 | 1 | -0/+10 |
* | Support for Win32, OS/2, DOS pathnames, and other things needed for DJGPP. | Bruno Haible | 2001-03-09 | 1 | -0/+11 |
* | Avoid LC_MESSAGES redefinition warning on Solaris. | Bruno Haible | 2001-03-06 | 1 | -0/+4 |
* | Update comment. SUSV2 and ISO C 99 do specify the effect of setlocale with | Bruno Haible | 2001-03-06 | 1 | -0/+4 |
* | Define a fallback value for LC_MESSAGES. | Bruno Haible | 2001-02-06 | 1 | -0/+4 |
* | Update for FreeBSD 4.2. | Bruno Haible | 2001-01-30 | 1 | -0/+4 |
* | Mark the 0.10.35 release. | Bruno Haible | 2001-01-29 | 1 | -0/+4 |
* | Use libtool to create a shared libintl.so. | Bruno Haible | 2001-01-26 | 1 | -0/+13 |