Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-12Move zlib to its own directory, and re-enable subdir-objectsJo Shields
This has the following benefits: * Clearer structure for mirroring * Slight build time improvement on bundled zlib use (as it only builds once) * Removes pages of subdir-objects spew from autogen
2019-08-20Fix minizip compile on Haiku (#16301)Calvin Buckley
it doesn't have f*64 funcs, it seems
2019-07-31Update zlib from 1.2.5 to 1.2.11. (#15480)Jay Krell
Circa 2010 to circa 2017. Retrieved with apt-get source zlib on WSL Ubuntu 18.04.2 LTS. This matches Debian or Ubuntu (they differ by one commit, and one of them restores a dummy function for compat). --- * [minizip] Ensure we don't ever accidentally change calling convention Make sure we always #define ZCALLBACK to empty so we don't change the calling convention on windows by including a header which defines 'CALLBACK'. This will keep things as cdecl as required by the c# pinvokes. * Update zlib readme. * Update zlib from 1.2.5 to 1.2.11. * [zlib] Small fix for Visual C++. see https://github.com/madler/zlib/pull/435/files#diff-0558e84b0c24a83ca790dcb05cd26212R1087 and https://github.com/madler/zlib/pull/435/files#diff-0558e84b0c24a83ca790dcb05cd26212R1104 * Add gzguts.h to Makefiles. * Add .h files to Visual Studio project files just for GUI purposes.
2018-05-24Prune unused incorrect looking zip code. (#8752)Jay Krell
Not sure what is happening here. Is the type incorrect throughout, or being passed to wrong function?
2014-06-07Comment an unused function in minizip.Alex Rønne Petersen
2013-10-27Add a .gitignore file to support/minizip/ to ignore *.la *.lo files.Alex Rønne Petersen
2011-08-17[minizip] Ensure we don't ever accidentally change calling conventionAlan McGovern
Make sure we always #define ZCALLBACK to empty so we don't change the calling convention on windows by including a header which defines 'CALLBACK'. This will keep things as cdecl as required by the c# pinvokes.
2009-02-102009-02-10 Jeffrey Stedfast <fejj@novell.com>Jeffrey Stedfast
* minizip/zip.c: Fix warnings about old-style paramater type specifications. * minizip/unzip.c Fix warnings about old-style paramater type specifications. svn path=/trunk/mono/; revision=126463
2009-02-102009-02-10 Jeffrey Stedfast <fejj@novell.com>Jeffrey Stedfast
* minizip/unzip.c (unzlocal_DosDateToTmuDate): Fix ambiguous else's. (unzlocal_DosDateToTmuDate): Here too. (unzlocal_CheckCurrentFileCoherencyHeader): And here. svn path=/trunk/mono/; revision=126461
2008-11-062008-11-06 Alan McGovern <amcgovern@novell.com>Alan McGovern
* minizip/minizip/miniunz.c : * Makefile.am: Removed unnecessary file from build and svn. svn path=/trunk/mono/; revision=118108
2008-11-062008-11-06 Alan McGovern <amcgovern@novell.com>Alan McGovern
* minizip/*.am : * Makefile.am: Merged minizip build into the support code. svn path=/trunk/mono/; revision=118095