]> granicus.if.org Git - curl/commitdiff
strip trailing whitespace
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Aug 2004 11:53:33 +0000 (11:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Aug 2004 11:53:33 +0000 (11:53 +0000)
README
docs/BINDINGS
docs/CONTRIBUTE
docs/HISTORY
docs/INSTALL

diff --git a/README b/README
index 96a77e7c2472529e54235bb7bcfc598220d92716..fa0353b90329d66dd366cd6f4b04d5f665b8828b 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-                                  _   _ ____  _     
-                              ___| | | |  _ \| |    
-                             / __| | | | |_) | |    
-                            | (__| |_| |  _ <| |___ 
+                                  _   _ ____  _
+                              ___| | | |  _ \| |
+                             / __| | | | |_) | |
+                            | (__| |_| |  _ <| |___
                              \___|\___/|_| \_\_____|
 
 README
index f584942e1746b25e7af382b310aeb8274491d92c..049aa91d076f2afa16d12d01fb49abc186ed293c 100644 (file)
@@ -1,7 +1,7 @@
-                                  _   _ ____  _     
-                              ___| | | |  _ \| |    
-                             / __| | | | |_) | |    
-                            | (__| |_| |  _ <| |___ 
+                                  _   _ ____  _
+                              ___| | | |  _ \| |
+                             / __| | | | |_) | |
+                            | (__| |_| |  _ <| |___
                              \___|\___/|_| \_\_____|
 
                                libcurl bindings
index be2d8e320238566c08f6a7f255fa6c9bb712a1b9..4747bd5d956ad790d1edf688640c10a35bca88d8 100644 (file)
@@ -1,7 +1,7 @@
-                                  _   _ ____  _     
-                              ___| | | |  _ \| |    
-                             / __| | | | |_) | |    
-                            | (__| |_| |  _ <| |___ 
+                                  _   _ ____  _
+                              ___| | | |  _ \| |
+                             / __| | | | |_) | |
+                            | (__| |_| |  _ <| |___
                              \___|\___/|_| \_\_____|
 
 To Think About When Contributing Source Code
@@ -138,15 +138,15 @@ How To Make a Patch
 
  If you have modified a single file, try something like:
 
-     diff -u undmodified-file.c my-changed-one.c > my-fixes.diff
+     diff -u unmodified-file.c my-changed-one.c > my-fixes.diff
 
  If you have modified several files, possibly in different directories, you
  can use diff recursively:
 
-     diff -ur curl-original-dir curl-modfied-sources-dir > my-fixes.diff
+     diff -ur curl-original-dir curl-modified-sources-dir > my-fixes.diff
 
  The GNU diff and GNU patch tools exist for virtually all platforms, including
- all kinds of unixes and Windows:
+ all kinds of Unixes and Windows:
 
  For unix-like operating systems:
 
index 23531cda61e402f3555999067bd0aa35513fb13e..884dcea536c5bc652cbdd0a680bcf4a6f9e7603d 100644 (file)
@@ -1,7 +1,7 @@
-                                  _   _ ____  _     
-                              ___| | | |  _ \| |    
-                             / __| | | | |_) | |    
-                            | (__| |_| |  _ <| |___ 
+                                  _   _ ____  _
+                              ___| | | |  _ \| |
+                             / __| | | | |_) | |
+                            | (__| |_| |  _ <| |___
                              \___|\___/|_| \_\_____|
 
                           How cURL Became Like This
index cfbfad6d88cee257434c937caf2bc99de26bf421..d095eb0940bcefdfe853dfec2b4c691c759d9e8f 100644 (file)
@@ -158,17 +158,9 @@ Win32
         Make the sources in the src/ drawer be a "win32 console application"
         project. Name it curl.
 
-        With VC++, add 'ws2_32.lib' to the link libs when you build curl!
-        Borland seems to do that itself magically. Of course you have to make
-        sure it links with the libcurl too!
-
         For VC++ 6, there's an included Makefile.vc6 that should be possible
         to use out-of-the-box.
 
-        Microsoft note: add /Zm200 to the compiler options to increase the
-        compiler's memory allocation limit, as the hugehelp.c won't compile
-        due to "too long puts string".
-
 
    With SSL:
 
@@ -596,3 +588,5 @@ Zlib
       http://www.gzip.org/zlib/
 
 
+
+ LocalWords:  MingW