Sun, 12 Jul 2015 06:35:39 +0200 Merge jv
Merge Script [Sun, 12 Jul 2015 06:35:39 +0200] rev 18571
Merge
Sun, 12 Jul 2015 00:01:24 +0200 class: Behavior
Stefan Vogel <sv@exept.de> [Sun, 12 Jul 2015 00:01:24 +0200] rev 18570
class: Behavior changed: #allInstancesDo:
Fri, 10 Jul 2015 06:59:49 +0200 Merge jv
Merge Script [Fri, 10 Jul 2015 06:59:49 +0200] rev 18569
Merge
Fri, 10 Jul 2015 00:37:01 +0200 class: Date
Claus Gittinger <cg@exept.de> [Fri, 10 Jul 2015 00:37:01 +0200] rev 18568
class: Date changed: #inspectorExtraAttributes
Thu, 09 Jul 2015 10:13:01 +0200 class: Collection
Claus Gittinger <cg@exept.de> [Thu, 09 Jul 2015 10:13:01 +0200] rev 18567
class: Collection comment/format in: #anySatisfy: #contains:
Wed, 08 Jul 2015 11:04:45 +0200 *** empty log message *** expecco_2_7_5a
ab [Wed, 08 Jul 2015 11:04:45 +0200] rev 18566
*** empty log message ***
Wed, 08 Jul 2015 07:01:47 +0200 Merge jv
Merge Script [Wed, 08 Jul 2015 07:01:47 +0200] rev 18565
Merge
Tue, 07 Jul 2015 09:42:43 +0200 class: TimeDuration
Claus Gittinger <cg@exept.de> [Tue, 07 Jul 2015 09:42:43 +0200] rev 18564
class: TimeDuration comment/format in: #formatForPrinting: #microseconds:
Tue, 07 Jul 2015 22:31:05 +0100 Perf/functional improvement in FFI callouts. jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 07 Jul 2015 22:31:05 +0100] rev 18563
Perf/functional improvement in FFI callouts. When FFI callout specifies return class which is either a kind of ExternalAddress or ExternalBytes then create return instace *before* actually calling the C function rather than convert returned external address after. This avoids creation of intermediate objects and then copying pointer over (which may involve another intermediate LargeInteger instance).
Tue, 07 Jul 2015 14:47:09 +0100 Reverted change a37464a68e70 as it breaks autoloading/source loading. jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 07 Jul 2015 14:47:09 +0100] rev 18562
Reverted change a37464a68e70 as it breaks autoloading/source loading. The reason is that filename passed to Smalltalk class>>#fileInSourceFile:lazy:silent: is WITHOUT suffix, for whatever reason. Therefore test (filename hasSuffix:lang sourceFileSuffix) won't pass. This commit simply reverts to previous code that works just fine and works fine wit multiple languages.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip