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