.. |
basename.c
|
Better code presentation...?
|
2004-03-26 14:09:29 +00:00 |
cat.c
|
Renamed static usage() to _usage()
|
2004-04-11 03:17:33 +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
|
Added directory recursion
|
2004-11-17 19:14:19 +00:00 |
chown.c
|
Fixed 2 compilation warnings
|
2005-01-31 17:14:20 +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 |
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 |
logname.c
|
Renamed static usage() to _usage()
|
2004-04-11 03:17:33 +00:00 |
ls.c
|
Implemented -F option
|
2004-11-17 19:15:08 +00:00 |
Makefile
|
Added target chmod
|
2004-10-02 10:39:15 +00:00 |
mkdir.c
|
Initial release
|
2004-03-28 15:01:11 +00:00 |
mkfifo.c
|
Added a FIXME tag where have to fully implement mode argument handling
|
2004-10-21 21:37:20 +00:00 |
project.conf
|
Added target chmod
|
2004-10-02 10:39:15 +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 |
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
|
Code cleanup and attempting to use sysconf() for better POSIX compliance
|
2004-09-13 09:02:01 +00:00 |
TODO
|
Overall suggestion and ls becomes usable
|
2004-11-17 19:17:28 +00:00 |
true.c
|
Initial release
|
2004-02-29 02:15:39 +00:00 |
tty.c
|
Call perror() on ttyname() errors
|
2004-03-26 00:36:01 +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 |