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 / expand.c
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2014-06-09 Rob LandleyWhen locale is enabled, sprintf("%.123s", str) is count...
2013-09-09 Rob LandleyMinor cosmetic tweaks to expand.
2013-01-02 Rob LandleyHave error_msg() and friends set TT.exitval to 1 if...
2012-12-02 Rob LandleyFirst guess at what internationalization support for...
2012-12-01 Rob LandleyWould the compiler like to warn me about declaring...
2012-12-01 Rob LandleyRe-add backspace support to expand (oops) and fix test...
2012-11-30 Rob LandleyLargeish rewrite of expand, mostly described on the...
2012-11-27 Rob LandleyFirst round of expand cleanups.
2012-11-23 Jonathan Clairembaultexpand: handle backspace.
2012-11-22 Jonathan ClairembaultAdd expand command as described in POSIX-2008.