summaryrefslogtreecommitdiffstats
path: root/intl/dcigettext.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with glibc: Don't make _nl_locale_name visible in glibc.Bruno Haible2009-06-211-2/+7
* Merge with glibc: make plural_eval a static function inside glibc and libintl.Bruno Haible2009-06-211-1/+4
* Move determination of locale to a separate file, and add Win32 support to it.Bruno Haible2001-10-241-34/+13
* Move the plural_eval function to a separate file.Bruno Haible2001-10-231-85/+1
* Assume strchr() exists.Bruno Haible2001-10-201-6/+0
* Separate the plural expression parser, so it can be used by msgfmt.Bruno Haible2001-09-111-0/+1
* Change to LGPL.Bruno Haible2001-09-031-8/+9
* Fix locking inside libc.Bruno Haible2001-06-141-0/+1
* Mingw32 portability.Bruno Haible2001-04-301-0/+12
* Fix bind_textdomain_codeset to have an effect also on catalogs that haveBruno Haible2001-04-091-5/+16
* Fix __GNU_LIBRARY__ conditional.Bruno Haible2001-04-091-1/+1
* Use the setlocale return value if on glibc system but compiled outsideBruno Haible2001-04-041-1/+1
* Portability to AIX 3.Bruno Haible2001-03-211-0/+2
* Rework the last plural.y changes, for clarity, and optimize for space.Bruno Haible2001-03-191-60/+74
* Fix the plural expression grammar, again.Bruno Haible2001-03-161-0/+2
* Accept all kinds of comparison operators in the plural expression.Bruno Haible2001-03-121-0/+12
* Avoid compiler warnings.Bruno Haible2001-03-091-3/+3
* Support for Win32, OS/2, DOS pathnames, and other things needed for DJGPP.Bruno Haible2001-03-091-8/+32
* Update comment. SUSV2 and ISO C 99 do specify the effect of setlocale withBruno Haible2001-03-061-3/+3
* Avoid gcc warning caused by the use of iconv().Bruno Haible2001-01-241-1/+3
* Rename intlh.inst.in to libgnuintl.h.Bruno Haible2001-01-221-2/+1
* Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.Bruno Haible2001-01-211-21/+4
* Integrate glibc 2.2 -> glibc 2.2.1 changes.Bruno Haible2001-01-171-27/+32
* Portability fixes for K&R C compilers, SunOS "make" and others.Bruno Haible2001-01-151-3/+10
* Plural form handling.Bruno Haible2001-01-121-127/+132
* Minor tweaks.Bruno Haible2001-01-101-12/+6
* Upgrade to glibc-2.2.Bruno Haible2000-11-101-30/+94
* Fix a link error when linking statically with glibc.Bruno Haible2000-09-181-0/+10
* Remove unneeded gnulocaledir variable.Bruno Haible2000-07-291-1/+1
* Change copyright notice from LGPL to GPL.Bruno Haible2000-06-161-11/+10
* Update to newest glibc version.Bruno Haible2000-06-161-13/+32
* Initial revisionUlrich Drepper2000-06-161-0/+1093