mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8fe65da06a
commit
eef6a79d7d
1 changed files with 20 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,5 +1,25 @@
|
|||
Mon May 13 09:03:55 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
* src/Makefile.in (FILE_AUTHORS): Added "Scott Christley".
|
||||
|
||||
* src/NSString.m ([NSString -description]): Fix warnings.
|
||||
* src/NSDictionary.m ([NSDictionary -description]): Fix warnings.
|
||||
|
||||
* src/Makefile.in (GNU_OTHER_SRCFILES): Added proplist.l and
|
||||
proplist.y.
|
||||
(GNU_MFILES): Added lex.pl.m and proplist.tab.m.
|
||||
(YACC): New variable.
|
||||
(GNU_OTHER_SRCFILES): Added proplist., proplist.tab.h and proplist.y.
|
||||
(proplist.tab.m proplist.tab.h): New target.
|
||||
(lex.pl.m): New target.
|
||||
* proplist.y, proplist.l: New files from Nathan Urban.
|
||||
|
||||
* src/NSData.m ([NSData -description]): Implemented by Nathan Urban.
|
||||
* src/NSArray.m ([NSArrayNonCore -description]): Likewise.
|
||||
* src/NSDictionary.m ([NSDictionary -description]): Likewise.
|
||||
* src/NSString.m ([NSString -description]): Likewise.
|
||||
([NSString -propertyList]): Likewise.
|
||||
|
||||
* src/NSThread.m (NSBecomingMultiThreaded, NSThreadExiting):
|
||||
Initialize the notification strings as static strings, not in
|
||||
+initialize.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue