Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | zlib 1.2.5v1.2.5 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.4.5v1.2.4.5 | Mark Adler | 2011-09-09 | 1 | -3/+3 |
| | |||||
* | zlib 1.2.4.4v1.2.4.4 | Mark Adler | 2011-09-09 | 1 | -3/+6 |
| | |||||
* | zlib 1.2.4.3v1.2.4.3 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.4.2v1.2.4.2 | Mark Adler | 2011-09-09 | 1 | -7/+7 |
| | |||||
* | zlib 1.2.4.1v1.2.4.1 | Mark Adler | 2011-09-09 | 1 | -4/+6 |
| | |||||
* | zlib 1.2.4-pre2v1.2.4-pre2 | Mark Adler | 2011-09-09 | 1 | -4/+5 |
| | |||||
* | zlib 1.2.4-pre1v1.2.4-pre1 | Mark Adler | 2011-09-09 | 1 | -3/+16 |
| | |||||
* | zlib 1.2.3.9v1.2.3.9 | Mark Adler | 2011-09-09 | 1 | -7/+7 |
| | |||||
* | zlib 1.2.3.8v1.2.3.8 | Mark Adler | 2011-09-09 | 1 | -43/+53 |
| | |||||
* | zlib 1.2.3.7v1.2.3.7 | Mark Adler | 2011-09-09 | 1 | -62/+49 |
| | |||||
* | zlib 1.2.3.6v1.2.3.6 | Mark Adler | 2011-09-09 | 1 | -4/+4 |
| | |||||
* | zlib 1.2.3.5v1.2.3.5 | Mark Adler | 2011-09-09 | 1 | -6/+8 |
| | |||||
* | zlib 1.2.3.4v1.2.3.4 | Mark Adler | 2011-09-09 | 1 | -44/+68 |
| | |||||
* | zlib 1.2.3.3v1.2.3.3 | Mark Adler | 2011-09-09 | 1 | -9/+32 |
| | |||||
* | zlib 1.2.3.2v1.2.3.2 | Mark Adler | 2011-09-09 | 1 | -27/+60 |
| | |||||
* | zlib 1.2.3.1v1.2.3.1 | Mark Adler | 2011-09-09 | 1 | -19/+24 |
| | |||||
* | zlib 1.2.3v1.2.3 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.2.4v1.2.2.4 | Mark Adler | 2011-09-09 | 1 | -2/+2 |
| | |||||
* | zlib 1.2.2.3v1.2.2.3 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.2.2v1.2.2.2 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.2.1v1.2.2.1 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.2v1.2.2 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.1.2v1.2.1.2 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.1.1v1.2.1.1 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.1v1.2.1 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.0.8v1.2.0.8 | Mark Adler | 2011-09-09 | 1 | -9/+11 |
| |