mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33643 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
48e1b94ef8
commit
622f81ffc2
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2011-07-26 David Chisnall <theraven@gna.org>
|
||||
* Source/NSObject.m:
|
||||
Change the order of the retain count and the padding, so the retain count
|
||||
is always the word before isa.
|
||||
|
||||
Switch to using the correct kind of alignof (the ABI alignment in
|
||||
structures, not the preferred alignment of the type - this stops us from
|
||||
allocating 4 bytes of padding on x86-32 where there is no need for any)
|
||||
|
||||
* Source/NSNumber.m:
|
||||
Use the small object support in libobjc2 trunk for 31 / 61-bit signed
|
||||
NSNumbers on 32 / 64-bit platforms respectively. Still to do: add an
|
||||
NSSmallFloat equivalent for 64-bit platforms, storing a float.
|
||||
|
||||
2011-07-26 Quentin Mathe <quentin.mathe@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSObject.h:
|
||||
|
|
Loading…
Reference in a new issue