Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-11-16 17:29:30 +00:00
parent b553578663
commit 93528274f9

View file

@ -1,3 +1,13 @@
2011-11-16 17:29 theraven
* libs/base/trunk/Source/NSNumber.m: Implement the double boxing
techniques used by Smalltalk/X and Cincom Smalltalk. Now we can
conceal most doubles inside a pointer. This is most useful for
LanguageKit, but should save some memory / malloc overhead / heap
fragmentation in any code that uses a lot of NSNumbers (e.g.
anything that deals with big plists). OS X 10.7 employs a similar
trick.
2011-11-15 Adam Fedor <fedor@gnu.org>
* Source/win32/GSFileHandle.m: Fix include location