mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
NEWS: README: glib.spec: docs/glib-config.1: Incremented versions to
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org> * INSTALL: NEWS: README: glib.spec: docs/glib-config.1: Incremented versions to 1.1.6.
This commit is contained in:
parent
2886be294a
commit
e37b4d00a4
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
glib.spec:
|
||||
docs/glib-config.1: Incremented versions to 1.1.6.
|
||||
|
||||
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
|
||||
|
4
INSTALL
4
INSTALL
@ -1,8 +1,8 @@
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd glib-1.1.5.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.1.5 # change to the toplevel directory
|
||||
% gzip -cd glib-1.1.6.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.1.6 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GLIB
|
||||
[ Become root if necessary ]
|
||||
|
15
NEWS
15
NEWS
@ -1,3 +1,18 @@
|
||||
Overview of Changes in GLib 1.1.6:
|
||||
|
||||
* New GDate functionality for calendar date manipulations (g_date_*)
|
||||
* New GAllocator type and assocated functions
|
||||
* New functions g_slist_copy and g_list_copy to duplicate a list with all
|
||||
its data pointers.
|
||||
* New function g_array_insert_vals and new macro g_array_insert_val to
|
||||
insert elements at an arbitrary index
|
||||
* GAllocators used for glist, gslist, gnode node allocations
|
||||
* Incremental freezing in ghash
|
||||
* New function g_hook_list_marshal_check to eventually destroy hooks after
|
||||
they got marshalled
|
||||
* Removed GListAllocator type and its g_*_allocator_*() function variants
|
||||
* Bug fixes
|
||||
|
||||
Overview of Changes in GLib 1.1.5:
|
||||
|
||||
* Win32 portability
|
||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GLib version 1.1.5. GLib, is a library which includes support
|
||||
This is GLib version 1.1.6. GLib, is a library which includes support
|
||||
routines for C such as lists, trees, hashes, memory allocation, and
|
||||
many other things.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH GLIB 1 "24 October 1998" Version 1.1.5
|
||||
.TH GLIB 1 "24 October 1998" Version 1.1.6
|
||||
.SH NAME
|
||||
glib-config - script to get information about the installed version of GLib
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user