Commit graph

  • 6e6235c22a (GNUSTEP_MFILES): New files NSAllocateObject.m, NSBundle.m, NSCopyObject.m, NSDeallocateObject.m, NSException.m, NSGeometry.m, NSNumber.m. (GNUSTEP_HEADERS): New files foundation/NSBundle.h, foundation/NSException.h, foundation/NSGeometry.h, foundation/NSNumber.h. Andrew McCallum 1995-03-18 16:44:12 +0000
  • 6f6a4c1fcf (NSAllocateObject, NSDeallocateObject, NSCopyObject): These functions moved to separate files. mccallum 1995-03-18 16:41:27 +0000
  • fa06de43ee (NSAllocateObject, NSDeallocateObject, NSCopyObject): These functions moved to separate files. Andrew McCallum 1995-03-18 16:41:27 +0000
  • 4d01c6b454 Initial revision mccallum 1995-03-18 16:39:48 +0000
  • 4b11780999 Initial revision Andrew McCallum 1995-03-18 16:39:48 +0000
  • df49bc149f Base on objc_malloc and friends, not malloc. Reformat header comment. mccallum 1995-03-18 16:32:31 +0000
  • 33c6186279 Base on objc_malloc and friends, not malloc. Reformat header comment. Andrew McCallum 1995-03-18 16:32:31 +0000
  • 85d707fed8 (objc_valloc): New function declared. (OBJC_VALLOC): New macro. mccallum 1995-03-18 16:30:34 +0000
  • 8ffffc145d (objc_valloc): New function declared. (OBJC_VALLOC): New macro. Andrew McCallum 1995-03-18 16:30:34 +0000
  • 34e67735eb (objc_valloc): New function pointer. (__objc_valloc): New function. mccallum 1995-03-18 16:29:30 +0000
  • d0eb7e4e8a (objc_valloc): New function pointer. (__objc_valloc): New function. Andrew McCallum 1995-03-18 16:29:30 +0000
  • 56cc4cd2d2 (_collectionDealloc): Renamed from dealloc. mccallum 1995-03-18 15:48:28 +0000
  • bf60f762e4 (_collectionDealloc): Renamed from dealloc. Andrew McCallum 1995-03-18 15:48:28 +0000
  • 1fcfc8bf93 (dealloc): Call NSDeallocateObject(). mccallum 1995-03-18 15:47:46 +0000
  • ae0bcf6e9c (dealloc): Call NSDeallocateObject(). Andrew McCallum 1995-03-18 15:47:46 +0000
  • afc72b41bb (dealloc): Deleted. mccallum 1995-03-18 15:46:33 +0000
  • fb7d0bb3c3 (dealloc): Deleted. Andrew McCallum 1995-03-18 15:46:33 +0000
  • cc3460406a Removed Object(Retaining) category. mccallum 1995-03-18 15:44:32 +0000
  • 148d129c12 Removed Object(Retaining) category. Andrew McCallum 1995-03-18 15:44:32 +0000
  • 514ddf3e89 (_empty): Renamed from emtpy. mccallum 1995-03-18 15:41:00 +0000
  • bba1a374fd (_empty): Renamed from emtpy. Andrew McCallum 1995-03-18 15:41:00 +0000
  • 18e89788ca Initial revision mccallum 1995-03-17 23:53:43 +0000
  • f363256144 Initial revision Andrew McCallum 1995-03-17 23:53:43 +0000
  • 09c43ba360 Do retain/release/autorelease of contents as appropriate. mccallum 1995-03-17 20:30:37 +0000
  • 5d8203dd85 Do retain/release/autorelease of contents as appropriate. Andrew McCallum 1995-03-17 20:30:37 +0000
  • 3b6b5c8905 (_empty): Renamed from emtpy. mccallum 1995-03-17 20:28:43 +0000
  • 83fc79a626 (_empty): Renamed from emtpy. Andrew McCallum 1995-03-17 20:28:43 +0000
  • 3da51ab169 (_collectionDealloc): Renamed from dealloc. mccallum 1995-03-17 20:26:27 +0000
  • 4ed26c1f04 (_collectionDealloc): Renamed from dealloc. Andrew McCallum 1995-03-17 20:26:27 +0000
  • 639adc82e5 (_empty): Renamed from emtpy. mccallum 1995-03-17 20:15:07 +0000
  • be2735dd57 (_empty): Renamed from emtpy. Andrew McCallum 1995-03-17 20:15:07 +0000
  • 7059c85210 (_empty): Renamed from emtpy. (dealloc): empty self first. mccallum 1995-03-17 20:14:08 +0000
  • d2bf7d03ce (_empty): Renamed from emtpy. (dealloc): empty self first. Andrew McCallum 1995-03-17 20:14:08 +0000
  • 10b37d09d9 (dealloc): Remove unneccesary releaseObjects. mccallum 1995-03-17 20:11:35 +0000
  • 40cb503995 (dealloc): Remove unneccesary releaseObjects. Andrew McCallum 1995-03-17 20:11:35 +0000
  • 1ee91a705f Rename method "empty" to "_empty". Rename "releaseObjects" to "empty". mccallum 1995-03-17 20:08:55 +0000
  • 815e31a32b Rename method "empty" to "_empty". Rename "releaseObjects" to "empty". Andrew McCallum 1995-03-17 20:08:55 +0000
  • dac4ec0f04 Do retain/release/autorelease of contents as appropriate. mccallum 1995-03-17 19:34:04 +0000
  • 14a9419e01 Do retain/release/autorelease of contents as appropriate. Andrew McCallum 1995-03-17 19:34:04 +0000
  • 264d951458 Do retain/release/autorelease of contents as appropriate. mccallum 1995-03-17 19:25:26 +0000
  • 9198d21e5f Do retain/release/autorelease of contents as appropriate. Andrew McCallum 1995-03-17 19:25:26 +0000
  • f4e1da3e6d Fix typos. mccallum 1995-03-17 19:18:55 +0000
  • ccf5895cfd Fix typos. Andrew McCallum 1995-03-17 19:18:55 +0000
  • 0669837361 Do retain/release/autorelease of contents as appropriate. mccallum 1995-03-17 19:18:06 +0000
  • b53c7dc52d Do retain/release/autorelease of contents as appropriate. Andrew McCallum 1995-03-17 19:18:06 +0000
  • 6feb89546b (mutableCopy): New method. mccallum 1995-03-17 16:10:05 +0000
  • c08e22948d (mutableCopy): New method. Andrew McCallum 1995-03-17 16:10:05 +0000
  • 74a3bb4f3e (autorelease): Ask NSObject for autoreleaseClass. mccallum 1995-03-17 16:09:24 +0000
  • c490faa544 (autorelease): Ask NSObject for autoreleaseClass. Andrew McCallum 1995-03-17 16:09:24 +0000
  • e7b13a8cb7 (initWithCString:range:): Make arg const. mccallum 1995-03-17 16:00:34 +0000
  • f9b8b051b3 (initWithCString:range:): Make arg const. Andrew McCallum 1995-03-17 16:00:34 +0000
  • ab87e0700d Do retain/release/autorelease of contents as appropriate. mccallum 1995-03-15 23:36:56 +0000
  • 36314e2ab0 Do retain/release/autorelease of contents as appropriate. Andrew McCallum 1995-03-15 23:36:56 +0000
  • ea46c82291 Add instructions for gcc-class.patch and gcc-string.patch. mccallum 1995-03-15 23:03:47 +0000
  • 2f2c73398e Add instructions for gcc-class.patch and gcc-string.patch. Andrew McCallum 1995-03-15 23:03:47 +0000
  • e535b20a5f (OBJECTS_GCC_VERSION): Changed from version 2.6.1 to 2.6.3. mccallum 1995-03-15 22:57:54 +0000
  • c984de687d (OBJECTS_GCC_VERSION): Changed from version 2.6.1 to 2.6.3. Andrew McCallum 1995-03-15 22:57:54 +0000
  • b4a27cd21a (DIST_FILES): Added gcc-class.patch and gcc-string.patch. mccallum 1995-03-15 22:56:55 +0000
  • 1f3812fbb0 (DIST_FILES): Added gcc-class.patch and gcc-string.patch. Andrew McCallum 1995-03-15 22:56:55 +0000
  • f92e432680 (RETAIN_ELT, RELEASE_ELT, AUTORELEASE_ELT): New macros. mccallum 1995-03-14 16:50:20 +0000
  • 2b9f773edc (RETAIN_ELT, RELEASE_ELT, AUTORELEASE_ELT): New macros. Andrew McCallum 1995-03-14 16:50:20 +0000
  • 45699fdcf1 Use String* instead of char*. mccallum 1995-03-12 22:54:33 +0000
  • 3a7cc66e31 Use String* instead of char*. Andrew McCallum 1995-03-12 22:54:33 +0000
  • 6818111a6f #include objects/String.h mccallum 1995-03-12 22:36:33 +0000
  • b41a2461cc #include objects/String.h Andrew McCallum 1995-03-12 22:36:33 +0000
  • b02cf00ff1 Initial revision mccallum 1995-03-12 22:27:46 +0000
  • 3527d05f32 Initial revision Andrew McCallum 1995-03-12 22:27:46 +0000
  • 1873256a83 (initialize): return void. mccallum 1995-03-12 22:27:21 +0000
  • 1527e933db (initialize): return void. Andrew McCallum 1995-03-12 22:27:21 +0000
  • 35024314e5 (MutableString): Conform to ValueSetting, not ValueHolding. mccallum 1995-03-12 22:24:45 +0000
  • ace8226d35 (MutableString): Conform to ValueSetting, not ValueHolding. Andrew McCallum 1995-03-12 22:24:45 +0000
  • 2caa4b346d Fix typo. mccallum 1995-03-12 22:23:49 +0000
  • 332baa7b37 Fix typo. Andrew McCallum 1995-03-12 22:23:49 +0000
  • db8a865647 (initialize): return void. Removed extraneous ;'s mccallum 1995-03-12 22:23:25 +0000
  • 0257e981a3 (initialize): return void. Removed extraneous ;'s Andrew McCallum 1995-03-12 22:23:25 +0000
  • 7214ddda3e Declare @class String; mccallum 1995-03-12 22:22:20 +0000
  • 7162e21040 Declare @class String; Andrew McCallum 1995-03-12 22:22:20 +0000
  • 92a8b52ebe (alloc, respondsToSelector:, conformsToProtocol:) removed. mccallum 1995-03-12 22:15:58 +0000
  • f9601db991 (alloc, respondsToSelector:, conformsToProtocol:) removed. Andrew McCallum 1995-03-12 22:15:58 +0000
  • 8c16f0e23d Use String* instead of char*. mccallum 1995-03-12 22:13:19 +0000
  • 458e8f1d2b Use String* instead of char*. Andrew McCallum 1995-03-12 22:13:19 +0000
  • 7c5d4c46c9 (read:, write:): Removed. mccallum 1995-03-12 22:10:48 +0000
  • 54616c3c53 (read:, write:): Removed. Andrew McCallum 1995-03-12 22:10:48 +0000
  • 2521de98ff (initialize): return void. mccallum 1995-03-12 22:10:02 +0000
  • 3a742f7406 (initialize): return void. Andrew McCallum 1995-03-12 22:10:02 +0000
  • c520d43b38 Use String* instead of char*. mccallum 1995-03-12 21:50:07 +0000
  • 6c36e166d7 Use String* instead of char*. Andrew McCallum 1995-03-12 21:50:07 +0000
  • 235d4f32d1 (copy, mutableCopy): New methods. Remove String protocol from MutableString protocol. mccallum 1995-03-12 21:49:46 +0000
  • 71faa85784 (copy, mutableCopy): New methods. Remove String protocol from MutableString protocol. Andrew McCallum 1995-03-12 21:49:46 +0000
  • 15cb8ee6e0 Initial revision mccallum 1995-03-12 21:01:47 +0000
  • d291870aee Initial revision Andrew McCallum 1995-03-12 21:01:47 +0000
  • e575041399 Use location/length instead of start/end. mccallum 1995-03-12 20:16:07 +0000
  • 2b098f0b2b Use location/length instead of start/end. Andrew McCallum 1995-03-12 20:16:07 +0000
  • 10233264fd (-getCString:range:): Use location/length instead of start/end. mccallum 1995-03-12 20:08:24 +0000
  • 341d7e8901 (-getCString:range:): Use location/length instead of start/end. Andrew McCallum 1995-03-12 20:08:24 +0000
  • ff1d666547 (IndexRange): changed to location/length from start/end. mccallum 1995-03-12 20:05:21 +0000
  • 55e547b282 (IndexRange): changed to location/length from start/end. Andrew McCallum 1995-03-12 20:05:21 +0000
  • f531c211f6 (read:, write:): Removed. mccallum 1995-03-12 20:00:40 +0000
  • 4a274bf42a (read:, write:): Removed. Andrew McCallum 1995-03-12 20:00:40 +0000
  • a5ed6ef8f2 Use release' and dealloc' instead of `free'. Add category to NSObject, not Object. mccallum 1995-03-12 19:59:51 +0000