[root]/src/etc/testcases/taskdefs/fixcrlf
expected
(19 files, 4 lines)
input
(15 files, 2 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 422 (100.0%) | 24.8 |
mbenson | 5 (29.4%) | 227 (53.8%) | 45.4 |
bodewig | 9 (52.9%) | 170 (40.3%) | 18.8 |
peterreilly | 1 (5.9%) | 15 (3.6%) | 15.0 |
stevel | 1 (5.9%) | 9 (2.1%) | 9.0 |
umagesh | 1 (5.9%) | 1 (0.2%) | 1.0 |
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
9 lines of code changed in:
Make pass on Windows
2 lines of code changed in:
Jikes is right, the fallthrough is a problem
9 lines of code changed in:
Forgot to commit testcase for doubled EOF char on the new filter-delegated
FixCRLF task. Translated test assertions from Java to Ant.
96 lines of code changed in:
1. Add Kevin Greiner's FixCrLfFilter (slightly modified)
2. Adapt FixCRLF the task to use the filter (single set of fixcrlf code)
3. Implement ChainableReader in FixCRLF so that the existing taskdef
will be recognized as a nested element in a filterchain.
PR: 33155
Submitted by: Kevin Greiner
96 lines of code changed in:
Add preservelastmodified attribute to fixcrlf.
PR: 25770
Submitted by: Yuji Yamano
24 lines of code changed in:
fixcrlf gets a new attribute to make it easier to fix a single file. no nested filesets for <fileset file>, see.
Also put the schemavalidate in the right place in WHATSNEW.
9 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
15 lines of code changed in:
Demonstrate PR 20840
5 lines of code changed in:
Add explicit tests for <fixcrlf>'s CRCRLF handling.
PR: 12219
21 lines of code changed in:
Merge changes made to 1.5 Beta1.
1 lines of code changed in:
<fixcrlf> failed on Mac files.
Reported by: Matt McHenry <mmchenry@carnegielearning.com>
7 lines of code changed in:
Make <fixcrlf> work for long lines as well.
PR: 4186, 4646, 4709
8 lines of code changed in:
a little cleanup
9 lines of code changed in:
oops
1 lines of code changed in:
Add encoding attribute to <fixcrlf>
PR: 961
10 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>
100 lines of code changed in: