Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2009-December/002088.html Name: Collections-ar.255 Ancestors: Collections-ul.254 CompiledMethodTrailer phase 1: Preparations. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002089.html Name: Compiler-ar.107 Ancestors: Compiler-jcg.106 CompiledMethodTrailer phase 1: Preparations. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002090.html Name: Kernel-ar.332 Ancestors: Kernel-dtl.331 CompiledMethodTrailer phase 1: Main classes ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002091.html Name: KernelTests-ar.123 Ancestors: KernelTests-ul.122 CompiledMethodTrailer phase 1: Main classes ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002092.html Name: System-ar.200 Ancestors: System-nice.199 CompiledMethodTrailer phase 1: Preparations. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002093.html Name: Compiler-ar.108 Ancestors: Compiler-ar.107 CompiledMethodTrailer phase 2. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002094.html Name: Kernel-ar.333 Ancestors: Kernel-ar.332 CompiledMethodTrailer phase 2. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002095.html Name: Morphic-ar.272 Ancestors: Morphic-kb.271 CompiledMethodTrailer phase 2. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002096.html Name: ST80-ar.76 Ancestors: ST80-ul.75 CompiledMethodTrailer phase 2. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002097.html Name: Compiler-ar.109 Ancestors: Compiler-ar.108 CompiledMethodTrailer phase 3. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002098.html Name: Kernel-ar.334 Ancestors: Kernel-ar.333 CompiledMethodTrailer phase 3. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002099.html Name: Tools-ar.149 Ancestors: Tools-nice.148 CompiledMethodTrailer phase 3. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002100.html Name: Traits-ar.245 Ancestors: Traits-ul.244 CompiledMethodTrailer phase 3. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002101.html Name: Kernel-ar.335 Ancestors: Kernel-ar.334 Convert those trailers! ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002102.html Name: Kernel-ar.336 Ancestors: Kernel-ar.334 Once more: Convert those trailers! (but this time the method is idempotent so calling initialize twice should have no effect). ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002103.html Name: Kernel-ar.337 Ancestors: Kernel-ar.336 CompiledMethodTrailer: Cleanup. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002104.html Name: Collections-ar.256 Ancestors: Collections-ar.255 CompiledMethodTrailer: Cleanup. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002105.html Name: Collections-nice.256 Ancestors: Collections-ar.255 Correct interval #do: and #reverseDo: from http://bugs.squeak.org/view.php?id=6456 For example, self assert: ((1.0 to: 3.0 by: 1.0 successor) max closeTo: 2.0). Correct inclusion test self assert: ((1.0 to: 3.0 by: 1.0 successor) includes: 3.0) not. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002106.html Name: CollectionsTests-nice.124 Ancestors: CollectionsTests-nice.123 Non regression tests from http://bugs.squeak.org/view.php?id=6456 Another fuzzy inclusion test self deny: ((1.0 to: 3.0 by: 1.0 successor) includes: 3.0). ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002107.html Name: Kernel-ar.338 Ancestors: Kernel-ar.336 Remove *just* CompiledMethodTrailer>>new to fix the load issue encountered earlier. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002108.html Name: Kernel-ar.339 Ancestors: Kernel-ar.338, Kernel-ar.337 Merge Kernel-ar.338 which contains the remaining cleanup code. This brings everything back in sync. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002109.html Name: CollectionsTests-nice.125 Ancestors: CollectionsTests-nice.124 merge two tests from pharo ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002110.html Name: Collections-ul.259 Ancestors: Collections-ar.256, Collections-nice.256 - merged Collections-nice.256 ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002111.html Name: Kernel-ul.340 Ancestors: Kernel-ar.339 - fix CompiledMethodTrailer >> #decodeZip (by Igor) ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002112.html Name: XML-Parser-nice.20 Ancestors: XML-Parser-Alexandre_Bergel.19, XML-Parser-ar.7 Merge trunk with latest version from http://www.squeaksource.com/XMLSupport ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002113.html Name: XML-Parser-nice.21 Ancestors: XML-Parser-nice.20 Never ask String to findFirstInString:inSet:startingAt: because this will always be slow in an image with wide characters... Rather ask aString class to do the job, it might be fast if it is a ByteString. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2009-December/002114.html Name: Kernel-Igor.Stasenko.341 Ancestors: Kernel-ul.340 - adding support of embedding source code in trailer ============================================= |
Free forum by Nabble | Edit this page |