Describe recent NSScanner and NSCharacterSet work.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-02 17:06:05 +00:00
parent 0e413e82ad
commit 5fdaf7db97

View file

@ -24,6 +24,12 @@ gracefully handled.
@item NSUserDefaults has been implemented, thanks to Georg Tuparev
<tuparev@@NMR.EMBL-Heidelberg.DE>.
@item NSScanner has been implemented, thanks to Eric Norum
<Eric.Norum@@usask.ca>.
@item NSCharacterSet has a new caching scheme, and is now faster than
NeXT's implementation.
@item Preliminary thread-safety work has been done. NSObject and
NSAutoreleasePool should be thread-safe.