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)
(0) -300 -100 -30 -10 -7 tip