Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib 1.3v1.3 | Mark Adler | 2023-08-18 | 1 | -1/+1 |
| | |||||
* | Use original make and options when Makefile runs make. | Mark Adler | 2023-08-17 | 1 | -2/+2 |
| | | | | Also avoid the use of the -C option for non-GNU make. | ||||
* | Fix typo in preceding reversion commit. | Mark Adler | 2023-08-17 | 1 | -1/+1 |
| | |||||
* | Revert flipping of load flags in Makefile.in for z/OS. | Mark Adler | 2023-08-17 | 1 | -6/+6 |
| | | | | | It looked innocuous enough and worked on macOS, but failed on Ubuntu. | ||||
* | Move load flags before object file in Makefile.in for Z/OS. | Mark Adler | 2023-08-17 | 1 | -6/+6 |
| | |||||
* | Add minizip testing to Makefile. | Mark Adler | 2023-08-03 | 1 | -1/+7 |
| | |||||
* | Change version number on develop branch to 1.2.13.1. | Mark Adler | 2022-10-15 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.13v1.2.13 | Mark Adler | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | CI: Run test applications against QEMU. | Nathan Moinvaziri | 2022-10-11 | 1 | -4/+4 |
| | |||||
* | Turn off RWX segment warnings on sparc systems. | Mark Adler | 2022-10-10 | 1 | -3/+3 |
| | |||||
* | Remove deleted assembler code references. | Mark Adler | 2022-10-06 | 1 | -4/+0 |
| | | | | | | The code was removed, but the builds that used the code were not updated. This fixes that. Thanks to Adenilson and toxieainc for the patches. | ||||
* | Change version number on develop branch to 1.2.12.1. | Mark Adler | 2022-03-27 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.12v1.2.12 | Mark Adler | 2022-03-27 | 1 | -1/+1 |
| | |||||
* | Remove destructive aspects of make distclean. | Mark Adler | 2022-03-27 | 1 | -3/+1 |
| | |||||
* | Have Makefile return non-zero error code on test failure. | Mark Adler | 2017-02-15 | 1 | -6/+6 |
| | |||||
* | Change version number to 1.2.11.1. | Mark Adler | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.11v1.2.11 | Mark Adler | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | Change version number to 1.2.10.1. | Mark Adler | 2017-01-15 | 1 | -2/+2 |
| | |||||
* | zlib 1.2.10v1.2.10 | Mark Adler | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Remove files to be installed before copying them in Makefile.in. | Mark Adler | 2017-01-02 | 1 | -0/+5 |
| | |||||
* | Change version number to zlib 1.2.9.1. | Mark Adler | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.9v1.2.9 | Mark Adler | 2016-12-31 | 1 | -2/+2 |
| | |||||
* | Allow building zlib outside of the source directory. | Mark Adler | 2015-08-02 | 1 | -52/+169 |
| | | | | | | | | | | To build, simply run configure from the source directory by specifying its path. That path will be used to find the source files. The source directory will not be touched. All new and modified files will be made in the current directory. Discovered in the process that not all makes understand % or $<, and not all compilers understand -include or -I-. This required a larger Makefile.in with explicit dependencies. | ||||
* | Avoid use of DEBUG macro -- change to ZLIB_DEBUG. | Mark Adler | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | Change version number to 1.2.8.1. | Mark Adler | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | Update some copyright years. | Mark Adler | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Change version number to 1.2.8. | Mark Adler | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Change version number to 1.2.7.3. | Mark Adler | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | Change version number to 1.2.7.2. | Mark Adler | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | In Makefile uninstall, don't rm if preceding cd fails. | Mark Adler | 2013-03-24 | 1 | -4/+4 |
| | |||||
* | Eliminate use of mktemp in Makefile (not always available). | Mark Adler | 2012-05-20 | 1 | -4/+4 |
| | |||||
* | Change version number to 1.2.7.1. | Mark Adler | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | Avoid race condition for parallel make (-j) running example. | Mark Adler | 2012-04-22 | 1 | -9/+12 |
| | |||||
* | Avoid the use of the -u option with mktemp. | Mark Adler | 2012-03-14 | 1 | -2/+2 |
| | |||||
* | Fix build with non-GNU make on Solaris. | Török Edwin | 2012-02-18 | 1 | -5/+5 |
| | |||||
* | Change version number to 1.2.7. | Mark Adler | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Change version number to 1.2.6.1. | Mark Adler | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Add the generation of configure.log by ./configure. | Mark Adler | 2012-01-28 | 1 | -1/+1 |
| | |||||
* | Change version number to 1.2.6. | Mark Adler | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | Change version numbers to 1.2.5.3. | Mark Adler | 2011-12-18 | 1 | -1/+1 |
| | |||||
* | Test the inflate code with full coverage. | Mark Adler | 2011-11-27 | 1 | -0/+13 |
| | | | | | | | | | Add a cover target in Makefile and the test/infcover.c test program to cover all of the code lines in the inf*.c source files. The coverage is run with memory allocation checking in order to expose memory leaks. The coverage testing is run using: ./configure --cover && make cover | ||||
* | Move example.c and minigzip.c to test/. | Mark Adler | 2011-11-27 | 1 | -8/+8 |
| | |||||
* | Split off AR options in Makefile.in and configure. | Mark Adler | 2011-11-13 | 1 | -2/+3 |
| | | | | | Adds ARFLAGS variable for options, where AR is now just the command name. So now $(AR) $(ARFLAGS) is used to build the static library. | ||||
* | Add --cover option to ./configure for gcc coverage testing. | Mark Adler | 2011-10-09 | 1 | -0/+1 |
| | | | | | | | | This adds the -fprofile-arcs and -ftest-coverage options when compiling the source code for the static library. Those same options must then be used when linking the static library into an executable. This updates Makefile.in to remove and .gitignore to ignore the files generated when testing coverage. | ||||
* | Move example.c and minigzip.c to examples/ directory. | Mark Adler | 2011-10-09 | 1 | -4/+10 |
| | |||||
* | Add a ./config --solo option to make zlib subset with no libary use | Mark Adler | 2011-10-07 | 1 | -4/+6 |
| | | | | | | | | A common request has been the ability to compile zlib to require no other libraries. This --solo option provides that ability. The price is that the gz*, compress*, and uncompress functions are eliminated, and that the user must provide memory allocation and free routines to deflate and inflate when initializing. | ||||
* | Update zconf.h.cmakein on make distclean. | Mark Adler | 2011-10-02 | 1 | -4/+7 |
| | |||||
* | use relative symlinks for shared libs | Mike Frysinger | 2011-09-11 | 1 | -2/+2 |
| | | | | | | | | | The DESTDIR should not be encoded into symlinks as it is only a temporary path. Further, since we install the symlinks into the same dir as the files, let's use relative links so that they can always resolve. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Change version numbers to 1.2.5.2 and release dates | Mark Adler | 2011-09-11 | 1 | -1/+1 |
| | | | | | | Also added "-motley" to ZLIB_VERSION in zlib.h, so that versions in-between 1.2.5.1 and 1.2.5.2 that are pulled down from github can be identified as such if bugs are reported on them. | ||||
* | zlib 1.2.5.1v1.2.5.1 | Mark Adler | 2011-09-11 | 1 | -12/+14 |
| |