.. |
mframe
|
Add definitions for NeXT_RUNTIME
|
2001-05-04 21:14:06 +00:00 |
.cvsignore
|
files for cvs updated
|
2001-01-30 20:42:48 +00:00 |
behavior.m
|
Added neXT_RUNTIME around previous defs
|
2001-05-04 01:51:27 +00:00 |
callframe.h
|
Add FFI interface to NSInvocation and NSConnection
|
2000-12-08 19:06:00 +00:00 |
callframe.m
|
NeXT_RUNTIME fixes
|
2001-04-24 03:40:04 +00:00 |
cifframe.h
|
Add FFI interface to NSInvocation and NSConnection
|
2000-12-08 19:06:00 +00:00 |
cifframe.m
|
NeXT_RUNTIME fixes
|
2001-04-24 03:40:04 +00:00 |
dld-load.h
|
* configure.in: added --with-libxml-include, --with-libxml-library
|
2000-10-28 21:58:48 +00:00 |
externs.m
|
Change some defs to match headers
|
2001-06-10 02:40:30 +00:00 |
GNUmakefile
|
Revert to using class_pointer
|
2001-04-13 04:10:44 +00:00 |
GSArray.m
|
Tidyups and implementation of setSet: method
|
2001-05-22 09:30:07 +00:00 |
GSAttributedString.m
|
Shallow copy for cached attributes
|
2001-06-07 06:09:02 +00:00 |
GSCompatibility.m
|
Placeholder class used in strings
|
2000-11-03 10:11:56 +00:00 |
GSCountedSet.m
|
Tidyups and implementation of setSet: method
|
2001-05-22 09:30:07 +00:00 |
GSDictionary.m
|
Support for GCC 3.0
|
2001-06-06 15:18:28 +00:00 |
GSeq.h
|
Remove some static initialization.
|
2001-05-23 14:32:56 +00:00 |
GSFFCallInvocation.m
|
Extensions for invoking super implementation of method.
|
2001-05-15 17:11:10 +00:00 |
GSFFIInvocation.m
|
Add FFI interface to NSInvocation and NSConnection
|
2000-12-08 19:06:00 +00:00 |
GSFormat.m
|
Tidied for gcc-3 warnings etc
|
2001-06-21 13:36:13 +00:00 |
GSHTTPURLHandle.m
|
Tweaks to avoid compiler warnings.
|
2001-03-03 14:49:11 +00:00 |
GSLocale.m
|
More localisation fixes.
|
2001-04-28 05:53:56 +00:00 |
GSMime.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
GSSet.m
|
Tidyups and implementation of setSet: method
|
2001-05-22 09:30:07 +00:00 |
GSString.m
|
getCString... fix
|
2001-06-20 19:12:31 +00:00 |
GSTcpPort.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
GSTemplateValue.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
GSValue.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
GSXML.m
|
Documentation regeneration and XML parsing fixes/updates.
|
2001-04-25 14:19:57 +00:00 |
hpux-load.h
|
* configure.in: added --with-libxml-include, --with-libxml-library
|
2000-10-28 21:58:48 +00:00 |
libgnustep-base-entry.m
|
Initialize Window sockets
|
2000-10-11 18:49:32 +00:00 |
libgnustep-base.def
|
Remove non-mingw32 classes
|
2001-03-14 18:23:39 +00:00 |
Makefile.postamble
|
Notice changes to xml and ssl support
|
2001-06-15 11:00:19 +00:00 |
Makefile.preamble
|
Path-finding updates.
|
2001-03-26 23:09:44 +00:00 |
md5.c
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
md5.h
|
*** empty log message ***
|
1996-02-13 02:31:48 +00:00 |
mframe.m
|
Enable inline nested functions again now that GCC 3.0 has been fixed
|
2001-06-06 11:01:25 +00:00 |
NSArchiver.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
NSArray.m
|
Tidyups and implementation of setSet: method
|
2001-05-22 09:30:07 +00:00 |
NSAssertionHandler.m
|
Headers and funcs for NeXT_RUNTIME
|
2001-05-29 02:38:22 +00:00 |
NSAttributedString.m
|
More tidyups
|
2001-01-09 09:17:31 +00:00 |
NSAutoreleasePool.m
|
Autorelease fine control added
|
2001-05-10 20:00:02 +00:00 |
NSBitmapCharSet.m
|
Unicode and character set updates.
|
2001-03-05 01:08:57 +00:00 |
NSBundle.m
|
Headers and funcs for NeXT_RUNTIME
|
2001-05-29 02:38:22 +00:00 |
NSCalendarDate.m
|
Fixed %w format in description to output a single digit number rather
|
2001-06-01 12:13:17 +00:00 |
NSCallBacks.h
|
Merge from 0.6.5
|
2000-02-19 00:40:47 +00:00 |
NSCallBacks.m
|
Better DLL handling
|
2000-06-14 04:03:56 +00:00 |
NSCharacterSet.m
|
Path-finding updates.
|
2001-03-26 23:09:44 +00:00 |
NSClassDescription.m
|
Key value coding and class description support added.
|
2000-11-27 22:26:08 +00:00 |
NSCoder.m
|
Removed spurious semicolon
|
2001-02-08 19:39:06 +00:00 |
NSConcreteNumber.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
NSConnection.m
|
Tidied for gcc-3 warnings etc
|
2001-06-21 13:36:13 +00:00 |
NSCopyObject.m
|
Better DLL handling
|
2000-06-14 04:03:56 +00:00 |
NSCountedSet.m
|
Code simplification
|
2000-12-07 23:07:37 +00:00 |
NSData.m
|
More optimisation.
|
2001-06-01 15:51:34 +00:00 |
NSDate.m
|
Fix to return nil initialising from invalid string.
|
2001-05-18 15:25:48 +00:00 |
NSDateFormatter.m
|
New header fiels for compatibility
|
2001-03-08 14:48:27 +00:00 |
NSDebug.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSDecimal.m
|
String usage updates.
|
2001-03-19 23:53:23 +00:00 |
NSDecimalNumber.m
|
Use the NSDecimal functions for this class
|
2000-07-16 16:57:34 +00:00 |
NSDictionary.m
|
Optimise allKeysForObject:
|
2001-06-17 15:30:23 +00:00 |
NSDistantObject.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSDistributedLock.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSDistributedNotificationCenter.m
|
Better DLL handling
|
2000-06-14 04:03:56 +00:00 |
NSEnumerator.m
|
* Source/NSObjCRuntime.m (GSInstanceVariableInfo): fixes.
|
2001-01-03 11:22:59 +00:00 |
NSException.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSFileHandle.m
|
Port to MinGW
|
2000-09-15 22:06:01 +00:00 |
NSFileManager.m
|
Raise exception on attempt to remove illegal paths.
|
2001-06-15 09:52:23 +00:00 |
NSFormatter.m
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
NSGeometry.m
|
Minor modification for Apple runtime
|
2000-10-30 18:00:27 +00:00 |
NSHashTable.m
|
String usage updates.
|
2001-03-19 23:53:23 +00:00 |
NSHost.m
|
Make NSHost more tolerant of bad system setups.
|
2001-01-18 08:27:00 +00:00 |
NSInvocation.m
|
Extensions for invoking super implementation of method.
|
2001-05-15 17:11:10 +00:00 |
NSLock.m
|
Merged 1.0 branch into main.
|
2001-04-10 03:27:01 +00:00 |
NSLog.m
|
More localisation fixes.
|
2001-04-28 05:53:56 +00:00 |
NSMapTable.m
|
String usage updates.
|
2001-03-19 23:53:23 +00:00 |
NSMethodSignature.m
|
Merged 1.0 branch into main.
|
2001-04-10 03:27:01 +00:00 |
NSNotification.m
|
Many coding changes
|
2000-06-30 11:59:59 +00:00 |
NSNotificationCenter.m
|
Clean up interface to GSIMap
|
2000-12-21 10:31:33 +00:00 |
NSNotificationQueue.m
|
Merge from 0.6.5
|
2000-02-19 00:40:47 +00:00 |
NSNull.m
|
Commit correct version
|
2000-10-22 06:26:20 +00:00 |
NSNumber.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
NSNumberFormatter.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSObjCRuntime.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSObject.m
|
Support for GCC 3.0
|
2001-06-06 15:18:28 +00:00 |
NSPage.m
|
Basic tidyup for start of support for apple runtime
|
2000-10-31 16:17:33 +00:00 |
NSPipe.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSPort.m
|
Fix for setting delegate to nil
|
2000-11-09 05:03:42 +00:00 |
NSPortCoder.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
NSPortMessage.m
|
Basic tidyup for start of support for apple runtime
|
2000-10-31 16:17:33 +00:00 |
NSPortNameServer.m
|
Tweaks to avoid compiler warnings.
|
2001-03-03 14:49:11 +00:00 |
NSProcessInfo.m
|
Fixes for command line arguments coming from /proc/$$/cmdline.
|
2001-04-21 05:55:16 +00:00 |
NSProtocolChecker.m
|
Better DLL handling
|
2000-06-14 04:03:56 +00:00 |
NSProxy.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSRange.m
|
Merged 1.0 branch into main.
|
2001-04-10 03:27:01 +00:00 |
NSRunLoop.m
|
Tidied for gcc-3 warnings etc
|
2001-06-21 13:36:13 +00:00 |
NSScanner.m
|
Minor scanning fix
|
2001-06-06 15:36:26 +00:00 |
NSSerializer.m
|
Ooops fixed typos
|
2001-06-26 13:39:07 +00:00 |
NSSet.m
|
Tidyups and implementation of setSet: method
|
2001-05-22 09:30:07 +00:00 |
NSString.m
|
Fix unicode escapes in prop lists.
|
2001-06-09 13:31:55 +00:00 |
NSTask.m
|
Tidied for gcc-3 warnings etc
|
2001-06-21 13:36:13 +00:00 |
NSThread.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
NSTimer.m
|
Merge 0.6.6 branch into main.
|
2000-08-07 22:00:31 +00:00 |
NSTimeZone.m
|
simple locking bug fixed.
|
2001-05-02 11:52:43 +00:00 |
NSUnarchiver.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
NSUndoManager.m
|
Include config.h
|
2000-03-24 05:40:19 +00:00 |
NSURL.m
|
parsing fix
|
2000-11-16 11:04:59 +00:00 |
NSURLHandle.m
|
Tweaks to avoid compiler warnings.
|
2001-03-03 14:49:11 +00:00 |
NSUser.m
|
repaired user defaults stuff and added symbolic link fix
|
2001-06-15 08:49:03 +00:00 |
NSUserDefaults.m
|
Check for language in locale on MingW
|
2001-06-27 03:13:33 +00:00 |
NSValue.m
|
Fix portability of [un]signed char encodings
|
2001-05-11 15:23:24 +00:00 |
NSZone.m
|
OOps fix stupid error in last mod.
|
2001-06-01 14:15:56 +00:00 |
null-load.h
|
Add win32 dynamic loading.
|
1998-10-06 20:06:01 +00:00 |
numbers.c
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
o_array.m
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
o_cbs.m
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
o_cbs_char_p.m
|
Include config.h
|
2000-03-24 05:40:19 +00:00 |
o_cbs_id.m
|
Include config.h
|
2000-03-24 05:40:19 +00:00 |
o_cbs_int.m
|
Include config.h
|
2000-03-24 05:40:19 +00:00 |
o_cbs_int_p.m
|
Include config.h
|
2000-03-24 05:40:19 +00:00 |
o_cbs_void_p.m
|
Include config.h
|
2000-03-24 05:40:19 +00:00 |
o_hash.m
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
o_list.m
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
o_map.m
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
o_vscanf.c
|
Much simmplified NeXT checks for configure tests
|
2001-04-26 03:56:37 +00:00 |
o_x_bas.m.in
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
o_x_cbs.m.in
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
objc-gnu2next.m
|
Check for defined types.
|
2001-05-17 14:54:47 +00:00 |
objc-load.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
preface.m
|
Merge from dawn
|
1999-09-09 02:56:20 +00:00 |
simple-load.h
|
Check for lanfinfo, Update DLADDR check
|
2000-10-30 05:03:28 +00:00 |
thr-mach.m
|
Add threads for mach.
|
2001-04-12 21:09:17 +00:00 |
tzfile.h
|
Patches submitted from May 20 to Aug 28 1997
|
1997-09-01 21:59:51 +00:00 |
Unicode.m
|
Include giconv.h
|
2001-05-24 04:00:15 +00:00 |
UnixFileHandle.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |
win32-def.top
|
Final fixes for DLLs
|
2000-06-30 22:42:48 +00:00 |
win32-load.h
|
Update some MINGW symbols
|
2001-03-01 04:02:36 +00:00 |
WindowsFileHandle.m
|
New strerror-like function
|
2001-05-31 22:39:16 +00:00 |