glib/glib/libcharset
Tor Lillqvist 9c35df3de3 Add missing g_pattern_match_simple and g_pattern_spec_equal.
2001-10-28  Tor Lillqvist  <tml@iki.fi>

	* glib/glib.def: Add missing g_pattern_match_simple and
	g_pattern_spec_equal.

	* glib/gwin32.c (g_win32_get_package_installation_subdirectory):
	Set separator correctly.

	* glib/libcharset/config.charset (os): Match also mingw*.

	* tests/testglib.c (main): (Win32): Print the lib/locale
	subdirectory, as that is what actually gets used.
2001-10-28 21:05:03 +00:00
..
.cvsignore Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
codeset.m4 Fix macros from libcharset to work with autoconf-2.5x. (From Laszlo 2001-09-28 23:44:46 +00:00
config.charset Add missing g_pattern_match_simple and g_pattern_spec_equal. 2001-10-28 21:05:03 +00:00
glibc21.m4 Fix macros from libcharset to work with autoconf-2.5x. (From Laszlo 2001-09-28 23:44:46 +00:00
libcharset-glib.patch Fix macros from libcharset to work with autoconf-2.5x. (From Laszlo 2001-09-28 23:44:46 +00:00
libcharset.h Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
localcharset.c Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
make-patch.sh Fix macros from libcharset to work with autoconf-2.5x. (From Laszlo 2001-09-28 23:44:46 +00:00
Makefile.am add config.charset 2001-10-04 19:33:01 +00:00
README Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
ref-add.sin Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
ref-del.sin Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
update.sh Fix macros from libcharset to work with autoconf-2.5x. (From Laszlo 2001-09-28 23:44:46 +00:00

The sources are derived from Bruno Haible's libcharset library included
with libiconv:

 http//www.gnu.org/software/libiconv

The 'update.sh' script in this directory, when pointed at
the original sources updates the files in this directory
(and elsewhere in the GLib distribution) to the new version

The 'make-patch.sh' script in this directory regenerates
the patch files included in this directory from a copy
of the pristine sources and the files in this directory.

The license on the portions from libiconv portions is reproduced
below.

Owen Taylor
26 September 2001

====

/* Determine a canonical name for the current locale's character encoding.

   Copyright (C) 2000-2001 Free Software Foundation, Inc.

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU Library General Public License as published
   by the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.

   You should have received a copy of the GNU Library General Public
   License along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
   USA.  */

/* Written by Bruno Haible <haible@clisp.cons.org>.  */