summaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-24 04:08:12 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-24 04:16:47 -0700
commit72f4393d8cfc4a47f0e59657f7822668cfad132f (patch)
tree72a183bf802b025c08fd2a5fa5717155c5c536c6 /zlib
parent91cb26dac47265f178fb6635f1deebdfd244572a (diff)
downloadbinutils-gdb-72f4393d8cfc4a47f0e59657f7822668cfad132f.tar.gz
Remove leading/trailing white spaces in ChangeLog
Diffstat (limited to 'zlib')
-rw-r--r--zlib/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/zlib/ChangeLog b/zlib/ChangeLog
index d9b5030e35f..3db202feaf8 100644
--- a/zlib/ChangeLog
+++ b/zlib/ChangeLog
@@ -1,5 +1,5 @@
- ChangeLog file for zlib
+ ChangeLog file for zlib
Changes in 1.2.7 (2 May 2012)
- Replace use of memmove() with a simple copy for portability
@@ -1112,15 +1112,15 @@ Changes in 1.0.6 (19 Jan 1998)
- added Makefile.nt (thanks to Stephen Williams)
- added the unsupported "contrib" directory:
contrib/asm386/ by Gilles Vollant <info@winimage.com>
- 386 asm code replacing longest_match().
+ 386 asm code replacing longest_match().
contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
- A C++ I/O streams interface to the zlib gz* functions
+ A C++ I/O streams interface to the zlib gz* functions
contrib/iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
- Another C++ I/O streams interface
+ Another C++ I/O streams interface
contrib/untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
- A very simple tar.gz file extractor using zlib
+ A very simple tar.gz file extractor using zlib
contrib/visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
- How to use compress(), uncompress() and the gz* functions from VB.
+ How to use compress(), uncompress() and the gz* functions from VB.
- pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
level) in minigzip (thanks to Tom Lane)