From d42a8f8372389ff80a2f0f55b8826318a6ed2c93 Mon Sep 17 00:00:00 2001 From: Daniel Cheng Date: Mon, 6 Oct 2014 20:22:19 -0700 Subject: Rewrite line endings from CRLF to LF for a bunch of files. There's a lot of other files with CRLF line endings in test data, third_party, and tools. Out of caution, those files have been left unchanged, in case anything depends on the CRLF being present. BUG=420796 TBR=darin@chromium.org, rsleevi@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/630333002 Cr-Commit-Position: refs/heads/master@{#298348} --- courgette/third_party/README.chromium | 46 +++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'courgette') diff --git a/courgette/third_party/README.chromium b/courgette/third_party/README.chromium index d3037a1..b3b28bd 100644 --- a/courgette/third_party/README.chromium +++ b/courgette/third_party/README.chromium @@ -1,23 +1,23 @@ -This directory contains an extensively modified version of Colin Percival's -bsdiff, available in its original form from: - - http://www.daemonology.net/bsdiff/ - -The basic principles of operation are best understood by reading Colin's -unpublised paper: - -Colin Percival, Naive differences of executable code, http://www.daemonology.net/bsdiff/, 200 - -The copy on this directory so extensively modified that the binary format is -incompatible with the original and it cannot be compiled outside the Chromium -source tree or the Courgette project. - -List of changes made to original code: - - wrapped functions in 'courgette' namespace - - renamed .c files to .cc - - added bsdiff.h header file - - changed the code to use streams.h from courgette - - changed the encoding of numbers to use the 'varint' encoding - - reformatted code to be closer to Google coding standards - - renamed variables - - added comments +This directory contains an extensively modified version of Colin Percival's +bsdiff, available in its original form from: + + http://www.daemonology.net/bsdiff/ + +The basic principles of operation are best understood by reading Colin's +unpublised paper: + +Colin Percival, Naive differences of executable code, http://www.daemonology.net/bsdiff/, 200 + +The copy on this directory so extensively modified that the binary format is +incompatible with the original and it cannot be compiled outside the Chromium +source tree or the Courgette project. + +List of changes made to original code: + - wrapped functions in 'courgette' namespace + - renamed .c files to .cc + - added bsdiff.h header file + - changed the code to use streams.h from courgette + - changed the encoding of numbers to use the 'varint' encoding + - reformatted code to be closer to Google coding standards + - renamed variables + - added comments -- cgit v1.1