OSDN Git Service

"printf %x 64" wasn't working right on 32 bit because a variable type was wrong.
[android-x86/external-toybox.git] / toys / posix / printf.c
2016-11-18 Rob Landley"printf %x 64" wasn't working right on 32 bit because...
2016-07-04 Rob LandleyFix a bug (octal digits are 0-7, not 0-8) and deal...
2015-06-02 Rob LandleyMake "printf --" and "printf ---" work.
2015-03-28 Rob LandleyFix printf bug (%.s should be %.0s not %s) reported...
2015-03-03 Rob LandleyOn 64 bit, subtracting two pointers produces a long...
2015-01-20 Elliott Hughesfix typo in printf
2015-01-11 Rob LandleyPromote printf.