From b801bb604708e4e1a1a9be1952d0b8c32c3ab28d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 15 Jun 2005 03:45:22 +0000 Subject: [PATCH] Bugs submitted --- src/TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TODO b/src/TODO index 73e3f1d..036045a 100644 --- a/src/TODO +++ b/src/TODO @@ -2,9 +2,6 @@ all: - improve command line arguments fetching? (inspired from wc?) - factorize code (either need to improve configure or include a .c file) -du: -- implement -x - id: - write more readable code - check if it's complete @@ -16,3 +13,6 @@ ls: - race condition between looking if is a directory and opendir()? (check cksum too) - segmentation fault on netbsd/sparc on long listings - should display uid/gid when they're unknown users/groups + +rm: +- check for symlinks in recursive removal?