From a7b87fbd63d65e9f6781181d97243daf98447daf Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 3 Feb 2005 03:04:42 +0000 Subject: [PATCH] Initial release --- TODO | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..c53a46a --- /dev/null +++ b/TODO @@ -0,0 +1,30 @@ +- improve command line arguments fetching? (inspired from wc?) +- factorize code; either: + * need to improve configure; + * include a .c files; + * write a library; + * use libSystem; +- decide how to include the utils only defined in XSI, at the moment: + * du + * link + * nice + * renice + * strings + * time + * unlink + and for those with special features, at the moment: + * ls + => either: + . include always; + . build conditionally; + . improve configure to allow conditional targets; + +id: +- write more readable code +- check if it's complete + +kill: +- get signal number from its name + +mkdir/rmdir: +- check recursive algorithms