mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02:00
updated
2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: updated * configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6 2001-06-12 Havoc Pennington <hp@redhat.com> * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums' in bin_SCRIPTS and cp it into builddir
This commit is contained in:
committed by
Havoc Pennington
parent
823b1544fe
commit
7ab9d6380d
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: updated
|
||||||
|
|
||||||
|
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
|
||||||
|
|
||||||
2001-06-08 Alex Larsson <alexl@redhat.com>
|
2001-06-08 Alex Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gstrfuncs.[ch]:
|
* gstrfuncs.[ch]:
|
||||||
|
4
INSTALL
4
INSTALL
@@ -1,8 +1,8 @@
|
|||||||
Simple install procedure
|
Simple install procedure
|
||||||
========================
|
========================
|
||||||
|
|
||||||
% gzip -cd glib-1.3.5.tar.gz | tar xvf - # unpack the sources
|
% gzip -cd glib-1.3.6.tar.gz | tar xvf - # unpack the sources
|
||||||
% cd glib-1.3.5 # change to the toplevel directory
|
% cd glib-1.3.6 # change to the toplevel directory
|
||||||
% ./configure # run the `configure' script
|
% ./configure # run the `configure' script
|
||||||
% make # build GLIB
|
% make # build GLIB
|
||||||
|
|
||||||
|
14
NEWS
14
NEWS
@@ -1,3 +1,17 @@
|
|||||||
|
Overview of Changes in GLib 1.3.6:
|
||||||
|
|
||||||
|
* Threads have a "return value" from g_thread_join
|
||||||
|
* Removed ability to adjust thread stack size
|
||||||
|
* Prefix warnings with progname/PID by default, change toggle for this to
|
||||||
|
be an env variable G_MESSAGES_PREFIXED not a compile-time option
|
||||||
|
* GMarkup speedups
|
||||||
|
* GDate const, convenience fixups
|
||||||
|
* Include test cases that headers are compilable by C++ compiler
|
||||||
|
* Add ability to spawn processes with argv[0] != executable path.
|
||||||
|
* g_strstr_len, g_strrstr, g_strrstr_len
|
||||||
|
* Add length argument to g_utf8_strchr and g_utf8_strrchr.
|
||||||
|
* Misc bug fixes
|
||||||
|
|
||||||
Overview of Changes in GLib 1.3.5:
|
Overview of Changes in GLib 1.3.5:
|
||||||
|
|
||||||
* Added an installed glib-mkenums Perl program for parsing enumeration
|
* Added an installed glib-mkenums Perl program for parsing enumeration
|
||||||
|
2
README
2
README
@@ -13,7 +13,7 @@ version is meant for developers of GLib only:
|
|||||||
General Information
|
General Information
|
||||||
===================
|
===================
|
||||||
|
|
||||||
This is GLib version 1.3.5. GLib is a library which includes support
|
This is GLib version 1.3.6. 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.
|
||||||
|
|
||||||
|
@@ -31,7 +31,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=5
|
GLIB_MICRO_VERSION=6
|
||||||
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
|
||||||
|
@@ -71,7 +71,6 @@ arrays or arrays on the stack.
|
|||||||
Portable way to copy <type>va_list</type> variables.
|
Portable way to copy <type>va_list</type> variables.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
|
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
|
||||||
@ap2: a <type>va_list</type>.
|
@ap2: a <type>va_list</type>.
|
||||||
|
|
||||||
|
@@ -423,6 +423,7 @@ that may contain invalid UTF-8.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@p:
|
@p:
|
||||||
|
@len:
|
||||||
@c:
|
@c:
|
||||||
@Returns:
|
@Returns:
|
||||||
<!-- # Unused Parameters # -->
|
<!-- # Unused Parameters # -->
|
||||||
@@ -435,6 +436,7 @@ that may contain invalid UTF-8.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@p:
|
@p:
|
||||||
|
@len:
|
||||||
@c:
|
@c:
|
||||||
@Returns:
|
@Returns:
|
||||||
<!-- # Unused Parameters # -->
|
<!-- # Unused Parameters # -->
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2001-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
|
||||||
|
bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
|
||||||
|
in bin_SCRIPTS and cp it into builddir
|
||||||
|
|
||||||
Thu May 31 17:56:47 2001 Owen Taylor <otaylor@redhat.com>
|
Thu May 31 17:56:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gobject-query.c: Fix mispelling in help output.
|
* gobject-query.c: Fix mispelling in help output.
|
||||||
|
@@ -154,7 +154,7 @@ libgobject_1_3_la_SOURCES = $(gruntime_target_sources)
|
|||||||
# programs to compile and install
|
# programs to compile and install
|
||||||
#
|
#
|
||||||
bin_PROGRAMS = gobject-query glib-genmarshal
|
bin_PROGRAMS = gobject-query glib-genmarshal
|
||||||
bin_SCRIPTS = $(srcdir)/glib-mkenums
|
bin_SCRIPTS = glib-mkenums
|
||||||
noinst_PROGRAMS = testgruntime
|
noinst_PROGRAMS = testgruntime
|
||||||
# source files
|
# source files
|
||||||
gobject_query_SOURCES = gobject-query.c
|
gobject_query_SOURCES = gobject-query.c
|
||||||
@@ -188,6 +188,12 @@ BUILT_EXTRA_DIST = \
|
|||||||
makefile.msc \
|
makefile.msc \
|
||||||
gobject.rc
|
gobject.rc
|
||||||
|
|
||||||
|
glib-mkenums: $(srcdir)/glib-mkenums
|
||||||
|
if test -e glib-mkenums; then \
|
||||||
|
rm glib-mkenums; \
|
||||||
|
fi; \
|
||||||
|
cp $(srcdir)/glib-mkenums glib-mkenums
|
||||||
|
|
||||||
gobject.rc: $(top_builddir)/config.status $(top_srcdir)/gobject/gobject.rc.in
|
gobject.rc: $(top_builddir)/config.status $(top_srcdir)/gobject/gobject.rc.in
|
||||||
cd $(top_builddir) && CONFIG_FILES=gobject/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
cd $(top_builddir) && CONFIG_FILES=gobject/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user