Added changelog from last commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33183 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-05-28 18:10:12 +00:00
parent af69d9db67
commit 1b91607fc1

View file

@ -1,3 +1,11 @@
2011-05-28 18:05 David Chisnall <theraven@gna.org>
* libs/base/trunk/Source/NSPointerArray.m:
Make NSPointerArray insert the correct read / write barriers in GC mode.
* libs/base/trunk/Source/NSConcretePointerFunctions.h:
Add some helper functions to NSConcretePointerFunctions.h that make it
easier to do this in the other collections that need to support GC.
2011-05-28 Eric Wasylishen <ewasylishen@gmail.com>
* configure.ac: Tweak atomic ops detection