summaryrefslogtreecommitdiff
path: root/libs/zlib
diff options
context:
space:
mode:
Diffstat (limited to 'libs/zlib')
-rw-r--r--libs/zlib/CMakeLists.txt2
-rw-r--r--libs/zlib/docs/MiniZip64_Changes.txt2
-rw-r--r--libs/zlib/docs/MiniZip64_info.txt2
-rw-r--r--libs/zlib/src/adler32.c2
-rw-r--r--libs/zlib/src/compress.c2
-rw-r--r--libs/zlib/src/crc32.c2
-rw-r--r--libs/zlib/src/crc32.h2
-rw-r--r--libs/zlib/src/crypt.h2
-rw-r--r--libs/zlib/src/deflate.c2
-rw-r--r--libs/zlib/src/deflate.h2
-rw-r--r--libs/zlib/src/gzclose.c2
-rw-r--r--libs/zlib/src/gzguts.h2
-rw-r--r--libs/zlib/src/gzlib.c2
-rw-r--r--libs/zlib/src/gzread.c2
-rw-r--r--libs/zlib/src/gzwrite.c2
-rw-r--r--libs/zlib/src/infback.c2
-rw-r--r--libs/zlib/src/inffast.c2
-rw-r--r--libs/zlib/src/inffast.h2
-rw-r--r--libs/zlib/src/inffixed.h2
-rw-r--r--libs/zlib/src/inflate.c2
-rw-r--r--libs/zlib/src/inflate.h2
-rw-r--r--libs/zlib/src/inftrees.c2
-rw-r--r--libs/zlib/src/inftrees.h2
-rw-r--r--libs/zlib/src/ioapi.c2
-rw-r--r--libs/zlib/src/ioapi.h2
-rw-r--r--libs/zlib/src/iowin32.c2
-rw-r--r--libs/zlib/src/iowin32.h2
-rw-r--r--libs/zlib/src/mztools.c2
-rw-r--r--libs/zlib/src/mztools.h2
-rw-r--r--libs/zlib/src/stdafx.cxx2
-rw-r--r--libs/zlib/src/stdafx.h2
-rw-r--r--libs/zlib/src/trees.c2
-rw-r--r--libs/zlib/src/trees.h2
-rw-r--r--libs/zlib/src/uncompr.c2
-rw-r--r--libs/zlib/src/unzip.c2
-rw-r--r--libs/zlib/src/unzip.h2
-rw-r--r--libs/zlib/src/zconf.h2
-rw-r--r--libs/zlib/src/zip.c2
-rw-r--r--libs/zlib/src/zip.h2
-rw-r--r--libs/zlib/src/zlib.def2
-rw-r--r--libs/zlib/src/zlib.h2
-rw-r--r--libs/zlib/src/zutil.c2
-rw-r--r--libs/zlib/src/zutil.h2
43 files changed, 43 insertions, 43 deletions
diff --git a/libs/zlib/CMakeLists.txt b/libs/zlib/CMakeLists.txt
index e19815aa82..8f66b949c3 100644
--- a/libs/zlib/CMakeLists.txt
+++ b/libs/zlib/CMakeLists.txt
@@ -1,3 +1,3 @@
-file(GLOB SOURCES "src/*.h" "src/*.c" "src/zlib.def")
+file(GLOB SOURCES "src/*.h" "src/*.c" "src/zlib.def")
set(TARGET Zlib)
include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake) \ No newline at end of file
diff --git a/libs/zlib/docs/MiniZip64_Changes.txt b/libs/zlib/docs/MiniZip64_Changes.txt
index 1e4452f662..13a1bd91a9 100644
--- a/libs/zlib/docs/MiniZip64_Changes.txt
+++ b/libs/zlib/docs/MiniZip64_Changes.txt
@@ -1,4 +1,4 @@
-
+
MiniZip 1.1 was derrived from MiniZip at version 1.01f
Change in 1.0 (Okt 2009)
diff --git a/libs/zlib/docs/MiniZip64_info.txt b/libs/zlib/docs/MiniZip64_info.txt
index e542cf677f..57d7152420 100644
--- a/libs/zlib/docs/MiniZip64_info.txt
+++ b/libs/zlib/docs/MiniZip64_info.txt
@@ -1,4 +1,4 @@
-MiniZip - Copyright (c) 1998-2010 - by Gilles Vollant - version 1.1 64 bits from Mathias Svensson
+MiniZip - Copyright (c) 1998-2010 - by Gilles Vollant - version 1.1 64 bits from Mathias Svensson
Introduction
---------------------
diff --git a/libs/zlib/src/adler32.c b/libs/zlib/src/adler32.c
index 8263a339c3..d0be4380a3 100644
--- a/libs/zlib/src/adler32.c
+++ b/libs/zlib/src/adler32.c
@@ -1,4 +1,4 @@
-/* adler32.c -- compute the Adler-32 checksum of a data stream
+/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2011, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/compress.c b/libs/zlib/src/compress.c
index d68c43dc19..e2db404abf 100644
--- a/libs/zlib/src/compress.c
+++ b/libs/zlib/src/compress.c
@@ -1,4 +1,4 @@
-/* compress.c -- compress a memory buffer
+/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/crc32.c b/libs/zlib/src/crc32.c
index 2de138b1d4..9580440c0e 100644
--- a/libs/zlib/src/crc32.c
+++ b/libs/zlib/src/crc32.c
@@ -1,4 +1,4 @@
-/* crc32.c -- compute the CRC-32 of a data stream
+/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
diff --git a/libs/zlib/src/crc32.h b/libs/zlib/src/crc32.h
index d1f702a6a9..9e0c778102 100644
--- a/libs/zlib/src/crc32.h
+++ b/libs/zlib/src/crc32.h
@@ -1,4 +1,4 @@
-/* crc32.h -- tables for rapid CRC calculation
+/* crc32.h -- tables for rapid CRC calculation
* Generated automatically by crc32.c
*/
diff --git a/libs/zlib/src/crypt.h b/libs/zlib/src/crypt.h
index f21b0b0aff..1e9e8200b2 100644
--- a/libs/zlib/src/crypt.h
+++ b/libs/zlib/src/crypt.h
@@ -1,4 +1,4 @@
-/* crypt.h -- base code for crypt/uncrypt ZIPfile
+/* crypt.h -- base code for crypt/uncrypt ZIPfile
Version 1.01e, February 12th, 2005
diff --git a/libs/zlib/src/deflate.c b/libs/zlib/src/deflate.c
index 3c99ac7917..1ec761448d 100644
--- a/libs/zlib/src/deflate.c
+++ b/libs/zlib/src/deflate.c
@@ -1,4 +1,4 @@
-/* deflate.c -- compress data using the deflation algorithm
+/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/deflate.h b/libs/zlib/src/deflate.h
index 66b17cace1..23ecdd312b 100644
--- a/libs/zlib/src/deflate.h
+++ b/libs/zlib/src/deflate.h
@@ -1,4 +1,4 @@
-/* deflate.h -- internal compression state
+/* deflate.h -- internal compression state
* Copyright (C) 1995-2016 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzclose.c b/libs/zlib/src/gzclose.c
index 3a24d0fc08..caeb99a317 100644
--- a/libs/zlib/src/gzclose.c
+++ b/libs/zlib/src/gzclose.c
@@ -1,4 +1,4 @@
-/* gzclose.c -- zlib gzclose() function
+/* gzclose.c -- zlib gzclose() function
* Copyright (C) 2004, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzguts.h b/libs/zlib/src/gzguts.h
index c12be309d5..990a4d2514 100644
--- a/libs/zlib/src/gzguts.h
+++ b/libs/zlib/src/gzguts.h
@@ -1,4 +1,4 @@
-/* gzguts.h -- zlib internal header definitions for gz* operations
+/* gzguts.h -- zlib internal header definitions for gz* operations
* Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzlib.c b/libs/zlib/src/gzlib.c
index 35d2834c11..4105e6aff9 100644
--- a/libs/zlib/src/gzlib.c
+++ b/libs/zlib/src/gzlib.c
@@ -1,4 +1,4 @@
-/* gzlib.c -- zlib functions common to reading and writing gzip files
+/* gzlib.c -- zlib functions common to reading and writing gzip files
* Copyright (C) 2004-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzread.c b/libs/zlib/src/gzread.c
index dbd78d41ff..956b91ea7d 100644
--- a/libs/zlib/src/gzread.c
+++ b/libs/zlib/src/gzread.c
@@ -1,4 +1,4 @@
-/* gzread.c -- zlib functions for reading gzip files
+/* gzread.c -- zlib functions for reading gzip files
* Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzwrite.c b/libs/zlib/src/gzwrite.c
index ce0b9ddea2..c7b5651d70 100644
--- a/libs/zlib/src/gzwrite.c
+++ b/libs/zlib/src/gzwrite.c
@@ -1,4 +1,4 @@
-/* gzwrite.c -- zlib functions for writing gzip files
+/* gzwrite.c -- zlib functions for writing gzip files
* Copyright (C) 2004-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/infback.c b/libs/zlib/src/infback.c
index fe1dfd8a70..59679ecbfc 100644
--- a/libs/zlib/src/infback.c
+++ b/libs/zlib/src/infback.c
@@ -1,4 +1,4 @@
-/* infback.c -- inflate using a call-back interface
+/* infback.c -- inflate using a call-back interface
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inffast.c b/libs/zlib/src/inffast.c
index eab1e28034..0dbd1dbc09 100644
--- a/libs/zlib/src/inffast.c
+++ b/libs/zlib/src/inffast.c
@@ -1,4 +1,4 @@
-/* inffast.c -- fast decoding
+/* inffast.c -- fast decoding
* Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inffast.h b/libs/zlib/src/inffast.h
index dd120ce45e..e5c1aa4ca8 100644
--- a/libs/zlib/src/inffast.h
+++ b/libs/zlib/src/inffast.h
@@ -1,4 +1,4 @@
-/* inffast.h -- header to use inffast.c
+/* inffast.h -- header to use inffast.c
* Copyright (C) 1995-2003, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inffixed.h b/libs/zlib/src/inffixed.h
index d071858835..d628327769 100644
--- a/libs/zlib/src/inffixed.h
+++ b/libs/zlib/src/inffixed.h
@@ -1,4 +1,4 @@
- /* inffixed.h -- table for decoding fixed codes
+ /* inffixed.h -- table for decoding fixed codes
* Generated automatically by makefixed().
*/
diff --git a/libs/zlib/src/inflate.c b/libs/zlib/src/inflate.c
index 62ec592bae..ac333e8c2e 100644
--- a/libs/zlib/src/inflate.c
+++ b/libs/zlib/src/inflate.c
@@ -1,4 +1,4 @@
-/* inflate.c -- zlib decompression
+/* inflate.c -- zlib decompression
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inflate.h b/libs/zlib/src/inflate.h
index f97d19be18..a46cce6b6d 100644
--- a/libs/zlib/src/inflate.h
+++ b/libs/zlib/src/inflate.h
@@ -1,4 +1,4 @@
-/* inflate.h -- internal inflate state definition
+/* inflate.h -- internal inflate state definition
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inftrees.c b/libs/zlib/src/inftrees.c
index bdf033d152..2ea08fc13e 100644
--- a/libs/zlib/src/inftrees.c
+++ b/libs/zlib/src/inftrees.c
@@ -1,4 +1,4 @@
-/* inftrees.c -- generate Huffman trees for efficient decoding
+/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inftrees.h b/libs/zlib/src/inftrees.h
index 93a0deee18..baa53a0b1a 100644
--- a/libs/zlib/src/inftrees.h
+++ b/libs/zlib/src/inftrees.h
@@ -1,4 +1,4 @@
-/* inftrees.h -- header to use inftrees.c
+/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2005, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/ioapi.c b/libs/zlib/src/ioapi.c
index f90dc57051..cf0118907e 100644
--- a/libs/zlib/src/ioapi.c
+++ b/libs/zlib/src/ioapi.c
@@ -1,4 +1,4 @@
-/* ioapi.h -- IO base function header for compress/uncompress .zip
+/* ioapi.h -- IO base function header for compress/uncompress .zip
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/ioapi.h b/libs/zlib/src/ioapi.h
index 03ea336d7a..de8c74a685 100644
--- a/libs/zlib/src/ioapi.h
+++ b/libs/zlib/src/ioapi.h
@@ -1,4 +1,4 @@
-/* ioapi.h -- IO base function header for compress/uncompress .zip
+/* ioapi.h -- IO base function header for compress/uncompress .zip
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/iowin32.c b/libs/zlib/src/iowin32.c
index 74e3ab1b14..f37033bda8 100644
--- a/libs/zlib/src/iowin32.c
+++ b/libs/zlib/src/iowin32.c
@@ -1,4 +1,4 @@
-/* iowin32.c -- IO base function header for compress/uncompress .zip
+/* iowin32.c -- IO base function header for compress/uncompress .zip
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/iowin32.h b/libs/zlib/src/iowin32.h
index e18a499778..0ca0969a7d 100644
--- a/libs/zlib/src/iowin32.h
+++ b/libs/zlib/src/iowin32.h
@@ -1,4 +1,4 @@
-/* iowin32.h -- IO base function header for compress/uncompress .zip
+/* iowin32.h -- IO base function header for compress/uncompress .zip
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/mztools.c b/libs/zlib/src/mztools.c
index c9c498db2b..96891c2e0b 100644
--- a/libs/zlib/src/mztools.c
+++ b/libs/zlib/src/mztools.c
@@ -1,4 +1,4 @@
-/*
+/*
Additional tools for Minizip
Code: Xavier Roche '2004
License: Same as ZLIB (www.gzip.org)
diff --git a/libs/zlib/src/mztools.h b/libs/zlib/src/mztools.h
index 17bc8b35fd..a49a426ec2 100644
--- a/libs/zlib/src/mztools.h
+++ b/libs/zlib/src/mztools.h
@@ -1,4 +1,4 @@
-/*
+/*
Additional tools for Minizip
Code: Xavier Roche '2004
License: Same as ZLIB (www.gzip.org)
diff --git a/libs/zlib/src/stdafx.cxx b/libs/zlib/src/stdafx.cxx
index 7df047aeff..0fb604da7c 100644
--- a/libs/zlib/src/stdafx.cxx
+++ b/libs/zlib/src/stdafx.cxx
@@ -1,2 +1,2 @@
-
+
#include "stdafx.h" \ No newline at end of file
diff --git a/libs/zlib/src/stdafx.h b/libs/zlib/src/stdafx.h
index 74d247a037..d78b7834c8 100644
--- a/libs/zlib/src/stdafx.h
+++ b/libs/zlib/src/stdafx.h
@@ -1,2 +1,2 @@
-
+
// just a stub \ No newline at end of file
diff --git a/libs/zlib/src/trees.c b/libs/zlib/src/trees.c
index 591d43b757..50cf4b4571 100644
--- a/libs/zlib/src/trees.c
+++ b/libs/zlib/src/trees.c
@@ -1,4 +1,4 @@
-/* trees.c -- output deflated data using Huffman coding
+/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2017 Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
* For conditions of distribution and use, see copyright notice in zlib.h
diff --git a/libs/zlib/src/trees.h b/libs/zlib/src/trees.h
index 287fa367d0..d35639d82a 100644
--- a/libs/zlib/src/trees.h
+++ b/libs/zlib/src/trees.h
@@ -1,4 +1,4 @@
-/* header created automatically with -DGEN_TREES_H */
+/* header created automatically with -DGEN_TREES_H */
local const ct_data static_ltree[L_CODES+2] = {
{{ 12},{ 8}}, {{140},{ 8}}, {{ 76},{ 8}}, {{204},{ 8}}, {{ 44},{ 8}},
diff --git a/libs/zlib/src/uncompr.c b/libs/zlib/src/uncompr.c
index 18778381e0..f03a1a865e 100644
--- a/libs/zlib/src/uncompr.c
+++ b/libs/zlib/src/uncompr.c
@@ -1,4 +1,4 @@
-/* uncompr.c -- decompress a memory buffer
+/* uncompr.c -- decompress a memory buffer
* Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/unzip.c b/libs/zlib/src/unzip.c
index ec71df5aa9..bcfb9416ec 100644
--- a/libs/zlib/src/unzip.c
+++ b/libs/zlib/src/unzip.c
@@ -1,4 +1,4 @@
-/* unzip.c -- IO for uncompress .zip files using zlib
+/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/unzip.h b/libs/zlib/src/unzip.h
index 933e337fc3..2104e39150 100644
--- a/libs/zlib/src/unzip.h
+++ b/libs/zlib/src/unzip.h
@@ -1,4 +1,4 @@
-/* unzip.h -- IO for uncompress .zip files using zlib
+/* unzip.h -- IO for uncompress .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/zconf.h b/libs/zlib/src/zconf.h
index 6c901240ea..5e1d68a004 100644
--- a/libs/zlib/src/zconf.h
+++ b/libs/zlib/src/zconf.h
@@ -1,4 +1,4 @@
-/* zconf.h -- configuration of the zlib compression library
+/* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/zip.c b/libs/zlib/src/zip.c
index b91aea7e0f..44e88a9cb9 100644
--- a/libs/zlib/src/zip.c
+++ b/libs/zlib/src/zip.c
@@ -1,4 +1,4 @@
-/* zip.c -- IO on .zip files using zlib
+/* zip.c -- IO on .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/zip.h b/libs/zlib/src/zip.h
index 013bbd5b09..8aaebb6234 100644
--- a/libs/zlib/src/zip.h
+++ b/libs/zlib/src/zip.h
@@ -1,4 +1,4 @@
-/* zip.h -- IO on .zip files using zlib
+/* zip.h -- IO on .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/zlib.def b/libs/zlib/src/zlib.def
index 03a9283075..34400952d9 100644
--- a/libs/zlib/src/zlib.def
+++ b/libs/zlib/src/zlib.def
@@ -1,4 +1,4 @@
-; zlib data compression library
+; zlib data compression library
LIBRARY zlib.mir
EXPORTS
; basic functions
diff --git a/libs/zlib/src/zlib.h b/libs/zlib/src/zlib.h
index ebd43bcec9..8794d65bdf 100644
--- a/libs/zlib/src/zlib.h
+++ b/libs/zlib/src/zlib.h
@@ -1,4 +1,4 @@
-/* zlib.h -- interface of the 'zlib' general purpose compression library
+/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.11, January 15th, 2017
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
diff --git a/libs/zlib/src/zutil.c b/libs/zlib/src/zutil.c
index eccaf8f3e3..35ac5d8549 100644
--- a/libs/zlib/src/zutil.c
+++ b/libs/zlib/src/zutil.c
@@ -1,4 +1,4 @@
-/* zutil.c -- target dependent utility functions for the compression library
+/* zutil.c -- target dependent utility functions for the compression library
* Copyright (C) 1995-2017 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/zutil.h b/libs/zlib/src/zutil.h
index 4adb62aae7..b079ea6a80 100644
--- a/libs/zlib/src/zutil.h
+++ b/libs/zlib/src/zutil.h
@@ -1,4 +1,4 @@
-/* zutil.h -- internal interface and configuration of the compression library
+/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/