mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 08:53:39 +02:00
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)
This commit is contained in:
4
INSTALL
4
INSTALL
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user