diff options
author | Havoc Pennington <hp@redhat.com> | 2000-11-20 15:14:14 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-20 15:14:14 +0000 |
commit | 399ad0b8b01f9694e561502f17066f585918cb57 (patch) | |
tree | 8a73ccdc63f8eea3ac6a72c69b3433522d21dd88 /ChangeLog.pre-2-4 | |
parent | b24f1d179e409f3cb928c76ce90c90313c6c11ca (diff) |
Use a switch here, maybe helps the compiler optimize things. Also, ' ' is
2000-11-16 Havoc Pennington <hp@redhat.com>
* guniprop.c (g_unichar_isspace): Use a switch here, maybe helps
the compiler optimize things. Also, ' ' is a SPACE_SEPARATOR,
so don't special case it.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f0cd3ce44..c01c529f7 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2000-11-16 Havoc Pennington <hp@redhat.com> + + * guniprop.c (g_unichar_isspace): Use a switch here, maybe helps + the compiler optimize things. Also, ' ' is a SPACE_SEPARATOR, + so don't special case it. + 2000-11-17 Tor Lillqvist <tml@iki.fi> * glib.def: Add g_trash_stack entry points. |