mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
495f92e10a
commit
32fbfc3217
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue