Directory src/etc/testcases/taskdefs/fixcrlf/

Directory Created:
2001-08-03 11:22
Total Files:
1
Deleted Files:
0
Lines of Code:
313

Browse with ViewVC

[root]/src/etc/testcases/taskdefs/fixcrlf

                         expected (19 files, 4 lines)

                         input (15 files, 2 lines)

Lines of Code

src/etc/testcases/taskdefs/fixcrlf/ Lines of Code

Developers

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

Most Recent Commits

mbenson 2006-06-27 20:47

<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.

Submitted by Stephen Goetze

9 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+9)
mbenson 2005-03-21 19:53

Make pass on Windows

2 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+2 -2)
bodewig 2005-03-11 14:14

Jikes is right, the fallthrough is a problem

9 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+9)
mbenson 2005-03-07 18:29

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:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+96 -94)
mbenson 2005-03-03 21:46

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:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+96)
mbenson 2005-03-03 16:24

Add preservelastmodified attribute to fixcrlf.

PR: 25770

Submitted by: Yuji Yamano

24 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+24)
stevel 2005-02-25 00:33

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:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+9 -1)
peterreilly 2004-01-09 17:36

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:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+15)
bodewig 2003-06-24 08:32

Demonstrate PR 20840

5 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+5)
bodewig 2002-09-03 15:51

Add explicit tests for <fixcrlf>'s CRCRLF handling.



PR: 12219

21 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+21)
umagesh 2002-06-01 12:26

Merge changes made to 1.5 Beta1.

1 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+1 -1)
bodewig 2002-01-10 16:17

<fixcrlf> failed on Mac files.



Reported by: Matt McHenry <mmchenry@carnegielearning.com>

7 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+7)
bodewig 2001-11-13 14:49

Make <fixcrlf> work for long lines as well.



PR: 4186, 4646, 4709

8 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+8)
bodewig 2001-11-13 14:02

a little cleanup

9 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+9 -9)
bodewig 2001-11-13 13:49

oops

1 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+1 -1)
bodewig 2001-11-13 13:46

Add encoding attribute to <fixcrlf>



PR: 961

10 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+10 -1)
bodewig 2001-08-03 11:22

<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:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (new 100)
Generated by StatSVN 0.3.2-SNAPSHOT