Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-02-19 16:05:00 +00:00
parent 495f92e10a
commit 32fbfc3217

View file

@ -1,3 +1,13 @@
2011-02-19 16:02 David Chisnall <theraven@gna.org>
* libs/base/trunk/Source/common.h: Add some macros that map some
libobjc functions to their runtime-specific variants. This avoids the
need for ugly #ifdefs everywhere (the next commit will try to clean up
some of this mess), and lets us use the _np function names everywhere to
explicitly note that we are using runtime functions that are not present
on OS X - apparently the new GCC runtime does not add this suffix for
some reason.
2011-02-16 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSDecimalNumber.m: