summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-07-12 13:03:19 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-07-12 13:03:19 +0300
commit6f993fee6506639c6f3bb94bf98750d747891b31 (patch)
treefa834f19b398397c1d9f37d93e42aaeedb10fe57 /TODO
parente12cf3d1cc653dfac7bb7fe3f9aa801ab0536c88 (diff)
downloadlibrpm-tizen-6f993fee6506639c6f3bb94bf98750d747891b31.tar.gz
librpm-tizen-6f993fee6506639c6f3bb94bf98750d747891b31.tar.bz2
librpm-tizen-6f993fee6506639c6f3bb94bf98750d747891b31.zip
Pull in rpmfi int_32 -> uint_32 changes from rpm5.org.
TODO reminder to audit all uses of those, plenty of places where signed doesn't make much sense, inconsistent use etc.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index d89b04b54..bd8233c61 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,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)
+- audit int_32 vs uint_32 etc sanity in the interfaces
- fix toplevel "make distcheck"
- have "make check" do something useful (use James' test-harness?)
- use mkstemp() instead of mktemp() everywhere