Dummy commit in preparation for import
authorTom Tromey <tromey@gcc.gnu.org>
Mon, 11 Mar 2002 21:50:08 +0000 (21:50 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 11 Mar 2002 21:50:08 +0000 (21:50 +0000)
From-SVN: r50605

15 files changed:
zlib/ChangeLog
zlib/adler32.c
zlib/compress.c
zlib/contrib/iostream2/zstream.h
zlib/crc32.c
zlib/deflate.c
zlib/deflate.h
zlib/example.c
zlib/gzio.c
zlib/minigzip.c
zlib/trees.c
zlib/uncompr.c
zlib/zconf.h
zlib/zutil.c
zlib/zutil.h

index b1c1bbd53b8c647cc897039bf027ebc4ed0e8055..c7871611bde4a97a621e5c58c94dd9500af4c88e 100644 (file)
@@ -221,7 +221,7 @@ Changes in 1.0.6 (19 Jan 1998)
 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
 - added makelcc.bat for lcc-win32 (Tom St Denis)
 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
-- Avoid expanded $Id: ChangeLog,v 1.1 1999/05/04 19:30:26 tromey Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
+- Avoid expanded $Id: ChangeLog,v 1.2 2001/06/09 20:31:02 aoliva Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
 - check for unistd.h in configure (for off_t)
 - remove useless check parameter in inflate_blocks_free
 - avoid useless assignment of s->check to itself in inflate_blocks_new
index 16cf9a703f7cdedc6715db64715254780ad6414d..a7fc7d090e5064f5522090938d7cbd507cd14a30 100644 (file)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: adler32.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
 
 #include "zlib.h"
 
index 1cee470913d75a3fa74c998c5638920fc382ec07..a7406e49ea3a5bbce16b97c6133dc707989f91f0 100644 (file)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: compress.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
 
 #include "zlib.h"
 
index 43d2332b79b70bb8ead6d84838e6841e349ec818..be7829ba3dc16bda1a4b47933d7e37babef023cd 100644 (file)
@@ -21,7 +21,7 @@
 
 /*
  * zstream.h - C++ interface to the 'zlib' general purpose compression library
- * $Id: zstream.h 1.1 1997-06-25 12:00:56+02 tyge Exp tyge $
+ * $Id: zstream.h,v 1.1 1999/05/04 19:30:27 tromey Exp $
  */
 
 #include <strstream.h>
index a91101a81c6ae58913d5f3266e8da4ff75eda936..aa62556bca1a372b3e6a7eb078099721ff152159 100644 (file)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: crc32.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
 
 #include "zlib.h"
 
index 25d5818e2ece934bfa178d6cf9de7c951876f2da..7d5ae93025d40125c6751ebf2ef3292adefc1cbd 100644 (file)
@@ -47,7 +47,7 @@
  *
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: deflate.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
 
 #include "deflate.h"
 
index 962676da8696da7f7afbd92b7951c20548d49759..8aa1161764845bae2b0a02326ad32be8c6f2a02a 100644 (file)
@@ -8,7 +8,7 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: deflate.h,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
 
 #ifndef _DEFLATE_H
 #define _DEFLATE_H
index 8307c841e4a83916b595a3ba744513305e54de9e..86b4af2a4f89c7c5bfbe91c1ce6e98bf93bb0de6 100644 (file)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: example.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
 
 #include <stdio.h>
 #include "zlib.h"
index f7c336a55a0911bdd45fcd9caa10c8570b3c5d6c..aec5b36706e5f9386921f387980dbac5573a1a4c 100644 (file)
@@ -5,7 +5,7 @@
  * Compile this file with -DNO_DEFLATE to avoid the compression code.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: gzio.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
 
 #include <stdio.h>
 
index 7215eaeb0fc42be602d34ed572ad44ad71f642db..5d8bbac6c71a444f66967366aec51dba7a47e8db 100644 (file)
@@ -13,7 +13,7 @@
  * or in pipe mode.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: minigzip.c,v 1.1 1999/05/04 19:30:27 tromey Exp $ */
 
 #include <stdio.h>
 #include "zlib.h"
index f01fb30d85515b8b74b997d826c01f10fd45a635..fcc1f488be966a9f9417f36f161ff484afce4494 100644 (file)
@@ -29,7 +29,7 @@
  *          Addison-Wesley, 1983. ISBN 0-201-06672-6.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: trees.c,v 1.1 1999/05/04 19:30:27 tromey Exp $ */
 
 /* #define GEN_TREES_H */
 
index d1033213781eecf2dbd78f088b03845c5c13c085..af85aba41e9194efc3b099bec968f4d8bc78172d 100644 (file)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: uncompr.c,v 1.1 1999/05/04 19:30:27 tromey Exp $ */
 
 #include "zlib.h"
 
index 6d450fc793dd867c5d4bf3966f316775bff32469..f641125db948e837cd7f31612620a5219c6cba46 100644 (file)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: zconf.h,v 1.1 1999/05/04 19:30:27 tromey Exp $ */
 
 #ifndef _ZCONF_H
 #define _ZCONF_H
index b3de4e8837023d2d05756b62895efbe849e45189..14e3ab4a9f8ce8f1bc61d715f7c07b57ec97973c 100644 (file)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: zutil.c,v 1.1 1999/05/04 19:30:27 tromey Exp $ */
 
 #include "zutil.h"
 
index 6f2cb97ca11ff23c92c0e7a84079d6494ce81669..9c01f445deb85e7a09e91a2e45fdbfc04e0e21e6 100644 (file)
@@ -8,7 +8,7 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: zutil.h,v 1.1 1999/05/04 19:30:27 tromey Exp $ */
 
 #ifndef _Z_UTIL_H
 #define _Z_UTIL_H