Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #264622

Category gzip
Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
Changed at Thu 16 Apr 2026 08:43:13
Repository git://git.savannah.gnu.org/gzip.git
Project gzip
Branch master
Revision a08bfd66df7a9d1bd6b17a35a680463c46a09908

Comments

gzip: use unlocked I/O
* bootstrap.conf (gnulib_modules): Add unlocked-io.
* gzip.c (putstring, eputstring):
New functions.  Prefer them to printf/fprintf
when either will do, as these can use unlocked I/O with glibc.
* gzip.h: Include unlocked-io.h instead of stdio.h.

Changed files