Merging the two TODO files

This commit is contained in:
Pierre Pronchery 2008-10-02 13:50:03 +00:00
parent bc84231444
commit ee8a72332f
2 changed files with 17 additions and 17 deletions

20
TODO
View File

@ -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

View File

@ -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?