Tue, 26 Sep 2000 15:46:52 +0200 Claus Gittinger checkin from browser
Tue, 26 Sep 2000 15:42:24 +0200 Claus Gittinger #usedGlobals check was wrong sometimes
Tue, 26 Sep 2000 14:49:23 +0200 Claus Gittinger *** empty log message ***
Tue, 26 Sep 2000 14:41:53 +0200 Claus Gittinger added #addInstVarName & #removeInstVarName
Tue, 26 Sep 2000 14:40:28 +0200 Claus Gittinger check for class-aliases AFTER sending out change notifications
Tue, 26 Sep 2000 13:41:36 +0200 Claus Gittinger expandMacros with 3 arguments)
Tue, 26 Sep 2000 12:36:28 +0200 Claus Gittinger added #nextPutAllUntranslated: (for printStream compatibility)
Mon, 25 Sep 2000 16:28:27 +0200 Claus Gittinger added #as: (Squeak compatibility)
Mon, 25 Sep 2000 16:27:44 +0200 Claus Gittinger added #newFrom:
Mon, 25 Sep 2000 14:59:36 +0200 Claus Gittinger care for spaces in directory name (in cd-command)
Mon, 25 Sep 2000 14:57:07 +0200 Claus Gittinger care for spaces in directory name (in cd-command)
Sun, 24 Sep 2000 13:25:34 +0200 Claus Gittinger removed fopen workaround (now have a better malloc)
Fri, 22 Sep 2000 16:06:10 +0200 Claus Gittinger *** empty log message ***
Fri, 22 Sep 2000 16:00:56 +0200 Claus Gittinger checkin from browser
Thu, 21 Sep 2000 18:32:16 +0200 Claus Gittinger separated close from free (i.e. avoid using fclose);
Thu, 21 Sep 2000 12:18:38 +0200 martin example
Thu, 21 Sep 2000 11:19:26 +0200 Claus Gittinger separated open from memory allocation (i.e. avoid fopen; do it as open+fdopen),
Wed, 20 Sep 2000 10:32:51 +0200 Stefan Vogel Set stream as signalAtEnd
Tue, 19 Sep 2000 21:04:37 +0200 Claus Gittinger oops - fix in displayOn breaks dataSet ... (sigh)
Tue, 19 Sep 2000 20:13:49 +0200 martin fixed displayOn
Mon, 18 Sep 2000 19:10:06 +0200 Claus Gittinger dont remove from an array
Mon, 18 Sep 2000 14:31:38 +0200 Claus Gittinger change message when renaming a class
Sat, 16 Sep 2000 20:42:11 +0200 Claus Gittinger comment
Sat, 16 Sep 2000 20:41:32 +0200 Claus Gittinger checkin from browser
Sat, 16 Sep 2000 20:41:03 +0200 Claus Gittinger rename fixed (if it implies a nameSpace or ownership change)
Fri, 15 Sep 2000 19:58:54 +0200 Claus Gittinger added #matches:
Fri, 15 Sep 2000 12:31:31 +0200 Stefan Vogel Define #intersect:
Fri, 15 Sep 2000 12:30:55 +0200 Stefan Vogel Define #asCollection, #asSequenceableCollection
Thu, 14 Sep 2000 23:13:13 +0200 Stefan Vogel Define #encodeWith:on:
Thu, 14 Sep 2000 20:57:56 +0200 Claus Gittinger changed quickSort to be stable with '<=' compare as sortBlock.
Thu, 14 Sep 2000 14:31:36 +0200 Claus Gittinger bug fix in merge, when arg is not a sortedCollection
Thu, 14 Sep 2000 14:25:40 +0200 Stefan Vogel Stream has been made #protected by accident.
Tue, 12 Sep 2000 13:27:58 +0200 ps add valueNowOrOnUnwind: around stream operations
Tue, 12 Sep 2000 12:17:43 +0200 Claus Gittinger checkin from browser
Tue, 12 Sep 2000 08:26:23 +0200 Stefan Vogel Use __unsignedLongIntVal instead of deprecated __longIntVal.
Mon, 11 Sep 2000 21:59:54 +0200 Claus Gittinger xml - mimeType detection
Mon, 11 Sep 2000 21:58:42 +0200 Claus Gittinger xml - mimeType detection
Sun, 10 Sep 2000 13:39:18 +0200 Claus Gittinger added isFilename query
Sat, 09 Sep 2000 17:33:21 +0200 Claus Gittinger comments
Sat, 09 Sep 2000 17:30:54 +0200 Claus Gittinger added #removeFile and #removeDirectory,
Sat, 09 Sep 2000 16:15:45 +0200 Claus Gittinger dont read the whole directory in #directoryContentsDo:
Fri, 08 Sep 2000 17:27:06 +0200 Claus Gittinger dont output the 'package already loaded' message
Fri, 08 Sep 2000 17:17:04 +0200 Claus Gittinger added #abort
Tue, 05 Sep 2000 20:50:14 +0200 Claus Gittinger *** empty log message ***
Tue, 05 Sep 2000 13:21:31 +0200 Claus Gittinger checkin from browser
Mon, 04 Sep 2000 19:36:47 +0200 Claus Gittinger *** empty log message ***
Mon, 04 Sep 2000 15:45:11 +0200 Claus Gittinger oops
Mon, 04 Sep 2000 13:48:28 +0200 Claus Gittinger avoid obsoleteMessage warning (Filename ,)
Mon, 04 Sep 2000 12:42:37 +0200 Claus Gittinger added #printStringOnError:
Mon, 04 Sep 2000 12:32:42 +0200 Claus Gittinger check for strange fd in select
Sun, 03 Sep 2000 18:48:42 +0200 Claus Gittinger #messagesDo: (VW compatibility)
Sun, 03 Sep 2000 17:43:26 +0200 Claus Gittinger added #withAllSuperclassesDo:
Sun, 03 Sep 2000 17:14:56 +0200 Claus Gittinger *** empty log message ***
Sun, 03 Sep 2000 16:45:58 +0200 Claus Gittinger allBehaviors vs. allClasses
Sun, 03 Sep 2000 16:37:50 +0200 Claus Gittinger allBehaviorsDo now enumerates both classes and metaclasses
Fri, 01 Sep 2000 12:16:10 +0200 Claus Gittinger added #allClassesAndMetaclasses
Fri, 01 Sep 2000 12:15:45 +0200 Claus Gittinger added #isLoaded
Fri, 01 Sep 2000 12:14:24 +0200 Claus Gittinger examples
Fri, 01 Sep 2000 12:11:39 +0200 Claus Gittinger oops - SEGV bug fixed
Fri, 01 Sep 2000 12:09:16 +0200 Claus Gittinger *** empty log message ***
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip