mccallum
83da0938b4
Initial revision
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@410 72102866-910b-0410-8b05-ffd578937521
1995-05-05 18:27:56 +00:00
mccallum
b8d00fb03e
(NSArray +allocWithZone:): Fixed to use NSAllocateObject.
...
(NSMutableArray +allocWithZone:): Likewise.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@409 72102866-910b-0410-8b05-ffd578937521
1995-05-05 17:58:46 +00:00
mccallum
a7f669b6f1
(NSArray +allocWithZone:): Implemented.
...
(NSMutableArray +allocWithZone:): Implemented.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@408 72102866-910b-0410-8b05-ffd578937521
1995-05-05 15:50:26 +00:00
mccallum
9563478642
Mention NSExceptions. Remove thread-safe runtime.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@407 72102866-910b-0410-8b05-ffd578937521
1995-05-05 15:24:14 +00:00
mccallum
73b367c163
(-initWithObjects:count:): Retain objects.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@406 72102866-910b-0410-8b05-ffd578937521
1995-05-05 14:46:35 +00:00
mccallum
6d63b70ead
Fixed typo in patch instructions. Too many "..". (Reported by Daniel
...
L. Green <dang@mcs.com>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@405 72102866-910b-0410-8b05-ffd578937521
1995-04-26 19:01:02 +00:00
mccallum
1883f2dbfa
Add note indicating whether gcc patches have changed.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@404 72102866-910b-0410-8b05-ffd578937521
1995-04-21 15:35:14 +00:00
mccallum
b730ea2ced
Include <Foundation/NSException.h>
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@403 72102866-910b-0410-8b05-ffd578937521
1995-04-21 00:11:21 +00:00
mccallum
ff7e6221b0
(encodeWithCoder:, initWithCoder:): Include call to super since
...
NSObject now implements these methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@402 72102866-910b-0410-8b05-ffd578937521
1995-04-20 21:50:04 +00:00
mccallum
ed025f5a9b
(dataWithBytesNoCopy:length:): Send alloc to NSGData class, not self.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@401 72102866-910b-0410-8b05-ffd578937521
1995-04-20 16:04:56 +00:00
mccallum
c61e7bd0dd
Patch from Albin Jones.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@400 72102866-910b-0410-8b05-ffd578937521
1995-04-20 16:02:26 +00:00
mccallum
d4aa2ccf71
Add missing @.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@399 72102866-910b-0410-8b05-ffd578937521
1995-04-19 15:43:54 +00:00
mccallum
bfdd4c9f91
Summarize changes in 0.1.10.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@398 72102866-910b-0410-8b05-ffd578937521
1995-04-17 22:08:47 +00:00
mccallum
85dda603e2
Change "foundation" to "Foundation".
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@397 72102866-910b-0410-8b05-ffd578937521
1995-04-17 22:06:25 +00:00
mccallum
d403fbcc9c
(FILE_AUTHORS): Added Jeremy Bettis.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@396 72102866-910b-0410-8b05-ffd578937521
1995-04-17 22:05:03 +00:00
mccallum
21ad4caee8
Make AppellationObject inherit from NSObject, not Object.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@395 72102866-910b-0410-8b05-ffd578937521
1995-04-17 22:02:48 +00:00
mccallum
0a2a8720c4
Include NSObject.h from Foundation, not objc.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@394 72102866-910b-0410-8b05-ffd578937521
1995-04-17 21:59:31 +00:00
mccallum
b2eae950dd
(replaceBytesInRange:withBytes:): Get pointer with -mutableBytes, not
...
-bytes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@393 72102866-910b-0410-8b05-ffd578937521
1995-04-17 21:31:59 +00:00
mccallum
99fdf02880
(OBJECTS_SUBMINOR_VERSION): Version 0.1.10.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@392 72102866-910b-0410-8b05-ffd578937521
1995-04-17 21:20:45 +00:00
mccallum
883fa9fab5
Include from <Foundation/...>, not <foundation/...>.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@391 72102866-910b-0410-8b05-ffd578937521
1995-04-17 21:13:20 +00:00
mccallum
011763a248
(isAtEof): Renamed from streamEof.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@390 72102866-910b-0410-8b05-ffd578937521
1995-04-17 20:43:29 +00:00
mccallum
2e650305f3
Fix typo: We're declaring methods of NSCoder, not NSConcreteCoder.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@389 72102866-910b-0410-8b05-ffd578937521
1995-04-17 20:42:50 +00:00
mccallum
5b35d45ef5
Insert the interface for NSMutableData.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@388 72102866-910b-0410-8b05-ffd578937521
1995-04-17 20:42:02 +00:00
mccallum
5d6cf8b2ef
Insert the implementation of NSMutableData.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@387 72102866-910b-0410-8b05-ffd578937521
1995-04-17 20:40:59 +00:00
mccallum
a7ec3763ba
Include <foundation/NSData.h>
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@386 72102866-910b-0410-8b05-ffd578937521
1995-04-17 20:39:14 +00:00
mccallum
57890122c8
Don't include <foundation/NSMutableData.h>. The interface can now be
...
found in <foundation/NSData.h>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@385 72102866-910b-0410-8b05-ffd578937521
1995-04-17 20:37:05 +00:00
mccallum
eaac6c5689
(GNUStep-volunteers): New target to deal with "ln" and disparate
...
filesystem problems.
(DIST-FILES): Use the local GNUStep-volunteers file, not the remote
volunteers-gnustep file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@384 72102866-910b-0410-8b05-ffd578937521
1995-04-15 21:02:09 +00:00
mccallum
4fb7ec411e
Change name of GNUStep volunteers file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@383 72102866-910b-0410-8b05-ffd578937521
1995-04-15 21:00:56 +00:00
mccallum
55c5a14214
(GNUSTEP_MFILES): Move NSData.m, foundation/NSData.h,
...
foundation/NSArchiver.h here from GNUSTEP_OTHER_SRCFILES.
(dist): Use "ls -s", not "ln" because the volunteers-gnustep file is
on another file system.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@382 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:54:59 +00:00
mccallum
381f673170
Fix typos.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@381 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:52:49 +00:00
mccallum
7f88918bd2
Summary of changes in 0.1.9.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@380 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:46:25 +00:00
mccallum
c0a2a75982
(OBJECTS_SUBMINOR_VERSION): Version 0.1.9.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@379 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:42:23 +00:00
mccallum
e6213d60d2
(GNU_HEADERS): Added objects/NSCoder.h.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@378 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:14:33 +00:00
mccallum
4ad6a3e4db
(SRCS): Comment out nsarchiving.m.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@377 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:12:01 +00:00
mccallum
d846d8d491
Mention need to fix allocation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@376 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:04:12 +00:00
mccallum
32c38073f5
Compare against [NSDate class], not NSDate.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@375 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:02:56 +00:00
mccallum
aec74b2d73
Initial revision
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@374 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:57:39 +00:00
mccallum
596b504d0f
(-initWithMode:, -streamMode): Methods removed.
...
(-isWritable): New method.
(-initWithCoder): Renamed from +newWithCoder.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@373 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:57:25 +00:00
mccallum
30e567da40
(GNU_HEADERS): Added objects/Streaming.h.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@372 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:56:17 +00:00
mccallum
078d6ae082
Method removed and put into Streaming protocol. Included from
...
objects/Streaming.h.
(mode): Instance variable removed.
(STREAM_READONLY, STREAM_WRITEONLY, STREAM_READWRITE): enum removed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@371 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:55:43 +00:00
mccallum
b994945be5
(mode): New instance variable, to replace one removed from Stream class.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@370 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:53:44 +00:00
mccallum
6f0bc21bcb
(-setStreamBufferCapacity:): Renamed from -setStreamBufferSize.
...
(-streamBufferCapacity): Renamed from -streamBufferSize.
(-isWriteable): New method.
(-streamBufferPrefix): Renamed from -streamPrefix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@369 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:52:36 +00:00
mccallum
145826e50f
Change names from "Concrete"-style to "G"-style.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@368 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:48:46 +00:00
mccallum
c8e02b7a87
(-isWriteable): New method.
...
(-initWithCoder): Renamed and rewritten from +newWithCoder.
(-isAtEof): Renamed from -streamEof.
(-initWithFilePointer:fmode:): Use new mode ivar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@367 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:45:41 +00:00
mccallum
5536bc56b3
Fixed typos, and implemented many methods to call behavior methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@366 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:42:36 +00:00
mccallum
8c44818294
Fix typos.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@365 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:41:39 +00:00
mccallum
f1bf552b50
New protocol <MemoryStreaming>. Make MemoryStream class conform to it.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@364 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:41:24 +00:00
mccallum
eb33924a45
include NSSerialization.h.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@363 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:40:40 +00:00
mccallum
14a4337ace
Fixed typos. Implemented -init.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@362 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:40:19 +00:00
mccallum
2a6015020f
Initial revision
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@361 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:39:49 +00:00