Change #264629
| Category | gzip |
| Changed by | Paul Eggert <eggert@cs.ucla.edu> |
| Changed at | Thu 16 Apr 2026 09:19:58 |
| Repository | git://git.savannah.gnu.org/gzip.git |
| Project | gzip |
| Branch | master |
| Revision | fb19b29536b32312fed2d3ce5f8a832478c34d2b |
Comments
gzip: replace puts loop with single printf * gzip.c (license_msg, help_msg): Now single strings instead of arrays of pointers to strings. This is a bit simpler (avoids need for puts loops).
Changed files
- gzip.c