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:
Havoc Pennington
2000-11-20 15:14:14 +00:00
committed by Havoc Pennington
parent b24f1d179e
commit 399ad0b8b0
10 changed files with 82 additions and 16 deletions

View File

@@ -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.