utils/src
2005-04-05 22:11:04 +00:00
..
basename.c Better code presentation...? 2004-03-26 14:09:29 +00:00
cat.c Unified error output 2005-02-14 12:58:44 +00:00
chgrp.c Removed useless call to _chgrp_do(file) just before _chgrp_do_recursive(file) 2004-09-13 12:17:12 +00:00
chmod.c Checking validity of mode as a number (not implemented as a string though) 2005-02-01 10:11:37 +00:00
chown.c Fixed 2 compilation warnings 2005-01-31 17:14:20 +00:00
cksum.c Looks fully functional 2005-02-03 01:25:58 +00:00
cmp.c Initial release 2004-03-26 02:32:08 +00:00
cp.c Initial release 2004-05-24 00:05:33 +00:00
dirname.c Better code presentation...? 2004-03-26 14:09:29 +00:00
du.c Initial release 2004-08-19 16:52:21 +00:00
echo.c Initial release 2004-07-15 01:29:29 +00:00
false.c Initial release 2004-02-29 02:15:39 +00:00
file.c Initial release 2005-02-14 21:20:34 +00:00
head.c Using fwrite() instead of printf() 2004-07-07 21:38:49 +00:00
id.c Removed useless prototypes for libc calls, compiles with -O2 then 2004-04-11 01:08:06 +00:00
kill.c Better error output 2004-08-19 16:54:12 +00:00
link.c Re-indented 2004-03-26 14:21:22 +00:00
ln.c Renamed static usage() to _usage() 2004-04-10 17:33:30 +00:00
locale.c Initial release 2005-02-14 22:01:01 +00:00
logname.c Renamed static usage() to _usage() 2004-04-11 03:17:33 +00:00
ls.c Removed useless argument to _is_directory() 2005-01-31 17:16:17 +00:00
Makefile Added target locale 2005-02-14 22:01:18 +00:00
mkdir.c Should no longer fail if a directory already exists when using -p 2005-04-05 22:11:04 +00:00
mkfifo.c Added a FIXME tag where have to fully implement mode argument handling 2004-10-21 21:37:20 +00:00
nice.c Initial release 2005-02-10 15:10:40 +00:00
project.conf Added target locale 2005-02-14 22:01:18 +00:00
pwd.c Terminating a buffer string (can't remember when I did that, no time to check but shouldn't hurt) 2004-06-04 20:05:34 +00:00
renice.c Initial release 2005-02-10 15:10:40 +00:00
rmdir.c Changed recursion algorithm (still bugs) 2004-03-28 14:59:35 +00:00
sleep.c Initial release 2004-04-24 00:26:46 +00:00
strings.c Initial release 2004-05-24 00:05:33 +00:00
test.c Fixed symlinks test 2004-08-07 15:33:46 +00:00
time.c Removed useless argument to _time() 2005-01-31 17:19:02 +00:00
TODO Overall suggestion and ls becomes usable 2004-11-17 19:17:28 +00:00
touch.c Code cleanup 2005-03-07 10:20:01 +00:00
true.c Initial release 2004-02-29 02:15:39 +00:00
tty.c Code cleanup 2005-01-31 17:23:20 +00:00
uname.c Typo while parsing -v command line argument 2004-04-07 12:33:03 +00:00
uniq.c Going on 2004-10-01 14:59:37 +00:00
unlink.c Display filename on perror() 2004-03-26 14:25:14 +00:00
wc.c Initial release 2004-04-11 02:40:06 +00:00