Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003426.html Name: Collections-nice.361 Ancestors: Collections-nice.360 Provides a new String utility #lines. (aString lines) is to replace (aString findTokens: String cr). It works for any line-ending (CR LF CR-LF). ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003427.html Name: Compression-nice.18 Ancestors: Compression-ul.17 Replace some underscore _ assignments with := ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003428.html Name: EToys-nice.70 Ancestors: EToys-ar.69 Using String>>lines is a better way to get rid of any line ending problems ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003429.html Name: Graphics-nice.135 Ancestors: Graphics-mtf.134 Use a few nextLine instead of to upTo: Character cr to make things work even if a LF has leaked in. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003430.html Name: Installer-Core-nice.339 Ancestors: Installer-Core-nice.338 Use nextLine instead of to upTo: Character cr to make things work even if a LF has leaked in. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003431.html Name: Morphic-nice.439 Ancestors: Morphic-cmm.438 Use String>>lines to handle any case of in image LF leakage ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003432.html Name: MorphicExtras-nice.86 Ancestors: MorphicExtras-ar.85 Use nextLine to handle any case of in image LF leakage ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003433.html Name: Multilingual-nice.120 Ancestors: Multilingual-ar.119 Use nextLine to handle any case of in image LF leakage ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003434.html Name: Network-nice.72 Ancestors: Network-topa.71 Use String>>lines and Stream>>#nextLine to handle any case of in image LF leakage ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003435.html Name: Protocols-nice.31 Ancestors: Protocols-fbs.30 Avoid using size == 0 ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003436.html Name: ST80-nice.116 Ancestors: ST80-nice.115 Use String>>lines to handle any case of in image LF leakage ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003437.html Name: System-nice.336 Ancestors: System-cmm.335 Use String>>lines and Stream>>#nextLine to handle any case of in image LF leakage ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003438.html Name: Tools-nice.242 Ancestors: Tools-mtf.241 Use String>>lines to handle any case of in image LF leakage ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003439.html Name: Monticello-nice.394 Ancestors: Monticello-ar.393 Simplify code using String>>#lines ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003440.html Name: Kernel-nice.459 Ancestors: Kernel-dtl.458 Avoid an overflow when asking for LargeInteger>>#log Same for fractions of LargeInteger. This completes the work engaged for #ln and #log: Note 1: the code is duplicating #ln, but Idid not find any elegant way to avoid this duplication. Note 2: concerning accuracy, LargeInteger>>#log and#ln might be several ulp off (up to 3, maybe more). ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-June/003441.html Name: KernelTests-nice.152 Ancestors: KernelTests-nice.151 Correct obviously broken #testLn case (shame on me !). Since no one noticed, I don't think I'll pay a beer though Add corresponding #testLog tests. ============================================= |
Free forum by Nabble | Edit this page |