diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-12 13:03:19 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-12 13:03:19 +0300 |
commit | 6f993fee6506639c6f3bb94bf98750d747891b31 (patch) | |
tree | fa834f19b398397c1d9f37d93e42aaeedb10fe57 /TODO | |
parent | e12cf3d1cc653dfac7bb7fe3f9aa801ab0536c88 (diff) | |
download | librpm-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-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |