1.3.12, binary, interface age 0.

Sat Dec 22 12:08:56 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in: 1.3.12, binary, interface age 0.

        * NEWS: Updated.
This commit is contained in:
Owen Taylor 2001-12-23 22:39:10 +00:00 committed by Owen Taylor
parent c2794647a4
commit 08388c5f59
14 changed files with 78 additions and 13 deletions

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,3 +1,9 @@
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, binary, interface age 0.
* NEWS: Updated.
2001-12-21 Tor Lillqvist <tml@iki.fi> 2001-12-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.

View File

@ -1,8 +1,8 @@
Simple install procedure Simple install procedure
======================== ========================
% gzip -cd glib-1.3.11.tar.gz | tar xvf - # unpack the sources % gzip -cd glib-1.3.12.tar.gz | tar xvf - # unpack the sources
% cd glib-1.3.11 # change to the toplevel directory % cd glib-1.3.12 # change to the toplevel directory
% ./configure # run the `configure' script % ./configure # run the `configure' script
% make # build GLIB % make # build GLIB

17
NEWS
View File

@ -1,3 +1,20 @@
Overview of Changes in GLib 1.3.12:
===================================
* Implement closure chaining, fixing up API (Tim Janik)
* Closure chaining test case (James Henstridge)
* Make GType long not int where both are equal width (Tim)
* Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
* Fixes for NetBSD. (Dan Winship)
* Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
* Save space for GBSearchArray (Tim Janik)
* Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
Sebastian Wilhelmi.
Overview of Changes in GLib 1.3.11: Overview of Changes in GLib 1.3.11:
=================================== ===================================

2
README
View File

@ -13,7 +13,7 @@ version is meant for developers of GLib only:
General Information General Information
=================== ===================
This is GLib version 1.3.11. GLib is a library which includes support This is GLib version 1.3.12. GLib is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and routines for C such as lists, trees, hashes, memory allocation, and
many other things. many other things.

View File

@ -33,7 +33,7 @@ GLIB_AC_DIVERT_BEFORE_HELP([
# #
GLIB_MAJOR_VERSION=1 GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=3 GLIB_MINOR_VERSION=3
GLIB_MICRO_VERSION=11 GLIB_MICRO_VERSION=12
GLIB_INTERFACE_AGE=0 GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0 GLIB_BINARY_AGE=0
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION

View File

@ -187,3 +187,12 @@ is not supported.
@G_CONVERT_ERROR_BAD_URI: URI is invalid. @G_CONVERT_ERROR_BAD_URI: URI is invalid.
@G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: Pathname is not an absolute path. @G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: Pathname is not an absolute path.
<!-- ##### FUNCTION g_get_charset ##### -->
<para>
</para>
@charset:
@Returns:

View File

@ -41,15 +41,6 @@ A type which can hold any UTF-16 character code.
</para> </para>
<!-- ##### FUNCTION g_get_charset ##### -->
<para>
</para>
@charset:
@Returns:
<!-- ##### FUNCTION g_unichar_validate ##### --> <!-- ##### FUNCTION g_unichar_validate ##### -->
<para> <para>