Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update zlib to 1.2.13 | Michal Kuratczyk | 2023-03-08 | 13 | -213/+246 |
| | |||||
* | Merge branch 'update_zlib_1_2_12/GH-5994/OTP-18123' into maint | Björn Gustavsson | 2022-05-30 | 13 | -961/+10723 |
|\ | | | | | | | | | * update_zlib_1_2_12/GH-5994/OTP-18123: Update zlib to 1.2.12 | ||||
| * | Update zlib to 1.2.12 | antedeguemon | 2022-05-24 | 13 | -961/+10723 |
| | | | | | | | | Fix broken zlib link in docs | ||||
* | | Fix typos (repeated words) [doc] [ci skip] | Marc-André Lafortune | 2022-02-05 | 1 | -1/+1 |
|/ | |||||
* | Update copyright year | Rickard Green | 2020-03-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fhunleth/fix-muslc-compiler-error' into ↵ | John Högberg | 2018-10-16 | 1 | -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 zlib | Frank Hunleth | 2018-10-11 | 1 | -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.11 | John Högberg | 2018-10-16 | 17 | -798/+1235 |
|/ | |||||
* | update copyright-year | Henrik Nord | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | Change license text to APLv2 | Bruce Yinhe | 2015-06-18 | 1 | -9/+10 |
| | |||||
* | Update zlib to 1.2.8 | Björn Gustavsson | 2014-01-14 | 21 | -1270/+2460 |
| | |||||
* | erts/zlib: Remove unused file example.c | Björn Gustavsson | 2014-01-09 | 1 | -570/+0 |
| | |||||
* | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | 2013-01-15 | 1 | -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 zlib | Raimo Niskanen | 2012-01-13 | 3 | -125/+74 |
| | | | | Convert the recursive make for zlib into a make include file. | ||||
* | Teach spawn_executable about Unicode | Patrik Nyblom | 2010-11-30 | 1 | -0/+1 |
| | | | | Also corrected compressed files on Windows | ||||
* | OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 and | Rickard Green | 2010-02-08 | 1 | -20/+6 |
| | | | | tile-cc 2.0.1.78377 when compiling the runtime system. | ||||
* | The R13B03 release.OTP_R13B03 | Erlang/OTP | 2009-11-20 | 23 | -0/+9912 |