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:
@@ -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.
|
||||
|
||||
2
harbour/external/zlib/adler32.c
vendored
2
harbour/external/zlib/adler32.c
vendored
@@ -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"
|
||||
|
||||
|
||||
2
harbour/external/zlib/compress.c
vendored
2
harbour/external/zlib/compress.c
vendored
@@ -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"
|
||||
|
||||
2
harbour/external/zlib/crc32.c
vendored
2
harbour/external/zlib/crc32.c
vendored
@@ -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
|
||||
|
||||
2
harbour/external/zlib/deflate.c
vendored
2
harbour/external/zlib/deflate.c
vendored
@@ -47,7 +47,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* @(#) $Id: deflate.c 14324 2010-04-12 19:11:35Z druzus $ */
|
||||
/* @(#) $Id$ */
|
||||
|
||||
#include "deflate.h"
|
||||
|
||||
|
||||
2
harbour/external/zlib/deflate.h
vendored
2
harbour/external/zlib/deflate.h
vendored
@@ -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
|
||||
|
||||
2
harbour/external/zlib/trees.c
vendored
2
harbour/external/zlib/trees.c
vendored
@@ -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 */
|
||||
|
||||
|
||||
2
harbour/external/zlib/uncompr.c
vendored
2
harbour/external/zlib/uncompr.c
vendored
@@ -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"
|
||||
|
||||
2
harbour/external/zlib/zconf.h
vendored
2
harbour/external/zlib/zconf.h
vendored
@@ -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
|
||||
|
||||
2
harbour/external/zlib/zutil.c
vendored
2
harbour/external/zlib/zutil.c
vendored
@@ -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"
|
||||
|
||||
|
||||
2
harbour/external/zlib/zutil.h
vendored
2
harbour/external/zlib/zutil.h
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user