summaryrefslogtreecommitdiffstats
path: root/TODO.aaron
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-03-03 10:49:42 +0000
committerAaron Griffin <aaron@archlinux.org>2007-03-03 10:49:42 +0000
commita0abb9399249c922bee8ea99c652f385d8bcdb7a (patch)
tree3d1ae21c636329048f39b4be179b66d536b4868c /TODO.aaron
parente24c22e308f3dfc0642a542ff2fd7158af489fd0 (diff)
downloadpacman-a0abb9399249c922bee8ea99c652f385d8bcdb7a.tar.gz
pacman-a0abb9399249c922bee8ea99c652f385d8bcdb7a.zip
Minor changes
Diffstat (limited to 'TODO.aaron')
-rw-r--r--TODO.aaron7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO.aaron b/TODO.aaron
index ffae47ea..3d934b2d 100644
--- a/TODO.aaron
+++ b/TODO.aaron
@@ -1,18 +1,11 @@
== This is my custom TODO file ==
-* Dan and I both have personal TODOs. Perhaps we should kill off TODO and
- TODO.autoconf
-
* transaction object should contain two package list (install and remove)
instead of a single list of syncpkgs - this should allow us to get rid of that
type. This also requires seperate functionality to return a list of
"replaces" packages to the front end, so the frontend can handle the QUESTION()
stuff in that case
-* _alpm_splitdep accepts a pre-allocated argument, instead of returning the
- actual object like all the other function do... we should make the scheme the
- same: pmdepend_t *_alpm_splitdep(const char *depstring);
-
* Look into other VCSs to use. The main CVS repo will remain, but having a
distributed system to allow for easy patching/pushing/pulling would be nice
- monotone and mercurial look like the top contenders in my book, but I need