Bugs submitted

This commit is contained in:
Pierre Pronchery 2005-06-15 03:45:22 +00:00
parent 1530c909f4
commit b801bb6047

View File

@ -2,9 +2,6 @@ all:
- improve command line arguments fetching? (inspired from wc?) - improve command line arguments fetching? (inspired from wc?)
- factorize code (either need to improve configure or include a .c file) - factorize code (either need to improve configure or include a .c file)
du:
- implement -x
id: id:
- write more readable code - write more readable code
- check if it's complete - check if it's complete
@ -16,3 +13,6 @@ ls:
- race condition between looking if is a directory and opendir()? (check cksum too) - race condition between looking if is a directory and opendir()? (check cksum too)
- segmentation fault on netbsd/sparc on long listings - segmentation fault on netbsd/sparc on long listings
- should display uid/gid when they're unknown users/groups - should display uid/gid when they're unknown users/groups
rm:
- check for symlinks in recursive removal?