[root]/src/etc/testcases/taskdefs/fixcrlf/input
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 2 (100.0%) | 0.1 |
bodewig | 14 (87.5%) | 2 (100.0%) | 0.1 |
umagesh | 1 (6.3%) | 0 (0.0%) | 0.0 |
peterreilly | 1 (6.3%) | 0 (0.0%) | 0.0 |
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:
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: