mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-19 20:11:47 +00:00
Removed MallocAddress
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b04bfafc95
commit
fe28aa25d4
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
Wed Sep 30 9:05:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
Wed Sep 30 9:05:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||||
|
|
||||||
|
* Removed MallocAddress class -
|
||||||
|
use ([NSData +dataWithBytesNoCopy:length:]) instead.
|
||||||
* Tools/dwrite.m: Removed references to cStringNoCopy
|
* Tools/dwrite.m: Removed references to cStringNoCopy
|
||||||
* src/BinaryTree.m: Removed references to cStringNoCopy
|
* src/BinaryTree.m: Removed references to cStringNoCopy
|
||||||
* src/Collection.m: Removed references to cStringNoCopy
|
* src/Collection.m: Removed references to cStringNoCopy
|
||||||
|
|
|
@ -92,7 +92,6 @@ KeyedCollection.m \
|
||||||
LinkedList.m \
|
LinkedList.m \
|
||||||
LinkedListNode.m \
|
LinkedListNode.m \
|
||||||
MachPort.m \
|
MachPort.m \
|
||||||
MallocAddress.m \
|
|
||||||
MappedCollector.m \
|
MappedCollector.m \
|
||||||
MemoryStream.m \
|
MemoryStream.m \
|
||||||
NotificationDispatcher.m \
|
NotificationDispatcher.m \
|
||||||
|
@ -207,7 +206,6 @@ LinkedListNode.h \
|
||||||
Locking.h \
|
Locking.h \
|
||||||
MachPort.h \
|
MachPort.h \
|
||||||
Magnitude.h \
|
Magnitude.h \
|
||||||
MallocAddress.h \
|
|
||||||
MappedCollector.h \
|
MappedCollector.h \
|
||||||
MemoryStream.h \
|
MemoryStream.h \
|
||||||
NotificationDispatcher.h \
|
NotificationDispatcher.h \
|
||||||
|
|
Loading…
Reference in a new issue