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

Change #237976

Category gcoreutils
Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
Changed at Sun 29 Jun 2025 06:00:41
Repository git://git.savannah.gnu.org/coreutils.git
Project gcoreutils
Branch master
Revision 25454fa34dc6d27239f8ad0b1dda6e2270eece62

Comments

od: be more consistent re sizeof
* src/od.c (width_bytes, decode_one_format): Don’t assume a signed
type has the same size as the corresponding unsigned type.
This has no effect on practical platforms; it’s just for
consistency there.

Changed files