[root]/src/etc/testcases/taskdefs/fixcrlf/expected
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 4 (100.0%) | 0.1 |
mbenson | 2 (8.7%) | 2 (50.0%) | 1.0 |
bodewig | 18 (78.3%) | 2 (50.0%) | 0.1 |
umagesh | 1 (4.3%) | 0 (0.0%) | 0.0 |
peterreilly | 2 (8.7%) | 0 (0.0%) | 0.0 |
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
2 lines of code changed in:
fix testcase file; should always be LF
0 lines of code changed in:
Jikes is right, the fallthrough is a problem
2 lines of code changed in:
fix for CRLF adds extraneous character at the end of File
if a file does not end in an eol, fixcrlf will add an eol
this patch adds an attribute to fixcrlf to stop this behaviour
PR: 23262
Obtained from: gudnabrsam at yahoo dot com
0 lines of code changed in:
Add explicit tests for <fixcrlf>'s CRCRLF handling.
PR: 12219
0 lines of code changed in:
Merge changes made to 1.5 Beta2.
0 lines of code changed in:
<fixcrlf> failed on Mac files.
Reported by: Matt McHenry <mmchenry@carnegielearning.com>
0 lines of code changed in:
this is supposed to be a binary file
0 lines of code changed in:
Make <fixcrlf> work for long lines as well.
PR: 4186, 4646, 4709
0 lines of code changed in:
Add encoding attribute to <fixcrlf>
PR: 961
0 lines of code changed in:
<fixcrlf> now deals with CR only line-ends and arbitrary tab lengths.
It should work independant of the size of the file as well.
Additionally it can treat tabs inside character constants in source
files differently.
Documentation will follow - also it will now update the timestamp of
files, even if the file doesn't change. This will be fixed before the
final release but shouldn't stop us from starting the beta cycle.
PR: 1053
Submitted by: Peter B. West <pbwest@powerup.com.au>
0 lines of code changed in: