[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Jan 29 23:55:03 UTC 2011


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004177.html

Name: Multilingual-ul.133
Ancestors: Multilingual-mtf.132, Multilingual-sn.131

- merged Multilingual-sn.131 to fix #defaultSystemConverter if using Latin1Environment
- make sure that the converter (#defaultSystemConverter) and line end convention (crlf for windows, lf for other platforms) is properly initialized for multi-byte stdio streams
- fixed MultiByteFileStream >> #setConverterForCode which tried to save and restore the stream's state while the converter (which decides how to store the state) was changed
- use the converter variable instead of the message with the same name from MultiByteFileStream
- deprecated #bareNext, inlined it to it's two senders which were also refactored a bit
- initialize MultiByteFileStream instances for stdio via #newForStdio instead of #openOnHandle:name:forWrite: which is removed.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004178.html

Name: Multilingual-sn.131
Ancestors: Multilingual-ul.130

Fixes for Latin1Environment from EToys

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004179.html

Name: Files-ul.98
Ancestors: Files-cmm.96, Files-ul.96

- merged

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004180.html

Name: Files-ul.99
Ancestors: Files-ul.98, Files-ul.97

- merged

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004181.html

Name: Files-ul.96
Ancestors: Files-mtf.95

Stdio support changes:
- Added  stdio support code to FileStream.
- Unified API for accessing stdio streams. All users should send #stdin, #stdout and #stderr to FileStream to access the streams.
- MultiByteFileStream is used instead of CrLfFileStream.
- CrLfFileStream class >> #new is now deprecated

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004182.html

Name: Files-ul.97
Ancestors: Files-ul.96

- removed previous stdio support code from StandardFileStream, migration is done in the preamble

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004183.html

Name: EToys-ul.80
Ancestors: EToys-nice.79, EToys-fbs.78

- merged

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004184.html

Name: EToys-fbs.78
Ancestors: EToys-cmm.77

Use Character space instead of $  to avoid Decompiler tests failing.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004185.html

Name: Morphic-ul.517
Ancestors: Morphic-dtl.516

- avoid an annoying error which is possibly caused by a concurrency issue. It happens rarely (often if you're using RFB) when you press the backspace in a TextEditor.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004186.html

Name: KernelTests-ul.174
Ancestors: KernelTests-ul.173, KernelTests-fbs.169

- merged

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004187.html

Name: KernelTests-fbs.169
Ancestors: KernelTests-ul.168

Use Character space instead of $  to avoid Decompiler tests failing.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004188.html

Name: Tests-ul.113
Ancestors: Tests-cmm.112, Tests-fbs.109

- merged

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004189.html

Name: Tests-fbs.109
Ancestors: Tests-ar.108

Tests for System-fbs.108: ensuring that classOrTraitNamed: doesn't return globals.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004190.html

Name: System-ul.416
Ancestors: System-cmm.415, System-fbs.410

- merged

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004191.html

Name: System-fbs.410
Ancestors: System-ul.409

Ensure that classOrTraitNamed: doesn't return globals.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004192.html

Name: Kernel-ul.540
Ancestors: Kernel-cmm.539

- updated CompiledMethod's comment as suggested by http://bugs.squeak.org/view.php?id=7570

=============================================



More information about the Squeak-dev mailing list