diff --git a/TODO b/TODO index 4101753..61c7102 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,10 @@ +all: +- factorize code (either need to improve configure or include a .c file) - improve command line arguments fetching? (inspired from wc?) - factorize code; either: - * include a .c files; - * write a library; - * use libSystem; + * include .c files + * write a library + * use libSystem - decide how to include the utils only defined in XSI, at the moment: * du * link @@ -17,6 +19,18 @@ . include always; . build conditionally; +id: +- check if it's complete + +kill: +- get signal number from its name + +ls: +- race condition between looking if is a directory and opendir()? (check cksum too) + +rm: +- check for symlinks in recursive removal? + id: - write more readable code - check if it's complete diff --git a/src/TODO b/src/TODO deleted file mode 100644 index 87db44a..0000000 --- a/src/TODO +++ /dev/null @@ -1,14 +0,0 @@ -all: -- factorize code (either need to improve configure or include a .c file) - -id: -- check if it's complete - -kill: -- get signal number from its name - -ls: -- race condition between looking if is a directory and opendir()? (check cksum too) - -rm: -- check for symlinks in recursive removal?