Released GLib 1.2.2

Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.2.2
This commit is contained in:
CDT 1999 Shawn T. Amundson 1999-04-13 21:24:18 +00:00 committed by Shawn Amundson
parent 8611980b6b
commit 3118e37ac8
10 changed files with 35 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,3 +1,7 @@
Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.2
1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu> 1999-04-12 Elliot Lee <sopwith@mh69.mh.cuc.edu>
* g_strchug(): s/strcpy/memmove/ * g_strchug(): s/strcpy/memmove/

View File

@ -1,8 +1,8 @@
Simple install procedure Simple install procedure
======================== ========================
% gzip -cd glib-1.2.1.tar.gz | tar xvf - # unpack the sources % gzip -cd glib-1.2.2.tar.gz | tar xvf - # unpack the sources
% cd glib-1.2.1 # change to the toplevel directory % cd glib-1.2.2 # change to the toplevel directory
% ./configure # run the `configure' script % ./configure # run the `configure' script
% make # build GLIB % make # build GLIB
[ Become root if necessary ] [ Become root if necessary ]

2
README
View File

@ -1,7 +1,7 @@
General Information General Information
=================== ===================
This is GLib version 1.2.1. GLib is a library which includes support This is GLib version 1.2.2. 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.