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.
This commit is contained in:
Viktor Szakats
2010-06-10 19:50:19 +00:00
parent 816a0f7390
commit 346e4dcd94
11 changed files with 24 additions and 10 deletions

View File

@@ -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.

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -47,7 +47,7 @@
*
*/
/* @(#) $Id: deflate.c 14324 2010-04-12 19:11:35Z druzus $ */
/* @(#) $Id$ */
#include "deflate.h"

View File

@@ -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

View File

@@ -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 */

View File

@@ -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"

View File

@@ -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

View File

@@ -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"

View File

@@ -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