Merging the two TODO files
This commit is contained in:
parent
bc84231444
commit
ee8a72332f
20
TODO
20
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
|
||||
|
|
14
src/TODO
14
src/TODO
|
@ -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?
|
Loading…
Reference in New Issue
Block a user