diff options
author | Daniel Elstner <daniel.elstner@gmx.net> | 2002-02-27 08:34:46 +0000 |
---|---|---|
committer | Daniel Elstner <daniel@src.gnome.org> | 2002-02-27 08:34:46 +0000 |
commit | a2e72046dd11efb6bcf9147a4936cd9c4c466b2c (patch) | |
tree | 1405efceb2c810e2dae1a1390a154a213b21f489 /ChangeLog.pre-2-0 | |
parent | f29d075ba7e7e5681a13886c2660f2dc693686cd (diff) |
Remove the shortcut for UTF-8 locales to ensure consistent behaviour. Fix
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)
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 |