glib/glib/libcharset
Ryan Lortie 920f3bffb3 Bug 549771 – improved .gitignore for glib
2007-09-02  Ryan Lortie  <desrt@desrt.ca>

        Bug 549771 – improved .gitignore for glib

        * docs/reference/.gitignore:
        * docs/reference/gio/.gitignore:
        * docs/reference/gobject/tmpl/.gitignore:
        * gio/.gitignore:
        * gio/tests/.gitignore:
        * glib/.gitignore:
        * glib/libcharset/.gitignore:
        * glib/tests/.gitignore:
        * gmodule/.gitignore:
        * gobject/.gitignore:
        * gobject/tests/.gitignore:
        * po/.gitignore:
        * tests/.gitignore: new files
        * .gitignore: remove 'build' (since it's part of glib now), add more
        useful things.


svn path=/trunk/; revision=7432
2008-09-02 18:40:39 +00:00
..
.gitignore Bug 549771 – improved .gitignore for glib 2008-09-02 18:40:39 +00:00
codeset.m4 Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
config.charset Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
glibc21.m4 Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
libcharset-glib.patch Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
libcharset.h Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
localcharset.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 15:10:51 +00:00
localcharset.h Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
make-patch.sh Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
Makefile.am Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
README Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
ref-add.sin Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
ref-del.sin Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +00:00
update.sh Bug 501651 – Update glib/libcharset 2008-05-20 22:49:16 +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

Updated to libiconv-1.12.

Behdad Esfahbod
20 May 2008

====

/* 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>.  */