Sun, 02 Feb 2014 14:16:24 +0000 Merged bf7f37b63ea2 and 80810829f468 (branch default - CVS HEAD) jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 02 Feb 2014 14:16:24 +0000] rev 18117
Merged bf7f37b63ea2 and 80810829f468 (branch default - CVS HEAD)
Fri, 31 Jan 2014 02:04:30 +0000 Added: ClassDescription>>addInstVarName:afterIndex: - used by refactoring engine jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 31 Jan 2014 02:04:30 +0000] rev 18116
Added: ClassDescription>>addInstVarName:afterIndex: - used by refactoring engine This allows refactoring engine to rename instance variables without changing their order - it may have some meaning for either programmer or VM.
Mon, 13 Jan 2014 11:46:28 +0000 Merged 12289cd64291 and 22552f0cd4e4 (branch default - CVS head) jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 13 Jan 2014 11:46:28 +0000] rev 18115
Merged 12289cd64291 and 22552f0cd4e4 (branch default - CVS head)
Wed, 18 Dec 2013 18:48:33 +0100 Added Smalltalk >> #isAmber, #isGemStone , #isPharo jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 18 Dec 2013 18:48:33 +0100] rev 18114
Added Smalltalk >> #isAmber, #isGemStone , #isPharo
Tue, 17 Dec 2013 20:21:42 +0100 Merged 0d7ac9096619 and c3c4112651c4 (branch default - CVS HEAD) jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 17 Dec 2013 20:21:42 +0100] rev 18113
Merged 0d7ac9096619 and c3c4112651c4 (branch default - CVS HEAD)
Thu, 05 Dec 2013 09:52:02 +0000 Merged 99c98a606496 and 29f535427ee5 (branch default - CVS HEAD) jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 05 Dec 2013 09:52:02 +0000] rev 18112
Merged 99c98a606496 and 29f535427ee5 (branch default - CVS HEAD)
Tue, 03 Dec 2013 16:54:12 +0000 Fixed libInit.cc, sigh jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 03 Dec 2013 16:54:12 +0000] rev 18111
Fixed libInit.cc, sigh
Tue, 03 Dec 2013 16:30:32 +0000 Fixed Make.spec, sigh jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 03 Dec 2013 16:30:32 +0000] rev 18110
Fixed Make.spec, sigh
Mon, 25 Nov 2013 16:44:08 +0000 Fix in ProjectDefinition>>#generateLocalIncludes_unix/win32: sort includes... jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 25 Nov 2013 16:44:08 +0000] rev 18109
Fix in ProjectDefinition>>#generateLocalIncludes_unix/win32: sort includes... ...to reduce false changes in VCS when files are regenerated.
Mon, 25 Nov 2013 13:59:34 +0000 Change #subProjects template for project definition - must be managed manually since now. jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 25 Nov 2013 13:59:34 +0000] rev 18108
Change #subProjects template for project definition - must be managed manually since now. The subProjects_code used to generate (unconditionally!) a list of all subpackages that happen (!) to be loaded at time. This is very bad. If Alice loads p1, p1/sub1 and p2/sub2 and generates makefiles, p1/sub1 and p1/sub2 become a subProject and thus will be built if you do make in p1. Then, if Bob loads p1 *without* loading p1/sub1 and/or p1/sub2 (as *nothing* forces him to do so, as stated n subProjects comment) and then updates project definition & generates build files, those two subProjects are gone. The problem is even worse with CVS as CVS provide no way to inspect the contents of the file before it is actually commited. This commit leaves subProjects as manually maintained and generates the the method only if it does not exist.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip