Fri, 15 Jun 2018 17:00:55 +0200 #BUGFIX by stefan expecco_18_1_0
Stefan Vogel <sv@exept.de> [Fri, 15 Jun 2018 17:00:55 +0200] rev 23111
#BUGFIX by stefan class: ExternalStream primitive definitions ... again
Fri, 15 Jun 2018 16:58:34 +0200 #BUGFIX by stefan
Stefan Vogel <sv@exept.de> [Fri, 15 Jun 2018 16:58:34 +0200] rev 23110
#BUGFIX by stefan class: ExternalStream primitive definitions fix prototype for __win32_fwrite()
Fri, 15 Jun 2018 15:27:54 +0200 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 15 Jun 2018 15:27:54 +0200] rev 23109
#BUGFIX by cg class: MiniLogger class changed: #log:severity:facility:originator:attachment:on:
Wed, 13 Jun 2018 14:39:23 +0000 Merge jv stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 13 Jun 2018 14:39:23 +0000] rev 23108
Merge
Mon, 11 Jun 2018 11:43:06 +0100 Copyright updates jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 11 Jun 2018 11:43:06 +0100] rev 23107
Copyright updates
Mon, 04 Jun 2018 10:11:11 +0100 Issue #214: do not install `h_win32.rc` jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 04 Jun 2018 10:11:11 +0100] rev 23106
Issue #214: do not install `h_win32.rc` ...which no longer exists (removed in #92159a804e50). Due to that (missing) file, Borland make silently failed and none of the resources - including widgets styles - were copied. That in turn causes widgets to fall back to defaults. This fixes the issue. https://swing.fit.cvut.cz/projects/stx-jv/ticket/214
Fri, 11 May 2018 12:12:57 +0100 Fix in `ProjectDefinition`: load `stx:goodies/fileformats/plist` to get `MacPlistXMLCoder` jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 11 May 2018 12:12:57 +0100] rev 23105
Fix in `ProjectDefinition`: load `stx:goodies/fileformats/plist` to get `MacPlistXMLCoder` ...which has been moved (from package `stx:goodies/xml/stx`). Fixes regression in `RegressionTests::MakefileTests`.
Sun, 16 Jul 2017 11:49:58 +0200 #REFACTORING by cg jv
Claus Gittinger <cg@exept.de> [Sun, 16 Jul 2017 11:49:58 +0200] rev 23104
#REFACTORING by cg class: Method added: #isSubclassResponsibility (grafted from 86723ef64f2dd573fc7c56e00387c8cd47c9736a)
Tue, 24 Apr 2018 12:23:14 +0100 Cleanup: drop support for old block ABI jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 24 Apr 2018 12:23:14 +0100] rev 23103
Cleanup: drop support for old block ABI in favour of new ABI passing an instance of `Block` as an argument. Old block calling scheme is no longer supported.
Fri, 13 Apr 2018 09:37:08 +0100 Issue #200: fixed `#basicAt:` / `#basicAt:put:` to work with objects bigger than 2GB jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 13 Apr 2018 09:37:08 +0100] rev 23102
Issue #200: fixed `#basicAt:` / `#basicAt:put:` to work with objects bigger than 2GB Some methods or their part used only 32bit `int` as an index to an object. If object was larger than 2GB, 32bit index suddenly become negative, causing `#basicAt:put:` writing outside the object itself. To fix that we have to use `INT` (`intptr_t`). However, there can be other cases like this both n the smalltalk code and in the VM. We may use GCC's `-Wconversion` to catch this, see issue #204. https://swing.fit.cvut.cz/projects/stx-jv/ticket/200
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip