log lib/localcharset.c @ 10375:f96e845fc36d

age author description
Sun, 13 Apr 2008 12:57:48 +0200 Bruno Haible Avoid warning on EMX.
Wed, 18 Oct 2006 12:03:51 +0000 Bruno Haible No need any more to check for setlocale - all systems have it.
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Tue, 29 Aug 2006 15:44:02 +0000 Bruno Haible Prefer using configmake.h instead of augmenting DEFS.
Mon, 31 Jul 2006 16:09:08 +0000 Bruno Haible Assume the standard headers exist.
Sat, 22 Jul 2006 14:11:57 +0000 Bruno Haible Update localcharset module from GNU gettext.
Tue, 10 Jan 2006 13:52:11 +0000 Bruno Haible Update from GNU gettext.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Thu, 24 Feb 2005 19:54:14 +0000 Bruno Haible Update from GNU gettext 0.14.2.
Wed, 28 Apr 2004 11:26:25 +0000 Bruno Haible Treat Cygwin like Windows regarding pathname syntax.
Tue, 20 Apr 2004 11:07:32 +0000 Bruno Haible Avoid memory leak upon realloc failure.
Wed, 24 Dec 2003 13:07:08 +0000 uid65818 updates from savannah outage
Mon, 14 Jul 2003 22:44:04 +0000 Paul Eggert Update gettext source files from gettext automatically, using srclist-update.
Fri, 30 May 2003 13:29:10 +0000 Bruno Haible Upgrade to gettext-0.12.1.
Tue, 31 Dec 2002 13:20:21 +0000 Bruno Haible New file localcharset.h.
Mon, 04 Nov 2002 13:53:07 +0000 Bruno Haible Update config.charset and localcharset.c to current gettext version.
Sat, 16 Feb 2002 14:10:17 +0000 Jim Meyering Update to Gettext 0.11.
Sat, 22 Sep 2001 15:08:35 +0000 Jim Meyering Update from latest gettext.
Thu, 15 Mar 2001 14:49:56 +0000 Jim Meyering (locale_charset): Allow wildcard syntax. Also resolve
Tue, 06 Mar 2001 18:11:20 +0000 Jim Meyering (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
Tue, 19 Dec 2000 08:16:09 +0000 Jim Meyering (locale_charset): Add support for Win32.
Sat, 06 May 2000 13:47:38 +0000 Jim Meyering (get_charset_aliases): Use malloc, realloc and memcpy
Mon, 06 Mar 2000 11:19:23 +0000 Jim Meyering (get_charset_aliases): Don't try to free file_name
Sun, 05 Mar 2000 10:27:22 +0000 Jim Meyering ("path-concat.h"): Include.
Sat, 04 Mar 2000 07:57:35 +0000 Jim Meyering Add Bruno's comment justifying use of volatile.
Wed, 01 Mar 2000 13:21:23 +0000 Jim Meyering Guard some #includes with `#if HAVE_...'.
Wed, 01 Mar 2000 13:11:05 +0000 Jim Meyering new file, from Bruno