summaryrefslogtreecommitdiff
path: root/gzip.c
Commit message (Expand)AuthorAgeFilesLines
* gzip: improve a write-failure diagnosticJim Meyering2023-04-071-1/+1
* gzip: fix exit status on broken pipePaul Eggert2023-02-031-15/+15
* maint: update --version copyright datesJim Meyering2023-01-101-1/+1
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* gzip: use strerror, not perrorPaul Eggert2022-12-271-29/+6
* maint: do not include stdbool.h, stdalign.hPaul Eggert2022-12-261-2/+0
* maint: port to gcc -std=c99 -Wstrict-prototypesPaul Eggert2022-12-251-1/+1
* gzip: port alignas usage to C23Paul Eggert2022-12-251-1/+1
* gzip: local → staticPaul Eggert2022-12-251-29/+37
* maint: port function definitions to C23Paul Eggert2022-12-251-24/+20
* maint: stop using obsolete dosname modulePaul Eggert2022-12-251-1/+1
* maint: stop using obsolete stdnoreturn modulePaul Eggert2022-12-251-2/+2
* maint: update --version copyright datesPaul Eggert2022-04-071-1/+1
* doc: spelling fixesPaul Eggert2022-03-291-1/+1
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* gzip: gzip -l now outputs accurate sizePaul Eggert2021-12-151-41/+25
* maint: reduce module couplingPaul Eggert2021-12-011-11/+3
* gzip: clarify "other links" diagnosticPaul Eggert2021-08-191-2/+2
* bug#47715: [PATCH] gzip.c: use a more portable alignmentDmitry V. Levin2021-04-111-2/+2
* gzip: port to SIGPIPE-less platformsPaul Eggert2021-03-071-0/+2
* maint: update all copyright year number rangesJim Meyering2021-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* Improve IBM Z patchPaul Eggert2019-04-021-14/+13
* bug#34918: [PATCH] Add support for IBM Z hardware-accelerated deflateIlya Leoshkevich2019-04-021-0/+12
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* maint: remove unreachable codePaul Eggert2018-12-231-1/+0
* maint: use a slightly cleaner expressionJim Meyering2018-12-231-1/+1
* build: avoid build failure with --enable-gcc-warnings and latest gccJim Meyering2018-12-221-10/+1
* * gzip.c (remove_output_file): Fix typo.Paul Eggert2018-08-191-1/+1
* gzip: fix bug in signal-handling fixPaul Eggert2018-08-191-1/+3
* Fix some theoretical races in signal handlingPaul Eggert2018-08-061-38/+25
* gzip: port better to mingw againPaul Eggert2018-08-041-1/+1
* gzip: make the output more reproduciblePaul Eggert2018-08-021-13/+22
* gzip: port better to mingwPaul Eggert2018-07-291-2/+5
* misc: update --version copyrightPaul Eggert2018-01-151-1/+1
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-031-1/+1
* maint: use noreturn, not ATTRIBUTE_NORETURNJim Meyering2017-11-091-2/+2
* gzip: diagnose out-of-range MTIMEPaul Eggert2017-11-071-10/+21
* gzip: fix bug with any upper case custom ('-S'-specified) suffixJim Meyering2017-10-291-3/+10
* misc: update --version copyrightPaul Eggert2017-09-191-1/+1
* maint: prefer HTTPS to HTTP, FTP in URLsPaul Eggert2017-09-191-1/+1
* maint: port to GCC 7.2Paul Eggert2017-09-191-1/+1
* maint: change "time stamp" to "timestamp" globallyJim Meyering2017-02-061-6/+6
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* gzip: minor time stamp cleanupsPaul Eggert2016-11-041-19/+21
* gzip: --no-time cleanupPaul Eggert2016-11-041-3/+2
* gzip: fix some Y2038 etc. bugsPaul Eggert2016-09-061-2/+9
* gzip: drop mentions of Amiga, VMSPaul Eggert2016-06-121-31/+12
* gzip: simplify by closing ourselvesPaul Eggert2016-04-191-8/+25
* gzip: fix bug with -l output to pipesPaul Eggert2016-04-191-8/+10