diff options
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index bc7e84dac..52e610d89 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,11 @@ +2002-02-27 Daniel Elstner <daniel.elstner@gmx.net> + + * glib/gdate.c (g_date_strftime): Remove the shortcut + for UTF-8 locales to ensure consistent behaviour. Fix + handling of the strftime return value, and avoid looping + if strftime is buggy and constantly returns 0. Always + return 0 if the output buffer was to small. (#72544) + Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com> * config.status config.guess: Remove these files |