diff options
author | Tim Janik <timj@gtk.org> | 1998-12-02 02:24:14 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-12-02 02:24:14 +0000 |
commit | 2886be294a0cd7c02cad36d34fe76dafb79da3c3 (patch) | |
tree | 8e2855d5eac1ff744edc6d671d13098bf42c0689 /ChangeLog.pre-2-8 | |
parent | a3e59c3ebfabf7004a994cd3dcdc9b3df690fd63 (diff) |
s/time_t/GTime/ and s/g_print/g_message/ include time.h.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/
include time.h.
* glib.h: removed #include <time.h>, changed time_t paramter of
g_date_set_time() to time_t, changed struct tm parameter of
g_date_to_struct_tm to `gpointer struct_tm_p'. yes, this is not
nice, but including time.h actually breaks a bunch of code.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 09f6a7709..499af808c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,15 @@ +Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org> + + * gdate.c: s/time_t/GTime/ and s/g_print/g_message/ + include time.h. + + * glib.h: removed #include <time.h>, changed time_t paramter of + g_date_set_time() to time_t, changed struct tm parameter of + g_date_to_struct_tm to `gpointer struct_tm_p'. yes, this is not + nice, but including time.h actually breaks a bunch of code. + + * incremented GLib version to 1.1.6. + 1998-11-30 Havoc Pennington <hp@pobox.com> * gdate.c: New file, implements calendrical calculations. |