Home | History | Annotate | Download | only in zlib

Lines Matching full:some

6 - Clean up some text files (carriage returns, trailing space)
11 - Avoid some Visual C warnings in deflate.c
14 - Fix some spelling errors in comments [Betts]
22 - Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer]
139 - Update some interfaces in contrib for new zlib functions
140 - Update zlib version number in some contrib entries
148 - Possibly faster on some processors (let me know if it is)
155 - Improve some indentation in zconf.h [Truta]
165 - Correct some debug formats in contrib/infback9
170 - Remove some directories in old that have been updated to 1.2
213 and fix some method prototypes [Truta]
271 - Add some casts to minigzip.c
282 - Add some Windows CE target adjustments [Mai]
287 - Add UL to some constants [Truta]
312 - Add some casts in inffast.c
342 - Check for some malloc() failures in gzio.c
348 - Remove MAX #define in trees.c (conflicted with some libraries)
373 - Add some FAQs (and even answers) to the FAQ
379 - ZFREE was repeated on same allocation on some error conditions.
382 - Returned incorrect error (Z_MEM_ERROR) on some invalid data
407 - avoid some warnings with Borland C (Tom Tanner)
426 . Make_vms.com: fixed some typos
427 . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists
441 - some simplifications and slight speed-up to the inflate code (Mark)
459 compression ratio on some files. This also allows inlining _tr_tally for
502 - include sys/types.h to get off_t on some systems (Marc Lehmann & QingLong)
542 gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code)
617 - Removed some vestigial code in inflate
752 - don't use inline functions (problem with some gcc versions)
827 - fix some MSDOS compilation problems