summaryrefslogtreecommitdiff
path: root/erts/emulator/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Update zlib to 1.2.13Michal Kuratczyk2023-03-0813-213/+246
|
* Merge branch 'update_zlib_1_2_12/GH-5994/OTP-18123' into maintBjörn Gustavsson2022-05-3013-961/+10723
|\ | | | | | | | | * update_zlib_1_2_12/GH-5994/OTP-18123: Update zlib to 1.2.12
| * Update zlib to 1.2.12antedeguemon2022-05-2413-961/+10723
| | | | | | | | Fix broken zlib link in docs
* | Fix typos (repeated words) [doc] [ci skip]Marc-André Lafortune2022-02-051-1/+1
|/
* Update copyright yearRickard Green2020-03-131-1/+1
|
* Merge branch 'fhunleth/fix-muslc-compiler-error' into ↵John Högberg2018-10-161-0/+3
|\ | | | | | | | | | | | | john/erts/update-zlib/OTP-15351/ERL-749 * fhunleth/fix-muslc-compiler-error: Allow undefined macros when building zlib
| * Allow undefined macros when building zlibFrank Hunleth2018-10-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building Erlang on a system that uses the Musl C library, it's possible to get the following error: In file included from zlib/adler32.c:11:0: zlib/zutil.h:172:39: error: "_LFS64_LARGEFILE" is not defined [-Werror=undef] (!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0) ^~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors On the same systems, zlib is built without `-Werror=undef` so do the same when building it with Erlang. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
* | Update zlib to 1.2.11John Högberg2018-10-1617-798/+1235
|/
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Update zlib to 1.2.8Björn Gustavsson2014-01-1421-1270/+2460
|
* erts/zlib: Remove unused file example.cBjörn Gustavsson2014-01-091-570/+0
|
* Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-3/+3
| | | | | | With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.
* erts: Fix parallel make for emulator zlibRaimo Niskanen2012-01-133-125/+74
| | | | Convert the recursive make for zlib into a make include file.
* Teach spawn_executable about UnicodePatrik Nyblom2010-11-301-0/+1
| | | | Also corrected compressed files on Windows
* OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green2010-02-081-20/+6
| | | | tile-cc 2.0.1.78377 when compiling the runtime system.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2023-0/+9912