Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-04-09 Thread pharo
Comment #7 on issue 3692 by elpochod...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 from http://en.wikipedia.org/wiki/Newline CR+LF: DEC TOPS-10, RT-11 and most other early non-Unix, non-IBM OSes, CP/M, MP/M, DOS (MS-DOS, PC-DOS, etc.),

Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-04-07 Thread pharo
Updates: Labels: -Milestone-1.3 Comment #6 on issue 3692 by marcus.d...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-03-20 Thread pharo
Updates: Status: Started Comment #5 on issue 3692 by marcus.d...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 As there is no conclusion, I move from FixProposed to status Started

Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #4 on issue 3692 by marcus.d...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-03-07 Thread pharo
Comment #3 on issue 3692 by stephane...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 so guys what is the conclusion of that?

[Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-02-10 Thread pharo
Status: Accepted Owner: siguc...@gmail.com New issue 3692 by siguc...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 Multibyte filestream guess about line endings was apparently wrong. Should use CR for MacOS and LF for rest unixes, not vise

Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-02-10 Thread pharo
Updates: Status: Fixed Labels: Milestone-1.3 Difficulty-Easy Type-ReportDefect Comment #1 on issue 3692 by siguc...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-02-10 Thread pharo
Comment #2 on issue 3692 by ryd...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 Eeeeh... Pretty sure the check should be for isMacOS9, OSX uses LF. Would need to check with John which vm's actually return an osVersion starting with darwin