aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/expand.c
AgeCommit message (Expand)Author
2019-02-23Bumper typo cleanup.Elliott Hughes
2018-08-31Convert option style.Rob Landley
2017-09-05Replace remaining mb*towc() calls with utf8towc().Rob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2014-06-09When locale is enabled, sprintf("%.123s", str) is counting characters, not by...Rob Landley
2013-09-09Minor cosmetic tweaks to expand.Rob Landley
2013-01-02Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...Rob Landley
2012-12-01First guess at what internationalization support for expand would look like.Rob Landley
2012-12-01Would the compiler like to warn me about declaring two variables with the sam...Rob Landley
2012-12-01Re-add backspace support to expand (oops) and fix test to expect data plus ba...Rob Landley
2012-11-30Largeish rewrite of expand, mostly described on the mailing list.Rob Landley
2012-11-27First round of expand cleanups.Rob Landley
2012-11-23expand: handle backspace.Jonathan Clairembault
2012-11-23Add expand command as described in POSIX-2008.Jonathan Clairembault