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?)
|
- improve command line arguments fetching? (inspired from wc?)
|
||||||
- factorize code; either:
|
- factorize code; either:
|
||||||
* include a .c files;
|
* include .c files
|
||||||
* write a library;
|
* write a library
|
||||||
* use libSystem;
|
* use libSystem
|
||||||
- decide how to include the utils only defined in XSI, at the moment:
|
- decide how to include the utils only defined in XSI, at the moment:
|
||||||
* du
|
* du
|
||||||
* link
|
* link
|
||||||
|
@ -17,6 +19,18 @@
|
||||||
. include always;
|
. include always;
|
||||||
. build conditionally;
|
. 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:
|
id:
|
||||||
- write more readable code
|
- write more readable code
|
||||||
- check if it's complete
|
- 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