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