From 346e4dcd949f33167f4ca73192c03c642053838d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 10 Jun 2010 19:50:19 +0000 Subject: [PATCH] 2010-06-10 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/zlib/deflate.c * external/zlib/zutil.c * external/zlib/deflate.h * external/zlib/zutil.h * external/zlib/crc32.c * external/zlib/trees.c * external/zlib/uncompr.c * external/zlib/zconf.h * external/zlib/compress.c * external/zlib/adler32.c ! Restored original version ID to help creating more meaningful .dif of local patches. --- harbour/ChangeLog | 14 ++++++++++++++ harbour/external/zlib/adler32.c | 2 +- harbour/external/zlib/compress.c | 2 +- harbour/external/zlib/crc32.c | 2 +- harbour/external/zlib/deflate.c | 2 +- harbour/external/zlib/deflate.h | 2 +- harbour/external/zlib/trees.c | 2 +- harbour/external/zlib/uncompr.c | 2 +- harbour/external/zlib/zconf.h | 2 +- harbour/external/zlib/zutil.c | 2 +- harbour/external/zlib/zutil.h | 2 +- 11 files changed, 24 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e058f7cc99..8422846d0b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,20 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-10 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * external/zlib/deflate.c + * external/zlib/zutil.c + * external/zlib/deflate.h + * external/zlib/zutil.h + * external/zlib/crc32.c + * external/zlib/trees.c + * external/zlib/uncompr.c + * external/zlib/zconf.h + * external/zlib/compress.c + * external/zlib/adler32.c + ! Restored original version ID to help creating more meaningful + .dif of local patches. + 2010-06-10 21:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/minizip/minizip.dif * Updated. Patch sent by Tamas Tevesz. diff --git a/harbour/external/zlib/adler32.c b/harbour/external/zlib/adler32.c index 937578c5f8..65ad6a5adc 100644 --- a/harbour/external/zlib/adler32.c +++ b/harbour/external/zlib/adler32.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: adler32.c 14300 2010-04-09 12:44:20Z vszakats $ */ +/* @(#) $Id$ */ #include "zutil.h" diff --git a/harbour/external/zlib/compress.c b/harbour/external/zlib/compress.c index 991a2bace0..ea4dfbe9d7 100644 --- a/harbour/external/zlib/compress.c +++ b/harbour/external/zlib/compress.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: compress.c 14300 2010-04-09 12:44:20Z vszakats $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/harbour/external/zlib/crc32.c b/harbour/external/zlib/crc32.c index 4019ef4758..6ae3c32b5d 100644 --- a/harbour/external/zlib/crc32.c +++ b/harbour/external/zlib/crc32.c @@ -9,7 +9,7 @@ * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3. */ -/* @(#) $Id: crc32.c 14300 2010-04-09 12:44:20Z vszakats $ */ +/* @(#) $Id$ */ /* Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore diff --git a/harbour/external/zlib/deflate.c b/harbour/external/zlib/deflate.c index aa25c75653..7ad245f667 100644 --- a/harbour/external/zlib/deflate.c +++ b/harbour/external/zlib/deflate.c @@ -47,7 +47,7 @@ * */ -/* @(#) $Id: deflate.c 14324 2010-04-12 19:11:35Z druzus $ */ +/* @(#) $Id$ */ #include "deflate.h" diff --git a/harbour/external/zlib/deflate.h b/harbour/external/zlib/deflate.h index e9b80e3311..f53deba852 100644 --- a/harbour/external/zlib/deflate.h +++ b/harbour/external/zlib/deflate.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: deflate.h 14300 2010-04-09 12:44:20Z vszakats $ */ +/* @(#) $Id$ */ #ifndef DEFLATE_H #define DEFLATE_H diff --git a/harbour/external/zlib/trees.c b/harbour/external/zlib/trees.c index 4b3a1fc3c8..1a6e997ac0 100644 --- a/harbour/external/zlib/trees.c +++ b/harbour/external/zlib/trees.c @@ -30,7 +30,7 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id: trees.c 14300 2010-04-09 12:44:20Z vszakats $ */ +/* @(#) $Id$ */ /* #define GEN_TREES_H */ diff --git a/harbour/external/zlib/uncompr.c b/harbour/external/zlib/uncompr.c index 833e8ba47d..ad98be3a5d 100644 --- a/harbour/external/zlib/uncompr.c +++ b/harbour/external/zlib/uncompr.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: uncompr.c 14300 2010-04-09 12:44:20Z vszakats $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/harbour/external/zlib/zconf.h b/harbour/external/zlib/zconf.h index b1a7ebb0a5..dad365a60c 100644 --- a/harbour/external/zlib/zconf.h +++ b/harbour/external/zlib/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h 14324 2010-04-12 19:11:35Z druzus $ */ +/* @(#) $Id$ */ #ifndef ZCONF_H #define ZCONF_H diff --git a/harbour/external/zlib/zutil.c b/harbour/external/zlib/zutil.c index 8a639d2be8..949f593a96 100644 --- a/harbour/external/zlib/zutil.c +++ b/harbour/external/zlib/zutil.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zutil.c 14300 2010-04-09 12:44:20Z vszakats $ */ +/* @(#) $Id$ */ #include "zutil.h" diff --git a/harbour/external/zlib/zutil.h b/harbour/external/zlib/zutil.h index ab5a21fdcc..0697b4156a 100644 --- a/harbour/external/zlib/zutil.h +++ b/harbour/external/zlib/zutil.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: zutil.h 14324 2010-04-12 19:11:35Z druzus $ */ +/* @(#) $Id$ */ #ifndef ZUTIL_H #define ZUTIL_H