mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1661 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2cbf6b7806
commit
56670c837c
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
Mon Sep 2 09:11:34 1996 Andrew McCallum <mccallum@cs.cmu.edu>
|
||||
|
||||
* src/mframe.m: Use gcc's __builtin_return smarts to find location
|
||||
of `char' and `short' return values; don't use my (possibly wrong)
|
||||
guesses.
|
||||
(retframe_char): New nested function.
|
||||
(retframe_short): New nested function.
|
||||
(mframe_do_call) [_C_CHR, _C_UCHR]: Use retframe_char.
|
||||
[_C_SHT, _C_USHT]: Use retframe_short.
|
||||
|
||||
* src/NSObject.m ([NSObject -isKindOfClass:]): Fix formatting.
|
||||
|
||||
Fri Aug 30 17:00:29 1996 Andrew McCallum <mccallum@cs.cmu.edu>
|
||||
|
||||
* src/Dictionary.m ([Dictionary -removeObject:]): Implemented
|
||||
method. (Needs testing!)
|
||||
|
||||
Thu Jul 11 21:12:41 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
* Version (SUBMINOR_VERSION): Version 0.2.6.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue