Minor optimization for parsing property lists

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9717 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-04-26 23:54:59 +00:00
parent e0471ef5f0
commit 37faeda178

View file

@ -1,3 +1,10 @@
2001-04-27 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSString.m: Minor optimization for parsing property
lists: cache the bitmap representation of hexdigit, quotable and
whitespace character sets, and use it directly to determine
whether a character is member or not of these sets.
2001-04-26 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSString.m: ([+initialize]) protect with flag so it is safe