diff options
author | Tim Janik <timj@gtk.org> | 2001-07-10 22:37:08 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-07-10 22:37:08 +0000 |
commit | 11b0d06eeea0ceeb0d4c252aa95189b78d538ef6 (patch) | |
tree | ef7d24113d5c220a5b61c76b4be982bd51889129 /INSTALL | |
parent | 39caf76a7f7313f60eecdf31741f9edd48327be1 (diff) | |
download | glib-11b0d06eeea0ceeb0d4c252aa95189b78d538ef6.tar.gz glib-11b0d06eeea0ceeb0d4c252aa95189b78d538ef6.tar.bz2 glib-11b0d06eeea0ceeb0d4c252aa95189b78d538ef6.zip |
fix negative exponent handling (numbers<0).
Fri Jul 6 00:02:41 2001 Tim Janik <timj@gtk.org>
* glib/gmessages.c (printf_string_upper_bound): fix negative exponent
handling (numbers<0).
* glib/gutils.h (g_bit_storage): take a gulong as argument.
same for g_bit_nth_lsf() and g_bit_nth_msf() as mask.
Tue Jul 10 18:50:16 2001 Tim Janik <timj@gtk.org>
* gsignal.h (struct _GSignalQuery): fix misplaced comment.
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.6.tar.gz | tar xvf - # unpack the sources - % cd glib-1.3.6 # change to the toplevel directory + % gzip -cd glib-1.3.7.tar.gz | tar xvf - # unpack the sources + % cd glib-1.3.7 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB |