lib/localcharset.c


Log

Author Commit Date CI Message
Bruno Haible 31dbe6de 2009-01-25T20:16:06 Don't install charset.alias on MacOS X >= 10.3.
Bruno Haible 10d5e97c 2008-04-13T12:57:48 Avoid warning on EMX.
Bruno Haible b1d0cb24 2006-10-18T12:03:51 No need any more to check for setlocale - all systems have it.
Bruno Haible 99099106 2006-09-14T14:18:36 Include <config.h> unconditionally.
Bruno Haible fc5d768a 2006-08-29T15:44:02 Prefer using configmake.h instead of augmenting DEFS.
Bruno Haible 49e47230 2006-07-31T16:09:08 Assume the standard headers exist.
Bruno Haible 1c08859b 2006-07-22T14:11:57 Update localcharset module from GNU gettext.
Bruno Haible 4f2e193e 2006-01-10T13:52:11 Update from GNU gettext.
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
Bruno Haible d427c96e 2005-02-24T19:54:14 Update from GNU gettext 0.14.2.
Bruno Haible dc76e6e4 2004-04-28T11:26:25 Treat Cygwin like Windows regarding pathname syntax.
Bruno Haible 837ebdb8 2004-04-20T11:07:32 Avoid memory leak upon realloc failure.
uid65818 ec02ed21 2003-12-24T13:07:08 updates from savannah outage
Paul Eggert 757bd39e 2003-07-14T22:44:04 Update gettext source files from gettext automatically, using srclist-update.
Bruno Haible 360f8a26 2003-05-30T13:29:10 Upgrade to gettext-0.12.1.
Bruno Haible 000ad744 2002-12-31T13:20:21 New file localcharset.h.
Bruno Haible 120198bc 2002-11-04T13:53:07 Update config.charset and localcharset.c to current gettext version.
Jim Meyering 68801dc1 2002-02-16T14:10:17 Update to Gettext 0.11.
Jim Meyering f19d1b01 2001-09-22T15:08:35 Update from latest gettext.
Jim Meyering 4028e63d 2001-03-15T14:49:56 (locale_charset): Allow wildcard syntax. Also resolve alias if codeset is empty.
Jim Meyering 506c6880 2001-03-06T18:11:20 (locale_charset): Don't use setlocale(LC_CTYPE,NULL). Don't return NULL.
Jim Meyering aafdd4ac 2000-12-19T08:16:09 (locale_charset): Add support for Win32.
Jim Meyering c0a1220d 2000-05-06T13:47:38 (get_charset_aliases): Use malloc, realloc and memcpy instead of xmalloc, xrealloc, path_concat. (locale_charset): Treat empty environment variables as absent. (DIRECTORY_SEPARATOR, ISSLASH): New macros.
Jim Meyering e7ee6af7 2000-03-06T11:19:23 (get_charset_aliases): Don't try to free file_name if it's NULL (because we ran out of memory). From Bruno Haible.
Jim Meyering 8f36ae9d 2000-03-05T10:27:22 ("path-concat.h"): Include. (get_charset_aliases): Use path_concat instead of ANSI string concatenation.
Jim Meyering fac1a01e 2000-03-04T07:57:35 Add Bruno's comment justifying use of volatile.
Jim Meyering 8aecbf69 2000-03-01T13:21:23 Guard some #includes with `#if HAVE_...'.
Jim Meyering 7f69123a 2000-03-01T13:11:05 new file, from Bruno