diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-05-18 16:25:02 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-05-18 16:25:02 +0300 |
commit | b1c7f449f619d35b27abd2158812474af70e0f15 (patch) | |
tree | 9d54d381db72bb8c4409d89da427c7ac2a8cd8b2 /TODO | |
parent | b73bea14786fe8f6d7dc2457b51730d939e4eec4 (diff) | |
download | librpm-tizen-b1c7f449f619d35b27abd2158812474af70e0f15.tar.gz librpm-tizen-b1c7f449f619d35b27abd2158812474af70e0f15.tar.bz2 librpm-tizen-b1c7f449f619d35b27abd2158812474af70e0f15.zip |
Small TODO-update.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,7 @@ Janitorial work: of internal versions from -95 era - audit and clean up user visible strings - clean up the build process (auto*-stuff, compiler warnings) +- use mkstemp() instead of mktemp() everywhere - refactor those 800+ line monster functions into something more digestable - split popt to separate project - remove internal file/libmagic? @@ -27,3 +28,6 @@ Build: - grammar for specfiles, rpm macros - support adding dep handlers per file type/class/extension without patching rpm +Python: +- audit error handling in bindings (eg ts.addInstall() does not report back + failures from rpmtsAddInstallElement()) |