mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added ChangeLog entry from last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4db587f9d6
commit
ae40941018
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-05-28 14:51 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Source/NSAutoreleasePool.m,
|
||||
* libs/base/trunk/Source/NSObject.m,
|
||||
* libs/base/trunk/Source/NSZone.m:
|
||||
First pass at hybrid GC mode. This will try use retain-release mode if
|
||||
the collector is not running. Code will run in retain/release mode unless
|
||||
something compiled with -fobjc-gc-only is loaded.
|
||||
|
||||
2011-05-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSString.m (-initWithFormat:locale:): Make sure va_end()
|
||||
|
|
Loading…
Reference in a new issue