minor bug in objc-load.m: objc_load_module

2001-08-28 Thread Michael Scheibler
_objc_load_load_callback = loadCallback; _objc_load_callback = objc_load_callback; . . . handle = __objc_dynamic_link(filename, 1, debugFilename); if (handle == 0) { if (errorStream) __objc_dynamic_error(errorStream, Error (objc-load)); return 1; // _objc_load_callback is not reset!! } . .

Archiving NSImage

2001-08-28 Thread Ludovic Marcotte
Hi, I'm currently trying to archive NSImage object like that: - (void) encodeWithCoder: (NSCoder *) theCoder { ... [theCoder encodeObject: anImage ]; } where anImage is an object of type NSImage. When I call: [NSArchiver archiveRootObject: ...] I get: Aug 28 15:35:59 GNUMail[16706]

Fix: NSCalendarDate, descriptionWithCalendarFormat:locale:

2001-08-28 Thread Georg Fleischmann
Hi, here is a little patch to make the millisec output of the description method work. Georg 2001-08-28 Georg Fleischmann * base/Source/NSCalendarDate.m [NSCalendarDate descriptionWithCalendarFormat:locale:]: make milliseconds works (%F) diff -u