Re-organized
This commit is contained in:
parent
b21305c8bb
commit
f1b36ae49e
22
TODO
22
TODO
|
@ -1,4 +1,3 @@
|
||||||
all:
|
|
||||||
- factorize code (either need to improve configure or include a .c file)
|
- 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:
|
||||||
|
@ -19,27 +18,24 @@ all:
|
||||||
. include always;
|
. include always;
|
||||||
. build conditionally;
|
. build conditionally;
|
||||||
|
|
||||||
id:
|
[id]
|
||||||
- check if it's complete
|
- check if it's complete
|
||||||
|
|
||||||
kill:
|
[kill]
|
||||||
- get signal number from its name
|
- get signal number from its name
|
||||||
|
|
||||||
ls:
|
[ls]
|
||||||
- race condition between looking if is a directory and opendir()? (check cksum too)
|
- race condition between looking if is a directory and opendir()? (check cksum too)
|
||||||
|
|
||||||
rm:
|
[id]
|
||||||
- check for symlinks in recursive removal?
|
|
||||||
|
|
||||||
id:
|
|
||||||
- write more readable code
|
- write more readable code
|
||||||
- check if it's complete
|
- check if it's complete
|
||||||
|
|
||||||
kill:
|
[mkdir/rmdir]
|
||||||
- get signal number from its name
|
|
||||||
|
|
||||||
mkdir/rmdir:
|
|
||||||
- check recursive algorithms
|
- check recursive algorithms
|
||||||
|
|
||||||
tail:
|
[rm]
|
||||||
|
- check for symlinks in recursive removal?
|
||||||
|
|
||||||
|
[tail]
|
||||||
- implement
|
- implement
|
||||||
|
|
Loading…
Reference in New Issue
Block a user