Posted Mar 20, 2008 11:58 UTC (Thu) by dw (subscriber, #12017)
[Link]
Hah, I was waiting for that. :) Seems you can't complain about type widths and then go write
an invalid printf!
Buggifying critical core modules
Posted Mar 20, 2008 23:54 UTC (Thu) by nix (subscriber, #2304)
[Link]
... unless you want your program to be portable to any of the large number
of extant systems that don't support %z in printf(). (Linux/glibc systems
have supported it for ages, of course, but it's the only system I'm
writing code for right now that does.)