Tue, 05 May 2015 16:25:23 +0200 Jan Vrany Portability: fixes for Smalltalk/X
Tue, 05 May 2015 15:07:56 +0200 Jan Vrany Oops, merged lost Smalltalk/X compatibility fixes
Tue, 05 May 2015 15:07:19 +0200 Jan Vrany Avoid using (obsolete) PPCMethod>>addVariable:, use allocateTemporaryVariableNamed: instead.
Sat, 02 May 2015 07:03:07 +0200 Jan Vrany Made PPCMethod>>addVariable: obsolete.
Sat, 02 May 2015 07:00:39 +0200 Jan Vrany Removed tests from compiled packages to workaround bug in stc.
Sat, 02 May 2015 06:18:36 +0200 Jan Vrany Portability: use `aClass methodDictionary values` instead of `aClass methods`
Fri, 01 May 2015 14:39:47 +0200 Jan Vrany Portability: Inlined #asLegalSelector since Smalltalk/X does not support it
Fri, 01 May 2015 14:34:58 +0200 Jan Vrany Portability: Use `self skipIf:description:` on Smalltalk/X instead of `self skip:`
Sat, 02 May 2015 06:29:04 +0200 Jan Vrany Portability: do not use Transcript>>crShow:
Fri, 01 May 2015 14:04:37 +0200 Jan Vrany Merge
Fri, 01 May 2015 13:44:43 +0200 Jan Vrany Makefiles updated so compiler and all it's dependencies are build automatically
Fri, 01 May 2015 13:03:50 +0200 Jan Vrany Syntax fix for Smalltalk/X - stc does not allow for empty statements.
Tue, 21 Apr 2015 17:30:40 +0100 Jan Vrany Fixes for Smalltalk/X:
Thu, 30 Apr 2015 23:43:14 +0200 Jan Vrany Updated to PetitCompiler-JanKurs.100, PetitCompiler-Tests-JanKurs.44 and PetitCompiler-Benchmarks-JanKurs.4
Tue, 21 Apr 2015 17:20:11 +0100 Jan Vrany A super ugly hack to fix line endings in Java comments.
Tue, 21 Apr 2015 17:06:24 +0100 Jan Vrany Fixes for Smalltalk/X
Tue, 21 Apr 2015 14:57:16 +0100 Jan Vrany Initial commit of PetitJava
Mon, 20 Apr 2015 18:06:31 +0100 Jan Vrany Bugfix: in teardown, do not remove parser if it has not been compiled.
Mon, 20 Apr 2015 13:24:27 +0100 Jan Vrany Skip Java benchmarks on Smalltalk/X
Mon, 20 Apr 2015 11:23:20 +0100 Jan Vrany PPCBenchmarkResource updated to work on Smalltalk/X
Sun, 19 Apr 2015 22:28:48 +0100 Jan Vrany Make block passed to at:ifPresent: to accept one argument
Sun, 19 Apr 2015 22:25:38 +0100 Jan Vrany Added dependencies on petitparser/analyzer and petitparser/islands
Wed, 15 Apr 2015 05:22:53 +0100 Jan Vrany Tell stc to NOT to inline #not as it has different meaning in PetitParser...
Tue, 14 Apr 2015 07:40:53 +0100 Jan Vrany Compilation fixed, removed obsolete methods
Mon, 13 Apr 2015 22:00:44 +0100 Jan Vrany Merged JK's version from Monticello
Mon, 13 Apr 2015 14:19:55 +0100 Jan Vrany Tell stc to NOT to inline #not as it has different meaning in PetitParser...
Mon, 13 Apr 2015 14:16:24 +0100 Jan Vrany Fixed dependencies (requires stx/goodies/petitparser/tests to load properly)
Mon, 24 Nov 2014 21:44:56 +0000 Jan Vrany Post merge fixes to make tests pass.
Mon, 24 Nov 2014 11:38:11 +0000 Jan Vrany Added benchmark package to set of exported .mcz
Wed, 15 Apr 2015 11:28:09 +0100 Jan Vrany To fold
Mon, 24 Nov 2014 00:09:23 +0000 Jan Vrany Merged JK's version from Monticello
Wed, 19 Nov 2014 10:52:37 +0000 Jan Vrany Moved benchmarks to a separate package
Sat, 08 Nov 2014 02:08:45 +0000 Jan Vrany Commented JK's debugging code.
Sat, 08 Nov 2014 01:03:21 +0000 Jan Vrany Minor fixes in tests for Smalltalk/X
Fri, 07 Nov 2014 02:14:26 +0000 Jan Vrany Smalltalk grammar updated to allow for Smalltalk/X EOL comments
Thu, 06 Nov 2014 02:22:56 +0000 Jan Vrany Do not try to inline PPCPluggableNode on Smalltalk/X
Thu, 06 Nov 2014 01:41:10 +0000 Jan Vrany Compatibility fixes:
Wed, 05 Nov 2014 23:05:19 +0000 Jan Vrany Merged JK's work on PetitCompiler
Wed, 05 Nov 2014 21:40:01 +0000 Jan Vrany Classes renamed to ease following merge wirh Pharo version.
Mon, 03 Nov 2014 20:28:27 +0000 Jan Vrany Fixed mcz make target.
Mon, 03 Nov 2014 19:42:31 +0000 Jan Vrany Removed PPTrimmingParser>>trim
Mon, 03 Nov 2014 12:46:42 +0000 Jan Vrany Portability fixes in PPPredicateTest>>charactersDo: / parsedCharacterSet:
Mon, 03 Nov 2014 11:33:28 +0000 Jan Vrany Removed weird PPExtensionTest>>testOrdered
Mon, 03 Nov 2014 12:47:37 +0000 Jan Vrany Removed obsolete Character>>ppMinus:
Mon, 03 Nov 2014 11:30:59 +0000 Jan Vrany Removed unused / obsolete methods from PPToken
Mon, 03 Nov 2014 11:28:44 +0000 Jan Vrany Removed PPRepeatingParser>>parseOn: - class is now abstract
Mon, 03 Nov 2014 09:10:56 +0000 Jan Vrany Merged PetitParser and PetitTests
Sat, 01 Nov 2014 00:34:30 +0000 Jan Vrany Removed class PPAbstractParseTest.
Sat, 01 Nov 2014 00:30:28 +0000 Jan Vrany Removed autoload attribut for tests.
Sat, 01 Nov 2014 00:12:10 +0000 Jan Vrany Reverted back change from `assert: x equals: y` to assert: (x = u).
Thu, 30 Oct 2014 23:52:47 +0000 Jan Vrany Portability fix: do not use Behaviour>>methods.
Thu, 30 Oct 2014 23:20:35 +0000 Jan Vrany Fixed PPCCompiler: must refetch class afer updating instance variables of a given class.
Thu, 30 Oct 2014 23:03:03 +0000 Jan Vrany Fix in PPCMethod>>addVariable: make sure variable is added only once.
Thu, 30 Oct 2014 23:01:54 +0000 Jan Vrany Added teardown to PetitCompilerTests to clean up a generated parser after tests.
Thu, 30 Oct 2014 11:35:27 +0000 Jan Vrany Portability fix PPCAbstractCharacterNode>>body: use #storeString instead of #printString.
Sun, 26 Oct 2014 22:49:03 +0000 Jan Vrany Fixed PPCGuard>>compileCharacter:
Sun, 26 Oct 2014 22:08:41 +0000 Jan Vrany Portability fix in PPCompiler>>cleanGeneratedMethods:
Sun, 26 Oct 2014 22:05:59 +0000 Jan Vrany Portability - test if RPackageOrganizer is present...
Sun, 26 Oct 2014 22:00:05 +0000 Jan Vrany Override #new in classes that implement #initialize.
Sun, 26 Oct 2014 01:28:07 +0000 Jan Vrany Fixed PPCNode>>doOptmizationLoop:status:
(0) -300 -100 -60 +60 +100 tip