mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1564 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40e4dbcc4e
commit
fab695dd73
1 changed files with 22 additions and 0 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,5 +1,27 @@
|
|||
Mon May 27 09:57:34 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
* Makefile.in (DIST_FILES): Added README.ucblib.
|
||||
|
||||
* src/include/objc-gnu2next.h: Remove "Object (GNUExtentions)"
|
||||
Category. We no longer use Object; we use NSObject.
|
||||
|
||||
Do our best to use "%@" (Objective-C String object printf-format
|
||||
tag) as little as possible, because, for now, it is not
|
||||
implemented on non-GNU-libc systems.
|
||||
* src/KeyedCollection.m ([ConstantKeyedCollection -description]):
|
||||
Instead of @%, use %s and [s cStringNoCopy].
|
||||
* src/NSHashTable.m (NSStringFromHashTable): Likewise.
|
||||
(NSHashInsertKnownAbsent): Likewise.
|
||||
* src/NSMapTable.m (NSStringFromMapTable): Likewise.
|
||||
(NSMapInsertKnownAbsent): Likewise.
|
||||
* src/TextCStream.m ([TextCStream
|
||||
-encodeValueOfCType:at:withName:]): Likewise.
|
||||
([TextCStream -encodeName:n]): Likewise.
|
||||
* src/o-hash.m (o_hash_description): Likewise.
|
||||
* src/x-bas.m.in (_o_@XX@_description): Likewise.
|
||||
* src/NSDictionary.m ([NSDictionary -descriptionWithIndent:]): Use
|
||||
-cStringNoCopy instead of -cString.
|
||||
|
||||
* src/x-cbs.m.in: Prepend missing `o-' in #include.
|
||||
* src/x-bas.m.in: Likewise.
|
||||
|
||||
|
|
Loading…
Reference in a new issue