[pacman-dev] CVS update of pacman-lib (3 files)
Dan McGee
dan at archlinux.org
Mon Feb 26 10:10:54 EST 2007
Date: Monday, February 26, 2007 @ 10:10:54
Author: dan
Path: /home/cvs-pacman/pacman-lib
Modified: TODO.dan (1.15 -> 1.16) contrib/Makefile.am (1.2 -> 1.3)
scripts/Makefile.am (1.6 -> 1.7)
* TODO updates.
* Makefile.am updates for Aaron's move of re-pacman to contrib.
---------------------+
TODO.dan | 15 +++++++++++++--
contrib/Makefile.am | 1 +
scripts/Makefile.am | 1 -
3 files changed, 14 insertions(+), 3 deletions(-)
Index: pacman-lib/TODO.dan
diff -u pacman-lib/TODO.dan:1.15 pacman-lib/TODO.dan:1.16
--- pacman-lib/TODO.dan:1.15 Wed Feb 21 23:36:02 2007
+++ pacman-lib/TODO.dan Mon Feb 26 10:10:53 2007
@@ -84,9 +84,20 @@
differ here.
Rewrite makepkg to use terminal-safe coloring/bolding. tput utility should
-allow us to do this.
+allow us to do this. Make universal message functions for systemwide use,
+including all pacman utilites- abs, pacman-optimize, etc.
-Bugs/FRs to smash: 6468, 6437, 6430?, 6420, 6404, 6389, 6312?, 6284, 6273?, 6255?, 6208, 5987, 5885, 5571, 4182, 3492, 2810?, 1769, 1588, 1571
+Bugs/FRs to smash: 6468, 6437, 6430?, 6420, 6404, 6389, 6312?, 6284, 6273?,
+6255?, 6208, 5987, 5885, 5571, 4182, 3492, 2810?, 1769, 1588, 1571
+
+Remove _alpm from function names now that we have SYMHIDDEN and static
+declarations.
+
+Remove alpm.c, put functions where they should be.
+
+Update doxygen comments, they may need some work. Try to document all of the
+private internal functions too- it helps a ton for people just getting a
+start on pacman hacking.
Other smaller things:
---------------------
Index: pacman-lib/contrib/Makefile.am
diff -u pacman-lib/contrib/Makefile.am:1.2 pacman-lib/contrib/Makefile.am:1.3
--- pacman-lib/contrib/Makefile.am:1.2 Fri Feb 23 03:07:48 2007
+++ pacman-lib/contrib/Makefile.am Mon Feb 26 10:10:53 2007
@@ -2,5 +2,6 @@
bash_completion \
pacsearch \
pacdiff \
+ re-pacman \
zsh_completion
Index: pacman-lib/scripts/Makefile.am
diff -u pacman-lib/scripts/Makefile.am:1.6 pacman-lib/scripts/Makefile.am:1.7
--- pacman-lib/scripts/Makefile.am:1.6 Thu Feb 22 16:34:52 2007
+++ pacman-lib/scripts/Makefile.am Mon Feb 26 10:10:53 2007
@@ -11,7 +11,6 @@
rankmirrors \
repo-add \
repo-remove \
- re-pacman \
updatesync
EXTRA_DIST = $(bin_SCRIPTS)
More information about the pacman-dev
mailing list