glib/glib/libcharset
21:06:47 Tim Janik 1e55738f31 initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional
2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>

	* Makefile.decl: initialize automake variables EXTRA_DIST and
	TEST_PROGS for unconditional appending via += in other makefiles.
	define recursive test targets: test, test-report, perf-report,
	full-report, as described here:
      http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html

	* Makefile.am:
	* build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
	* build/win32/Makefile.am, build/Makefile.am:
	* docs/Makefile.am, docs/reference/Makefile.am:
	* docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
	* gmodule/Makefile.am, tests/Makefile.am:
	* tests/refcount/Makefile.am, tests/gobject/Makefile.am:
	* glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
	* glib/tests/Makefile.am, glib/pcre/Makefile.am:
	* glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
	* gthread/Makefile.am, glib/Makefile.am:
	include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.

	* glib/tests/Makefile.am: removed example testing rules.

	* glib/tests/testing.c: conditionalized performance and slow tests.

	* glib/gtestutils.h:
	* glib/gtestutils.c: work around g_test_config_vars not changing its
	exported value after value assignments, aparently due to symbol aliases.

	* glib/gtester.c: fixed off-by-one error which produced junk in logs.

	* configure.in: check for python >= 2.4 and provide $PYTHON for scripts.


svn path=/trunk/; revision=5914
2007-11-21 20:09:46 +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 cp1251 support for Solaris. (#104738, Hidetoshi Tajima) 2003-03-30 21:29:26 +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 Break _g_locale_charset() into two pieces - a fast "raw" piece, and a slow 2002-12-15 01:35:07 +00:00
libcharset.h Break _g_locale_charset() into two pieces - a fast "raw" piece, and a slow 2002-12-15 01:35:07 +00:00
localcharset.c Fix small leak on failed realloc in _g_locale_get_charset_aliases 2006-10-26 21:09:04 +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 initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional 2007-11-21 20:09:46 +00:00
README Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
ref-add.sin Update from libcharset CVS. Includes additional encodings for Solaris 2002-05-13 15:51:44 +00:00
ref-del.sin Update from libcharset CVS. Includes additional encodings for Solaris 2002-05-13 15:51:44 +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>.  */