mccallum
e58773d581
(objc_load_module): Comment out unused variables.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1267 72102866-910b-0410-8b05-ffd578937521
1996-03-26 00:27:31 +00:00
mccallum
675d864c5d
Include <sys/param.h> for MAXHOSTNAMELEN.
...
([UdpInPort -newPacketReceivedBeforeDate:]): Return nil.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1266 72102866-910b-0410-8b05-ffd578937521
1996-03-26 00:27:03 +00:00
mccallum
85af398df8
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1261 72102866-910b-0410-8b05-ffd578937521
1996-03-24 22:04:43 +00:00
mccallum
abf615d000
(name_2_port_number): Function renamed from name_to_port_number, and
...
changed to better use IPPORT_USERRESERVED.
([UdpInPort +newForReceivingFromPortNumber:]): Overhauled and
commented.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1260 72102866-910b-0410-8b05-ffd578937521
1996-03-24 22:04:23 +00:00
mccallum
88ce8fb5d9
Updated; many changes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1259 72102866-910b-0410-8b05-ffd578937521
1996-03-24 22:02:42 +00:00
mccallum
c66c2eb116
([NSObject +initialize]): Use NSNonOwnedPointerOrNullMapKeyCallBacks,
...
not NSNonRetainedObjectsMapKeyCallBacks; keying on addresses, and
avoiding a call to -isEqual is better.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1258 72102866-910b-0410-8b05-ffd578937521
1996-03-22 13:39:01 +00:00
mccallum
7c234d1319
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1257 72102866-910b-0410-8b05-ffd578937521
1996-03-22 02:56:11 +00:00
mccallum
75cd745baf
([BinaryCStream -encodeValueOfCType:at:withName:name]): [_C_CHARPTR]:
...
Write the string with the host LENGTH, not the network LENGTH!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1256 72102866-910b-0410-8b05-ffd578937521
1996-03-22 02:36:22 +00:00
mccallum
3a591a0d47
Declare new functions.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1255 72102866-910b-0410-8b05-ffd578937521
1996-03-22 02:35:21 +00:00
mccallum
34987d18d2
([NSGSet -isEqual:]): Make this just compare the id's, not call [super
...
isEqual:]. I did this to prevent an infinite loop while running
checks/nsarchiver.m, but I have a feeling that the bug might be in
map.c, not here. Look at this again!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1254 72102866-910b-0410-8b05-ffd578937521
1996-03-22 02:35:07 +00:00
mccallum
fd0ec14912
([Set -nextObjectWithEnumState:]): Dereference ENUMSTATE; this change
...
mirrors the earlier change to [NSGSet -nextObject].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1253 72102866-910b-0410-8b05-ffd578937521
1996-03-22 02:33:33 +00:00
mccallum
8557fb793d
([ConstantKeyedCollection -_decodeContentsWithCoder:]): Reverse order
...
of objects and keys, to match _encodeContentsWithCoder:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1252 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:46:30 +00:00
mccallum
ab6898614c
New file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1251 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:26:22 +00:00
mccallum
dfd83fea64
File deleted.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1250 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:25:46 +00:00
mccallum
b5a6448cf6
(GNUSTEP_CFILES): Removed NSZone.c.
...
(GNUSTEP_MFILES): Added NSZone.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1249 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:25:23 +00:00
mccallum
c064b79af7
(objects/stdobjects.h): Create it in the build directory, not
...
$(srcdir). (Thanks to Albin Jones.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1248 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:17:04 +00:00
mccallum
072df7b6b9
(CFLAGS): Added -Wno-implicit.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1247 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:13:51 +00:00
mccallum
70185d2785
Change -basics and -callbacks to -bas and -cbs.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1246 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:11:38 +00:00
mccallum
c639cb6be6
Added -bas.m and -cbs.m.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1245 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:10:35 +00:00
mccallum
dd23b0d486
File deleted.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1244 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:09:05 +00:00
mccallum
8057a746b7
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1243 72102866-910b-0410-8b05-ffd578937521
1996-03-22 01:06:28 +00:00
mccallum
1b9378e6be
([BinaryCStream -encodeValueOfCType:at:withName:name]): Fix typo.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1242 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:41:23 +00:00
mccallum
2e90c4e163
New file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1241 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:37:53 +00:00
mccallum
57f600e121
Second patch from Albin Jones
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1240 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:36:13 +00:00
mccallum
39ceb0b688
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1238 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:31:16 +00:00
mccallum
54f8625a2a
Overhauled to use htonl() and friends. New format is incompatible
...
with the old.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1237 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:31:09 +00:00
mccallum
587f433be2
Give example directions for applying patch.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1236 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:30:19 +00:00
mccallum
345569a285
Fix *Lock and Connection.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1235 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:29:30 +00:00
mccallum
ee3a05353e
(SRCS): Add coder.m and cstream.m.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1234 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:27:55 +00:00
mccallum
f5a6e177fa
New file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1233 72102866-910b-0410-8b05-ffd578937521
1996-03-22 00:27:23 +00:00
mccallum
c723c2f3ab
(CC): Added -pipe.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1232 72102866-910b-0410-8b05-ffd578937521
1996-03-20 18:21:13 +00:00
mccallum
7b536d47b3
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1231 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:52:51 +00:00
mccallum
b06d57e0a2
Mention RunLoop and NSTimer.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1230 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:52:42 +00:00
mccallum
b32ebc500b
Use new RunLoop mechanism, and new Array method names.
...
([Server -connection:didConnect:]): Clean up search for invalidated
proxies.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1229 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:52:25 +00:00
mccallum
a69d1025ed
Use new RunLoop mechanism.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1228 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:51:47 +00:00
mccallum
cceb033955
(debug_tcp_port): Set to 1.
...
([TcpInPort -encodeWithCoder:]): Use encodeBytes:.., not
encodeValue..; the data is already in network byte-order.
([TcpOutPort -encodeWithCoder:]): Likewise.
([TcpOutPort +newWithCoder:]): Likewise.
([TcpOutPort
+newForSendingToSockaddr:withAcceptedSocket:pollingInPort:]): Set
entirety of _REMOTE_IN_PORT_ADDRESS to zero.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1227 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:37:04 +00:00
mccallum
7ed8083673
([NotificationQueue -dequeueNotificationsMatching:coalesceMask:]):
...
Specify object class in arg type for nested function.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1226 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:34:29 +00:00
mccallum
545bb9cbf0
([Encoder -encodeBytes:count:withName:]): Update for new argument
...
types.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1225 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:33:46 +00:00
mccallum
9a02a76077
([Decoder -decodeBytes:count:withName:name]): Update for new argument
...
types, and verify read count.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1224 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:33:28 +00:00
mccallum
8c2fc92144
(Coding -encodeBytes:count:withName:): Use void*, not char* for bytes.
...
(Coding -decodeBytes:count:withName:): Likewise, and pass COUNT, not
pointer to COUNT.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1223 72102866-910b-0410-8b05-ffd578937521
1996-03-19 20:32:33 +00:00
mccallum
09cc51c33c
([Decoder -decodeBytes:count:withName:name]): Method implemented;
...
although it may need to change later.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1222 72102866-910b-0410-8b05-ffd578937521
1996-03-19 18:33:07 +00:00
mccallum
27143c23d0
([Encoder -encodeBytes:count:withName:]): Method implemented; although
...
it may need to change later.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1221 72102866-910b-0410-8b05-ffd578937521
1996-03-19 18:32:49 +00:00
mccallum
5900c268e1
([RunLoop -acceptInputForMode:beforeDate:]): If LIMIT_DATE is nil,
...
poll the inputs, but don't wait if there is nothing available
immediately. Check to make sure that the LIMIT_DATE hasn't already
past; if it has, return immediately, before polling input sources.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1220 72102866-910b-0410-8b05-ffd578937521
1996-03-19 17:10:41 +00:00
mccallum
183ecf5802
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1219 72102866-910b-0410-8b05-ffd578937521
1996-03-19 02:05:16 +00:00
mccallum
eb1964ab0c
(main): Filled out tests for NSArray and NSMutableArray classes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1218 72102866-910b-0410-8b05-ffd578937521
1996-03-19 02:04:21 +00:00
mccallum
a8a1f14dd0
New file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1217 72102866-910b-0410-8b05-ffd578937521
1996-03-19 02:02:52 +00:00
mccallum
1defe8f54d
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1216 72102866-910b-0410-8b05-ffd578937521
1996-03-19 01:55:19 +00:00
mccallum
84f2cb3501
Added GNUstep-FAQ and html files.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1215 72102866-910b-0410-8b05-ffd578937521
1996-03-19 01:53:49 +00:00
mccallum
e7667dd5ed
Raise NSExceptions instead of using -error:.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1214 72102866-910b-0410-8b05-ffd578937521
1996-03-19 01:48:39 +00:00
mccallum
6165857149
Fix indentation.
...
([NSThread +currentThread]): Add parenthesis around assignment inside
while.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1213 72102866-910b-0410-8b05-ffd578937521
1996-03-19 01:45:25 +00:00