summaryrefslogtreecommitdiffstats
path: root/TODO.dan
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-14 19:35:41 +0000
committerDan McGee <dan@archlinux.org>2007-02-14 19:35:41 +0000
commitc557fa589d2b796ae5bede6eda812995d91d8040 (patch)
tree6c9b52e18c41b8c8e6f0237676709f4946af41fe /TODO.dan
parent3a2d87d61df40ddcb716538950d2db7f048483dd (diff)
downloadpacman-c557fa589d2b796ae5bede6eda812995d91d8040.tar.gz
pacman-c557fa589d2b796ae5bede6eda812995d91d8040.zip
* Updated Italian translation
* Updated pot translation templates * Located culprit of progress bar moving when unicode characters are used, added a TODO note about it * Removed '(target)' string from the sync.c error message, just like we did from add.c yesterday * Updated my TODO
Diffstat (limited to 'TODO.dan')
-rw-r--r--TODO.dan18
1 files changed, 10 insertions, 8 deletions
diff --git a/TODO.dan b/TODO.dan
index 61f0cc62..57e59baa 100644
--- a/TODO.dan
+++ b/TODO.dan
@@ -4,13 +4,9 @@ TODO.dan
This is my personal TODO list. No guarantees if it is out of date and things no
longer apply. If you want to help out with any of it, send me an email.
-Go through all makepkg bugs in Flyspray and see if they are rectified:
-http://bugs.archlinux.org/index.php?tasks=&project=1&string=makepkg
-
-Documentation- no one likes to write it, but everyone reads it. Work on the man
-pages and make sure they are up to date. Perhaps move man page format to a more
-portable source format to make translation easier to keep up-to-date (something
-like txt2tags, docbook?) This will need some research.
+Documentation- look into moving man page format to a more portable source
+format to make translation easier to keep up-to-date (something like txt2tags,
+docbook, asciidoc) This will need some research.
Port the libdownload (libfetch) manpage from BSD style to Linux style, or at
very least change references to BSD.
@@ -66,7 +62,13 @@ are hard coded into the sources. (from TODO.autoconf)
Profile the code. Find the functions that are being called a lot, and see what
can be done about it. Find out if all these calls are necessary (e.g. excessive
alpm_list_count calls), and maybe think about changing data structures to speed
-operations up (e.g. a 'count' field).
+operations up (e.g. a 'count' field). NOTE: already found two huge issues with
+quick profiling- excessive setlocale calls, and extremely excessive strcmp
+calls.
+
+Localize the date display done in --info output. Also, fix other localized
+issues- use non-printf when necessary, make sure all two line printed messages
+(especially usage instructions) are printed using one print statement.
Other ideas:
============