mccallum
0602979ca9
Use @""-style strings.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@290 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:34:40 +00:00
mccallum
be56d6ad02
(CALL_METHOD_IN_CLASS): Fix typo.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@289 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:27:40 +00:00
mccallum
6d7cf36335
Added header comment.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@288 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:26:38 +00:00
mccallum
5d8d7ae911
Fixed indentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@287 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:26:11 +00:00
mccallum
5f3aad08b8
(+initialize): Use static "done".
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@286 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:25:08 +00:00
mccallum
7ed457b966
(allocWithZone): Removed method.
...
(arrayWithObjects:, initWithObjects:, initWithArray:, count,
indexOfObjectIdenticalTo:, indexOfObject:, isEqualToArray:,
makeObjectsPerform:, makeObjectsPerform:withObject:, lastObject,
firstObjectCommonWithArray:, arrayWithCapacity:, addObject:,
replaceObjectAtIndex:, removeLastObject, insertObject:atIndex:,
removeObjectAtIndex:, removeObjectIdenticalTo:, removeObject:,
removeAllObjects, addObjectsFromArray:,
removeObjectsFromIndices:numIndices:, removeObjectsInArray:,
copyWithZone:, mutableCopyWithZone:): Newly implemented or majorly
overhauled.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@285 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:23:03 +00:00
mccallum
45ed6fb8c2
(class_add_methods_if_not_there): Only put method implementation in
...
dtable if the dtable is already installed, otherwise, just add it to
the class's methods list and let
__objc_install_dispatch_table_for_class put it in. Also, change
arguments. All callers updated.
(check_class_methods): New function.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@284 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:13:39 +00:00
mccallum
362cb25608
(main): "release" collections intead of "emtpy"ing them.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@283 72102866-910b-0410-8b05-ffd578937521
1995-04-05 16:15:15 +00:00
mccallum
19653932cf
(NSDeallocateObject): Fix typo.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@282 72102866-910b-0410-8b05-ffd578937521
1995-04-05 16:09:45 +00:00
mccallum
df0f3a1d34
(NSDeallocateObject): Get [anObject zone] before setting 0xdeadface.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@281 72102866-910b-0410-8b05-ffd578937521
1995-04-05 16:06:55 +00:00
mccallum
ec34e901cb
(NSDeallocateObject): Set anObject->class_pointer to 0xdeadface, to
...
help catch message-sends to deallocated objects.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@280 72102866-910b-0410-8b05-ffd578937521
1995-04-05 16:05:51 +00:00
mccallum
d03e3c0a1d
(_safeWithElementsCallNoRetain:): New method.
...
(dealloc, empty): Use it.
(send_release): New function.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@279 72102866-910b-0410-8b05-ffd578937521
1995-04-05 16:02:08 +00:00
mccallum
515d48912a
(CLK_TCK): Use _CS_CLK_TCK instead of 3.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@278 72102866-910b-0410-8b05-ffd578937521
1995-04-05 15:22:29 +00:00
mccallum
10c6e27f30
(+retain, +retainCount, +release, +autorelease): New methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@277 72102866-910b-0410-8b05-ffd578937521
1995-04-05 01:54:16 +00:00
mccallum
716145579d
(SRCS): Added nsarray.m.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@276 72102866-910b-0410-8b05-ffd578937521
1995-04-05 00:52:00 +00:00
mccallum
2200b9423e
(GNUSTEP_HEADERS): Added foundation/NSUtilities.h.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@275 72102866-910b-0410-8b05-ffd578937521
1995-04-05 00:32:50 +00:00
mccallum
03acf65d73
Inherit from NSObject, not Array.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@274 72102866-910b-0410-8b05-ffd578937521
1995-04-05 00:16:26 +00:00
mccallum
d51cac9278
(GNUSTEP_MFILES): Added NSConcreteArray.m.
...
(GNUSTEP_HEADERS): Added NSConcreteArray.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@273 72102866-910b-0410-8b05-ffd578937521
1995-04-05 00:13:58 +00:00
mccallum
04ab39aea8
Added warning in comments.
...
(CALL_METHOD_IN_CLASS): New macro.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@272 72102866-910b-0410-8b05-ffd578937521
1995-04-05 00:11:36 +00:00
mccallum
621d181566
Add <IndexedCollecting> Protocol to String Protocol.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@271 72102866-910b-0410-8b05-ffd578937521
1995-04-04 22:48:57 +00:00
mccallum
f184515445
Skeleton from Fedor. Fixed indentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@270 72102866-910b-0410-8b05-ffd578937521
1995-04-04 16:21:18 +00:00
mccallum
97f9432776
Skeleton from Fedor.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@269 72102866-910b-0410-8b05-ffd578937521
1995-04-04 16:17:51 +00:00
mccallum
636e30cd54
Fedor's skeleton. Fix indentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@268 72102866-910b-0410-8b05-ffd578937521
1995-04-04 16:15:31 +00:00
mccallum
3cfffe79bd
Added comment.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@267 72102866-910b-0410-8b05-ffd578937521
1995-04-04 16:13:42 +00:00
mccallum
f647652870
Add comment.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@266 72102866-910b-0410-8b05-ffd578937521
1995-04-04 16:09:39 +00:00
mccallum
0c0d8fdd52
Fixed indentation.
...
(arrayWithObject, arrayWithObjects, initWithArray, initWithObjects,
initWithObjects:count:, indexOfObjectIdenticalTo:,
firstObjectCommonWithArray, isEqualToArray, sortedArrayUsingFunction,
sortedArrayUsingSelector): Implemented.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@265 72102866-910b-0410-8b05-ffd578937521
1995-04-04 16:01:04 +00:00
mccallum
5af1ea5e51
Add Fedor credit.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@264 72102866-910b-0410-8b05-ffd578937521
1995-04-04 15:33:08 +00:00
mccallum
6a563909b9
Add gcc-dynamic.patch instructions; add -p1 to gcc-string.patch
...
instructions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@263 72102866-910b-0410-8b05-ffd578937521
1995-04-04 15:30:27 +00:00
mccallum
39cc6ba048
(#ifndef CLK_TCK): Define it using sysconf() if not already defined.
...
(CLK_TCK wasn't defined on Solbourne S4000 running OS/MP 4.1B.
Reported by Pekka Yrjola <py@fipnet.fi>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@262 72102866-910b-0410-8b05-ffd578937521
1995-04-04 14:53:40 +00:00
mccallum
6a5c3f47c1
(initialize): No need to add IndexedCollection behavior to NSString,
...
we already added String, and String inherits from IndexedCollection.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@261 72102866-910b-0410-8b05-ffd578937521
1995-04-03 23:43:08 +00:00
mccallum
f2803e68ab
(dynamic-load.h): New target, replacing the "one-step" target, which
...
got invoked too often.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@260 72102866-910b-0410-8b05-ffd578937521
1995-04-03 23:21:24 +00:00
mccallum
5e8dcf5dfa
(GNUSTEP_HEADERS): Add foundation/NSArray.h, foundation/NSCoder.h,
...
foundation/NSDictionary.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@259 72102866-910b-0410-8b05-ffd578937521
1995-04-03 23:02:36 +00:00
mccallum
3e963463e1
Place holder non-implementations from Fedor
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@258 72102866-910b-0410-8b05-ffd578937521
1995-04-03 22:59:20 +00:00
mccallum
e3f2a7d9c1
Fix include of NSZone.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@257 72102866-910b-0410-8b05-ffd578937521
1995-04-03 22:56:10 +00:00
mccallum
9f8ee71129
#include limits.h
...
Use .id_u where needed.
Fix typos.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@256 72102866-910b-0410-8b05-ffd578937521
1995-04-03 22:55:36 +00:00
mccallum
16c2492678
Third Apr 3 patch from Fedor
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@255 72102866-910b-0410-8b05-ffd578937521
1995-04-03 22:22:07 +00:00
mccallum
35e74fa967
Second Apr 3 patch from Fedor
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@254 72102866-910b-0410-8b05-ffd578937521
1995-04-03 21:26:15 +00:00
mccallum
ae7c527c96
Initial revision
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@253 72102866-910b-0410-8b05-ffd578937521
1995-04-03 21:20:46 +00:00
mccallum
569fd55182
Second patch of Apr 3 from Adam Fedor
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@252 72102866-910b-0410-8b05-ffd578937521
1995-04-03 21:20:29 +00:00
mccallum
d4146fe499
Initial revision
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@251 72102866-910b-0410-8b05-ffd578937521
1995-04-03 20:49:14 +00:00
mccallum
22e393a66e
Remove duplicate "Compilation of class clusters" section.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@250 72102866-910b-0410-8b05-ffd578937521
1995-04-03 20:42:44 +00:00
mccallum
aea49bd3e2
Apr 3 patch from Adam Fedor. See ChangeLog for details.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@249 72102866-910b-0410-8b05-ffd578937521
1995-04-03 20:07:18 +00:00
mccallum
f81aa9757d
(initWithType:): Fix previous attempt at avoiding infinite loop.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@248 72102866-910b-0410-8b05-ffd578937521
1995-04-03 14:43:06 +00:00
mccallum
230f5ecf47
Added notice of Fedor bug fix.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@247 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:47:52 +00:00
mccallum
4e1711e3cf
(GNU_HEADERS): Added objects/NSString.h.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@246 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:42:23 +00:00
mccallum
c364819378
Add string handling to description.
...
Ask for dejagnu volunteer.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@245 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:34:30 +00:00
mccallum
92a8f74cba
(OBJECTS_SUBMINOR_VERSION): Version 0.1.7.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@244 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:31:01 +00:00
mccallum
0ed2e973e7
Test mutable strings and "strings as collections of char's".
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@243 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:29:10 +00:00
mccallum
d8483a782f
Use (id <String>) instead of (String*).
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@242 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:24:45 +00:00
mccallum
95bc03e7f4
Use (id <String>) instead of (String*)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@241 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:23:45 +00:00