diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-08 05:24:17 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-08 05:24:17 +0000 |
commit | a7df172bee9a0974594493c535e2494efaaed244 (patch) | |
tree | c18ad5045a89c0094de3f67566d1f59f7f67e228 /TODO.dan | |
parent | 306914793cfe1ac55e4b85f5226f5c9491aa638a (diff) | |
download | pacman-a7df172bee9a0974594493c535e2494efaaed244.tar.xz |
* Nice overhaul of manpages. It is at least a start.
* Alphabetized options in pacman usage.
Diffstat (limited to 'TODO.dan')
-rw-r--r-- | TODO.dan | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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. |