mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
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.
This commit is contained in:
committed by
Havoc Pennington
parent
b24f1d179e
commit
399ad0b8b0
@@ -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.
|
||||
|
Reference in New Issue
Block a user