1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/bin
Jilles Tjoelker 07eb7033a6 sh: Add \u/\U support (in $'...') for UTF-8.
Because we have no iconv in base, support for other charsets is not
possible.

Note that \u/\U are processed using the locale that was active when the
shell started. This is necessary to avoid behaviour that depends on the
parse/execute split (for example when placing braces around an entire
script). Therefore, UTF-8 encoding is implemented manually.
2011-05-08 17:40:10 +00:00
..
cat
chflags
chio
chmod
cp
csh When WITH_ICONV is set, use our in-tree iconv. 2011-02-26 18:54:54 +00:00
date
dd
df
domainname
echo
ed
expr
getfacl
hostname
kenv mdoc(7) markup. 2011-02-21 16:03:39 +00:00
kill kill: Note that this is used both as a normal program and a shell builtin. 2011-03-01 21:48:22 +00:00
ln bin: Prefer strrchr() to rindex(). 2011-03-15 22:22:11 +00:00
ls
mkdir
mv
pax
pkill
ps Document problems with -d/-w and the fact that -X is the default. 2011-04-18 19:20:47 +00:00
pwait
pwd
rcp
realpath
rm bin: Prefer strrchr() to rindex(). 2011-03-15 22:22:11 +00:00
rmail
rmdir
setfacl Make it possible to use permission sets (full_set, modify_set, read_set 2011-04-09 07:42:25 +00:00
sh sh: Add \u/\U support (in $'...') for UTF-8. 2011-05-08 17:40:10 +00:00
sleep
stty Don't call -f option's argument "stdin". 2011-05-03 10:08:11 +00:00
sync
test bin: Prefer strrchr() to rindex(). 2011-03-15 22:22:11 +00:00
uuidgen
Makefile
Makefile.inc