summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zlib/ChangeLog2
-rw-r--r--zlib/adler32.c2
-rw-r--r--zlib/compress.c2
-rw-r--r--zlib/contrib/iostream2/zstream.h2
-rw-r--r--zlib/crc32.c2
-rw-r--r--zlib/deflate.c2
-rw-r--r--zlib/deflate.h2
-rw-r--r--zlib/example.c2
-rw-r--r--zlib/gzio.c2
-rw-r--r--zlib/minigzip.c2
-rw-r--r--zlib/trees.c2
-rw-r--r--zlib/uncompr.c2
-rw-r--r--zlib/zconf.h2
-rw-r--r--zlib/zutil.c2
-rw-r--r--zlib/zutil.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/zlib/ChangeLog b/zlib/ChangeLog
index b1c1bbd53b8..c7871611bde 100644
--- a/zlib/ChangeLog
+++ b/zlib/ChangeLog
@@ -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
diff --git a/zlib/adler32.c b/zlib/adler32.c
index 16cf9a703f7..a7fc7d090e5 100644
--- a/zlib/adler32.c
+++ b/zlib/adler32.c
@@ -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"
diff --git a/zlib/compress.c b/zlib/compress.c
index 1cee470913d..a7406e49ea3 100644
--- a/zlib/compress.c
+++ b/zlib/compress.c
@@ -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"
diff --git a/zlib/contrib/iostream2/zstream.h b/zlib/contrib/iostream2/zstream.h
index 43d2332b79b..be7829ba3dc 100644
--- a/zlib/contrib/iostream2/zstream.h
+++ b/zlib/contrib/iostream2/zstream.h
@@ -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>
diff --git a/zlib/crc32.c b/zlib/crc32.c
index a91101a81c6..aa62556bca1 100644
--- a/zlib/crc32.c
+++ b/zlib/crc32.c
@@ -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"
diff --git a/zlib/deflate.c b/zlib/deflate.c
index 25d5818e2ec..7d5ae93025d 100644
--- a/zlib/deflate.c
+++ b/zlib/deflate.c
@@ -47,7 +47,7 @@
*
*/
-/* @(#) $Id$ */
+/* @(#) $Id: deflate.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */
#include "deflate.h"
diff --git a/zlib/deflate.h b/zlib/deflate.h
index 962676da869..8aa11617648 100644
--- a/zlib/deflate.h
+++ b/zlib/deflate.h
@@ -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
diff --git a/zlib/example.c b/zlib/example.c
index 8307c841e4a..86b4af2a4f8 100644
--- a/zlib/example.c
+++ b/zlib/example.c
@@ -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"
diff --git a/zlib/gzio.c b/zlib/gzio.c
index f7c336a55a0..aec5b36706e 100644
--- a/zlib/gzio.c
+++ b/zlib/gzio.c
@@ -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>
diff --git a/zlib/minigzip.c b/zlib/minigzip.c
index 7215eaeb0fc..5d8bbac6c71 100644
--- a/zlib/minigzip.c
+++ b/zlib/minigzip.c
@@ -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"
diff --git a/zlib/trees.c b/zlib/trees.c
index f01fb30d855..fcc1f488be9 100644
--- a/zlib/trees.c
+++ b/zlib/trees.c
@@ -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 */
diff --git a/zlib/uncompr.c b/zlib/uncompr.c
index d1033213781..af85aba41e9 100644
--- a/zlib/uncompr.c
+++ b/zlib/uncompr.c
@@ -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"
diff --git a/zlib/zconf.h b/zlib/zconf.h
index 6d450fc793d..f641125db94 100644
--- a/zlib/zconf.h
+++ b/zlib/zconf.h
@@ -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
diff --git a/zlib/zutil.c b/zlib/zutil.c
index b3de4e88370..14e3ab4a9f8 100644
--- a/zlib/zutil.c
+++ b/zlib/zutil.c
@@ -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"
diff --git a/zlib/zutil.h b/zlib/zutil.h
index 6f2cb97ca11..9c01f445deb 100644
--- a/zlib/zutil.h
+++ b/zlib/zutil.h
@@ -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
OpenPOWER on IntegriCloud