mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
e0471ef5f0
commit
37faeda178
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue