Commit graph

1210 commits

Author SHA1 Message Date
mccallum
a7682719ea ([Port -encodeWithCoder:]): Fix argument type.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@964 72102866-910b-0410-8b05-ffd578937521
1996-02-22 16:04:15 +00:00
mccallum
8b448315da Many fixes, continuing conversion from old IndexedCollection.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@963 72102866-910b-0410-8b05-ffd578937521
1996-02-22 16:03:55 +00:00
mccallum
4d1da63495 ([NSValueDecoder +newWithCoder:]): Comment out for now; I think it
needs fixes.
([NSValueDecoder -initWithCoder:]): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@962 72102866-910b-0410-8b05-ffd578937521
1996-02-22 16:02:48 +00:00
mccallum
dce5a12dc3 ([NSNumber -description]): New method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@961 72102866-910b-0410-8b05-ffd578937521
1996-02-22 16:02:02 +00:00
mccallum
25cbd82a98 New version from Albin Jones, plus fixes by McCallum.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@960 72102866-910b-0410-8b05-ffd578937521
1996-02-22 16:00:28 +00:00
mccallum
adf17d8932 Spacing changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@959 72102866-910b-0410-8b05-ffd578937521
1996-02-22 16:00:04 +00:00
mccallum
1f24b8e149 Remove empty ivar {}.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@958 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:59:37 +00:00
mccallum
095a53d687 Remove ivars, the behavior code now handles this.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@957 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:58:32 +00:00
mccallum
2108553cab New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@956 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:56:02 +00:00
mccallum
7927ecefc2 Declare classes Encoder and Decoder; extensive rearrangement of ivars,
method names and protocols.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@955 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:51:05 +00:00
mccallum
dc812afa37 Don't include <objc/List.h>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@954 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:50:13 +00:00
mccallum
86f5ef9aa3 Change many method return types to void.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@953 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:49:46 +00:00
mccallum
c2b27dfa19 Subclass from Encoder and Decoder, not Coder.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@952 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:49:05 +00:00
mccallum
dbb41b30ee (GNUSTEP_OTHER_SRCFILES): Add NSCallBacks.h.
(GNUSTEP_HEADERS): Remove Foundation/NSCallBacks.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@951 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:48:36 +00:00
mccallum
c20d71b3e7 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@950 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:47:04 +00:00
mccallum
d48819ed4a (CFLAGS): Remove -Wno-implicit.
(GNU_MFILES): Remove BinaryTreeEltNode.m, LinkedListEltNode.m,
RNTreeEltNode.m.  Add Decoder.m, Encoder.m.  Temporarily remove
ConnectedCoder.m, Connection.m, RetainingNotifier.m, Time.m.
(GNU_CFILES): Add allocs.c.
(GNU_OBJS): Change order to create BASICS and CALLBACKS first.
(GNU_HEADERS): Remove BinaryTreeEltNode.h, EltNode-h, EltNode-m,
LinkedListEltNode.h, RBTreeEltNode.h.
(GNUSTEP_MFILES): NSCallBacks.m.
(GNUSTEP_HEADERS): Foundation/NSCallBacks.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@949 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:43:34 +00:00
mccallum
1a34c9461b New version from Albin Jones, plus fixes by McCallum.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@948 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:25:44 +00:00
mccallum
f46b4d9b55 Overhaul for new collection class scheme to improve distributed
objects and NeXT-compatibility.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@947 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:18:57 +00:00
mccallum
7853b9d1b0 Use new Archiver classes instead of Coder.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@946 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:17:12 +00:00
mccallum
34efa0e691 Use NSMapTable instead of Dictionary class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@945 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:15:46 +00:00
mccallum
8091890758 Overhaul for new collection class scheme to improve distributed
objects and NeXT-compatibility.  Change several methods to return void.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@944 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:15:10 +00:00
mccallum
e4bc27b154 ([CString -initWithCString:range:]): Don't make super call.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@943 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:13:53 +00:00
mccallum
25e7dd2beb ([BinaryCStream -decodeValueOfCType:at:withName:]): Make save_type const.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@942 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:13:13 +00:00
mccallum
f93c5d41c9 Don't include <objects/eltfuncs.h>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@941 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:12:41 +00:00
mccallum
9c3783b952 Overhaul for new collection class scheme to improve distributed objects and NeXT-compatibility.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@940 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:11:43 +00:00
mccallum
72114c01b0 Comment change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@939 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:04:58 +00:00
mccallum
cc1237bcaa (SRCS): Add nsmaptable.m and nshashtable.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@938 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:04:31 +00:00
mccallum
627942d93e Update for new Archiver classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@937 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:04:01 +00:00
mccallum
fa61441eb8 Update for new collection classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@936 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:03:00 +00:00
mccallum
8d472044bc (GNU_MFILES): Removed EltNodeCollector.m.
(GNU_HEADERS): Removed objects/EltNodeCollector.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@935 72102866-910b-0410-8b05-ffd578937521
1996-02-15 16:18:32 +00:00
mccallum
4293a5b248 (RCS_FILES): Add INSTALL.WIN32.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@934 72102866-910b-0410-8b05-ffd578937521
1996-02-14 17:26:08 +00:00
mccallum
459fb4cd85 (RCS_FILES): Add Makefile.sed.nt.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@933 72102866-910b-0410-8b05-ffd578937521
1996-02-14 17:25:35 +00:00
mccallum
7f281e4d66 (RCS_FILES): Undo last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@932 72102866-910b-0410-8b05-ffd578937521
1996-02-14 17:23:49 +00:00
mccallum
8c23a109e3 (GNU_MFILES): Added OrderedCollection.m.
(GNU_HEADERS): Added objects/OrderedCollection.h and
objects/OrderedCollecting.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@931 72102866-910b-0410-8b05-ffd578937521
1996-02-14 01:50:15 +00:00
mccallum
7c2b450244 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@930 72102866-910b-0410-8b05-ffd578937521
1996-02-14 00:24:34 +00:00
mccallum
497f4d2268 (RCS_FILES): Remove Makefile.sed.nt, (which, as I understand, is
supposed to be automatically generated from Makefile.in by
configure.bat).
(SRCS): Fix typo.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@929 72102866-910b-0410-8b05-ffd578937521
1996-02-14 00:22:41 +00:00
mccallum
ab3e767430 (RCS_FILES): Remove Makefile.sed.nt, (which, as I understand, is
supposed to be automatically generated from Makefile.in by
configure.bat).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@928 72102866-910b-0410-8b05-ffd578937521
1996-02-14 00:21:01 +00:00
mccallum
abbbc5f31f Mention objc.patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@927 72102866-910b-0410-8b05-ffd578937521
1996-02-13 17:57:16 +00:00
mccallum
d6238c4925 (DIST_FILES): Add objc.patch for thread-safe runtime.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@926 72102866-910b-0410-8b05-ffd578937521
1996-02-13 17:55:51 +00:00
mccallum
9fddf7497f Update for NSNotification and NS*Table.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@925 72102866-910b-0410-8b05-ffd578937521
1996-02-13 17:54:46 +00:00
mccallum
27ce65acca *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@924 72102866-910b-0410-8b05-ffd578937521
1996-02-13 17:52:01 +00:00
mccallum
9cd6085b31 Fix typos.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@923 72102866-910b-0410-8b05-ffd578937521
1996-02-13 17:33:41 +00:00
mccallum
4a02551eda Add new executable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@922 72102866-910b-0410-8b05-ffd578937521
1996-02-13 16:30:17 +00:00
mccallum
eb4711f689 Add *-patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@921 72102866-910b-0410-8b05-ffd578937521
1996-02-13 16:29:25 +00:00
mccallum
8f163dd74a .
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@920 72102866-910b-0410-8b05-ffd578937521
1996-02-13 16:28:54 +00:00
mccallum
fc41748fe2 (GNU_MFILES): Added RawCStream.m.
(GNU_HEADERS): Added objects/RawCStream.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@919 72102866-910b-0410-8b05-ffd578937521
1996-02-13 16:11:55 +00:00
mccallum
5b216a6440 New file from Georg Tuparev
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@918 72102866-910b-0410-8b05-ffd578937521
1996-02-13 16:09:50 +00:00
mccallum
672187ea64 (main): Cast (int) to (id) in detachNewThread.. call.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@917 72102866-910b-0410-8b05-ffd578937521
1996-02-13 16:08:12 +00:00
mccallum
26d425b88c (GNUSTEP_MFILES): Added NSNotification.m and NSNotificationCenter.m
from Georg Tuparev.
(GNUSTEP_HEADERS): Added Foundation/NSNotification.h from Georg
Tuparev.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@916 72102866-910b-0410-8b05-ffd578937521
1996-02-13 16:00:50 +00:00
mccallum
c30185d83d WinNT and thread-related odifications from Scott Christley
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@915 72102866-910b-0410-8b05-ffd578937521
1996-02-13 15:43:30 +00:00