Commit graph

1921 commits

Author SHA1 Message Date
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
mccallum
fbf9b77c20 Use (id <String>) instead of (String*)
Have String protocol include NSString protcol.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@240 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:22:10 +00:00
mccallum
5c19b6d637 Define NSString and NSMutableString as protocols. Make the classes
conform to them.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@239 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:20:15 +00:00
mccallum
1cc97bb19f The beginnings for IndexedCollection coexistance.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@238 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:18:43 +00:00
mccallum
91bf1a29d4 Stuff for post 0.1.5.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@237 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:18:01 +00:00
mccallum
04caa0b2c8 Remove ConstantString item.
Add URL for volunteers-gnustep.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@236 72102866-910b-0410-8b05-ffd578937521
1995-04-03 03:15:32 +00:00
mccallum
2951bd442b Have increment and decrement functions take int arguments unstead of
unsigned because I was getting (0 >= -234) -> 1.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@235 72102866-910b-0410-8b05-ffd578937521
1995-04-03 02:04:48 +00:00
mccallum
bd1dde5e13 Added comment about conflict with OpenStep.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@234 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:43:12 +00:00
mccallum
a8e73ad88f Uncomment method declarations.
Now subclass of NSObject, not String.
(stringWithFormat:arguments:):  Added method.
(NSMutableString): Added declaration for class.
(NXConstantString): Moved declaration for class to here from
objects/String.h.  Now subclass of NSCString, not ConstantString.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@233 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:42:02 +00:00
mccallum
e62b6ae45c Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@232 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:38:23 +00:00
mccallum
9ac1790a9f Added implementations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@231 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:35:42 +00:00
mccallum
c592ac5d26 Fri Mar 31 09:10:50 1995 Adam Fedor <fedor@boulder.colorado.edu>
* NXStringTable_scan.l (main): Restart the parser for each new
        file. This fix works correctly with flex, but is a bad hack and
        still doesn't work right with lex.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@230 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:34:31 +00:00
mccallum
01b796d448 Fri Mar 31 09:10:50 1995 Adam Fedor <fedor@boulder.colorado.edu>
* NXStringTable.m (readFromFile:): Return the return value from
        readFromSteam so that errors get passed along.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@229 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:33:51 +00:00
mccallum
578d372510 (perform:with:with:): New method added to (NEXTSTEP) category.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@228 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:32:58 +00:00
mccallum
0317b61795 Fix #include's.
Fix @"" strings.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@227 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:32:11 +00:00
mccallum
e761309118 (GNU_MFILES): Added MallocAddress.m.
(GNU_HEADERS): Added objects/MallocAddress.h.
(GNUSTEP_MFILES): Added NSCString.m.
(GNUSTEP_HEADERS): Added foundation/NSCString.h.
(objects/stdobjects.h): Fixed typo.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@226 72102866-910b-0410-8b05-ffd578937521
1995-04-03 01:30:13 +00:00
mccallum
cec7d255ae #if'ed out NXConstantString implementation. Moved to NSString.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@225 72102866-910b-0410-8b05-ffd578937521
1995-04-03 00:57:41 +00:00
mccallum
ae7f855eb7 (NXConstantString): Declaration #if'ed out. Moved to
foundation/NSString.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@224 72102866-910b-0410-8b05-ffd578937521
1995-04-03 00:05:02 +00:00
mccallum
a728754bf8 (initWithType:): Avoid infinite loop by calling designated initializer
instead of init.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@223 72102866-910b-0410-8b05-ffd578937521
1995-04-01 21:09:00 +00:00
mccallum
242edbcbe4 (+superclass): New method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@222 72102866-910b-0410-8b05-ffd578937521
1995-04-01 20:21:53 +00:00