summaryrefslogtreecommitdiffstats
path: root/TODO.dan
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-08 05:24:17 +0000
committerDan McGee <dan@archlinux.org>2007-02-08 05:24:17 +0000
commita7df172bee9a0974594493c535e2494efaaed244 (patch)
treec18ad5045a89c0094de3f67566d1f59f7f67e228 /TODO.dan
parent306914793cfe1ac55e4b85f5226f5c9491aa638a (diff)
downloadpacman-a7df172bee9a0974594493c535e2494efaaed244.tar.gz
pacman-a7df172bee9a0974594493c535e2494efaaed244.zip
* Nice overhaul of manpages. It is at least a start.
* Alphabetized options in pacman usage.
Diffstat (limited to 'TODO.dan')
-rw-r--r--TODO.dan10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO.dan b/TODO.dan
index 16deb883..eecb6ad1 100644
--- a/TODO.dan
+++ b/TODO.dan
@@ -62,8 +62,8 @@ by other distributions which may want to change the defaults. Also, review what
needs to be in config.h and what does not. There may be excess #depends which
are hard coded into the sources. (from TODO.autoconf)
-Quick hits:
-===========
+Other ideas:
+============
unsigned int vs. unsigned- determine a standard and stick with it
@@ -88,4 +88,8 @@ terribly wrong, which I hope it won't
autogen.sh / autoclean.sh - these seem messy. Can we clean this up?
-
+Refine makepkg error codes. Each kind of failure could have its own code:
+ --package already built
+ --failed integ checks
+ --failed build
+ --etc.