diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-25 15:55:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-25 15:55:39 +0000 |
commit | d75fde163d6201d2e0041e357a1fae869f670fed (patch) | |
tree | 6e7c9ea73b478bf2aa36e19f178c5d03c67927c3 /INSTALL | |
parent | e29682d0ada4777ab18a49ceb25675e7a862e17d (diff) | |
download | glib-d75fde163d6201d2e0041e357a1fae869f670fed.tar.gz |
Version 1.3.9 (binary, interface == 0)
Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 1.3.9 (binary, interface == 0)
* glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown
to take a 'len' argument to match g_utf8_strup/strdown. This
hopefully will also make it more obvious that they duplicate
the string rather than acting like g_strup/strdown.
(Suggestion from Matthias Clasen, #59550)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-1.3.8.tar.gz | tar xvf - # unpack the sources - % cd glib-1.3.8 # change to the toplevel directory + % gzip -cd glib-1.3.9.tar.gz | tar xvf - # unpack the sources + % cd glib-1.3.9 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB |