Menu

Commit [r481]  Maximize  Restore  History

- The printf() family no longer adds a 0 or 0x prefix if the alternate

conversion modifier is present for the %o and %x conversions and the
value to be converted is 0 already. Put another way, printf("%#x %#o",0,0);
now prints "0 0". This required another change so that %p always includes
the 0x prefix even if the pointer involved is a NULL pointer.

obarthel 2006-11-13

changed /trunk/library/changes
changed /trunk/library/stdio_vfprintf.c
/trunk/library/changes Diff Switch to side-by-side view
Loading...
/trunk/library/stdio_vfprintf.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.