Thu, 13 Dec 2018 23:02:57 +0100 #FEATURE by cg expecco_18_2_0 expecco_18_2_1
Claus Gittinger <cg@exept.de> [Thu, 13 Dec 2018 23:02:57 +0100] rev 4322
#FEATURE by cg class: ParseNode added: #isFunctionCallNode
Wed, 12 Dec 2018 19:11:17 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Wed, 12 Dec 2018 19:11:17 +0100] rev 4321
*** empty log message ***
Tue, 11 Dec 2018 11:53:56 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Tue, 11 Dec 2018 11:53:56 +0100] rev 4320
#BUGFIX by cg class: Scanner class changed: #flushActionArray
Tue, 04 Dec 2018 11:51:22 +0100 #BUGFIX by stefan
Stefan Vogel <sv@exept.de> [Tue, 04 Dec 2018 11:51:22 +0100] rev 4319
#BUGFIX by stefan class: Parser comment/format in: #variableOrError: changed: #classesClassInstVarNames #classesClassVarNames #classesInstVarNames #selectorCheck:for:positions: Fix race condition where a class var becomes nil
Thu, 29 Nov 2018 04:37:03 +0000 update tags
convert-repo [Thu, 29 Nov 2018 04:37:03 +0000] rev 4318
update tags
Wed, 28 Nov 2018 17:27:36 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 28 Nov 2018 17:27:36 +0100] rev 4317
#DOCUMENTATION by cg class: TextCollectingCompilationErrorHandler class comment/format in: #documentation
Wed, 28 Nov 2018 17:27:27 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 28 Nov 2018 17:27:27 +0100] rev 4316
#DOCUMENTATION by cg class: CompilationErrorHandler class comment/format in: #documentation
Tue, 13 Nov 2018 17:01:52 +0100 Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present jv
Patrik Svestka <patrik.svestka@gmail.com> [Tue, 13 Nov 2018 17:01:52 +0100] rev 4315
Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present - All source *.st files are now Unicode UTF8 without BOM Files are in two groups (fileOut works this way in Smalltalk/X): - containing a unicode character have "{ Encoding: utf8 }" at the header - ASCII only are without the header
Tue, 20 Nov 2018 17:07:53 +0100 #BUGFIX by cg expeccoALM_1_13
Claus Gittinger <cg@exept.de> [Tue, 20 Nov 2018 17:07:53 +0100] rev 4314
#BUGFIX by cg class: Scanner changed: #nextNumber class: Scanner class
Tue, 06 Nov 2018 12:15:16 +0100 #UI_ENHANCEMENT by cgexept.de
Claus Gittinger <cg@exept.de> [Tue, 06 Nov 2018 12:15:16 +0100] rev 4313
#UI_ENHANCEMENT by cgexept.de class: Breakpoint changed: #break args printed in trace
Sat, 27 Oct 2018 09:09:39 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sat, 27 Oct 2018 09:09:39 +0200] rev 4312
#FEATURE by cg class: Scanner changed: #nextNumber
Wed, 24 Oct 2018 08:57:11 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 24 Oct 2018 08:57:11 +0200] rev 4311
#DOCUMENTATION by cg class: ParseWarning class definition class: ParseWarning class added: #documentation
Thu, 04 Oct 2018 19:14:13 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Thu, 04 Oct 2018 19:14:13 +0200] rev 4310
#FEATURE by cg class: Parser changed: #arrayConstant #parseTraditionalPrimitive parse some exotic pharo code
Mon, 01 Oct 2018 09:46:08 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Mon, 01 Oct 2018 09:46:08 +0200] rev 4309
#UI_ENHANCEMENT by cg class: STCCompilerInterface changed: #reportCompilationErrorFor:fromFile:
Mon, 24 Sep 2018 14:18:11 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Mon, 24 Sep 2018 14:18:11 +0200] rev 4308
#FEATURE by cg class: EvalScriptingErrorHandler changed: #showErrorOrWarning:as:position:to:from:
Sun, 23 Sep 2018 04:18:59 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Sun, 23 Sep 2018 04:18:59 +0200] rev 4307
#BUGFIX by cg class: Parser changed: #release
Sun, 23 Sep 2018 01:26:50 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sun, 23 Sep 2018 01:26:50 +0200] rev 4306
#FEATURE by cg class: VariableNode added: #isGlobalVariableNamed: changed: #isGlobalNamed:
Sun, 23 Sep 2018 01:23:05 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sun, 23 Sep 2018 01:23:05 +0200] rev 4305
#REFACTORING by cg class: Parser comment/format in: #evaluate:in:receiver:notifying:logged:ifFail:compile:checkForEndOfInput: changed: #parseMethodBodyOrEmpty #statementList
Sun, 23 Sep 2018 01:22:17 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sun, 23 Sep 2018 01:22:17 +0200] rev 4304
#DOCUMENTATION by cg class: Scanner changed: #allowDollarInIdentifier #allowLiteralNameSpaceSymbols #allowOldStyleAssignment #allowSqueakExtensions #allowUnderscoreInIdentifier #warnCommonMistakes #warnDollarInIdentifier #warnOldStyleAssignment #warnPossibleIncompatibilities #warnUnderscoreInIdentifier class: Scanner class changed: #allowDollarInIdentifier #allowLiteralNameSpaceSymbols #allowQualifiedNames #allowSqueakExtensions #allowUnderscoreInIdentifier #warnCommonMistakes #warnDollarInIdentifier #warnOldStyleAssignment #warnPossibleIncompatibilities #warnSTXSpecials #warnUnderscoreInIdentifier
Sun, 23 Sep 2018 01:09:57 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sun, 23 Sep 2018 01:09:57 +0200] rev 4303
#DOCUMENTATION by cg class: Scanner class comment/format in: #allowQualifiedNames
Sun, 23 Sep 2018 01:09:40 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sun, 23 Sep 2018 01:09:40 +0200] rev 4302
#DOCUMENTATION by cg class: ParserFlags comment/format in: #allowQualifiedNames class: ParserFlags class comment/format in: #allowQualifiedNames
Sun, 23 Sep 2018 00:50:51 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sun, 23 Sep 2018 00:50:51 +0200] rev 4301
#FEATURE by cg class: ParserFlags class definition added: #allowPeriodAsNameSpaceSeparator #allowPeriodAsNameSpaceSeparator: comment/format in: #allowArrayIndexSyntaxExtension #allowArrayIndexSyntaxExtension: changed: #initialize class: ParserFlags class comment/format in: #allowArrayIndexSyntaxExtension #allowArrayIndexSyntaxExtension: #allowLocalVariableDeclarationWithInitializerExpression #allowLocalVariableDeclarationWithInitializerExpression: changed: #initialize
Thu, 30 Aug 2018 13:26:00 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Thu, 30 Aug 2018 13:26:00 +0200] rev 4300
#BUGFIX by cg class: SuperNode changed: #isHere
Thu, 30 Aug 2018 13:04:32 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Thu, 30 Aug 2018 13:04:32 +0200] rev 4299
#FEATURE by cg class: MessageNode added: #arg3
Wed, 29 Aug 2018 16:57:01 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 29 Aug 2018 16:57:01 +0200] rev 4298
#DOCUMENTATION by cg class: Breakpoint comment/format in: #break
Wed, 29 Aug 2018 13:17:19 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 29 Aug 2018 13:17:19 +0200] rev 4297
#DOCUMENTATION by cg class: MessageNode comment/format in: #codeOn:inBlock:valueNeeded:for:
Wed, 29 Aug 2018 12:53:08 +0200 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Wed, 29 Aug 2018 12:53:08 +0200] rev 4296
#QUALITY by cg class: ByteCodeCompiler changed: #nameSpaceSelectorFor:
Tue, 28 Aug 2018 03:32:19 +0000 update tags
convert-repo [Tue, 28 Aug 2018 03:32:19 +0000] rev 4295
update tags
Mon, 27 Aug 2018 13:40:44 +0200 #QUALITY by cg
Claus Gittinger <cg@exept.de> [Mon, 27 Aug 2018 13:40:44 +0200] rev 4294
#QUALITY by cg class: Variable comment/format in: #name: #type:name:
Mon, 20 Aug 2018 08:12:40 +0200 #FEATURE by cg expecco_18_1_0_6496 expecco_18_1_0_6496_v2
Claus Gittinger <cg@exept.de> [Mon, 20 Aug 2018 08:12:40 +0200] rev 4293
#FEATURE by cg class: Parser added: #squeakComputedArrayExpressions removed: #squeakComputedArray changed: #primary_squeakComputedArray
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip