Wed, 10 Jun 2020 21:33:27 +0100 Replace `ifNil:[...]` with `isNil ifTrue:[...]` default tip master
Jan Vrany <jan.vrany@labware.com> [Wed, 10 Jun 2020 21:33:27 +0100] rev 650
Replace `ifNil:[...]` with `isNil ifTrue:[...]` The latter is optimized by compilers and therefore faster.
Thu, 19 Dec 2019 04:27:47 +0000 update tags
convert-repo [Thu, 19 Dec 2019 04:27:47 +0000] rev 649
update tags
Wed, 18 Dec 2019 21:53:49 +0100 regenerated expecco_19_2_0
Claus Gittinger <cg@exept.de> [Wed, 18 Dec 2019 21:53:49 +0100] rev 648
regenerated
Sun, 13 Oct 2019 18:27:55 +0200 #DOCUMENTATION by exept
Claus Gittinger <cg@exept.de> [Sun, 13 Oct 2019 18:27:55 +0200] rev 647
#DOCUMENTATION by exept class: PPParser comment/format in: #matchesIn: #matchesIn:do: #matchesSkipIn:
Sun, 08 Sep 2019 16:46:10 +0200 #TUNING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 16:46:10 +0200] rev 646
#TUNING by exept class: PPExpressionParser changed: #buildOn: (send #== instead of #=)
Sun, 08 Sep 2019 15:50:00 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 15:50:00 +0200] rev 645
#REFACTORING by exept class: PPParser changed: #map: #parse:onError:
Sun, 08 Sep 2019 15:49:47 +0200 #REFACTORING by exept
Claus Gittinger <cg@exept.de> [Sun, 08 Sep 2019 15:49:47 +0200] rev 644
#REFACTORING by exept class: PPSequenceParser changed: #map: (send #== instead of #=, send #argumentCount instead of #numArgs)
Wed, 24 Jul 2019 21:13:30 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 24 Jul 2019 21:13:30 +0000] rev 643
Merge
Wed, 14 Nov 2018 13:01:14 +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
Patrik Svestka <patrik.svestka@gmail.com> [Wed, 14 Nov 2018 13:01:14 +0100] rev 642
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
Sat, 29 Jun 2019 03:27:35 +0000 update tags
convert-repo [Sat, 29 Jun 2019 03:27:35 +0000] rev 641
update tags
(0) -300 -100 -10 tip