commit | bad51ec483fd7abd9e74ac71fcd9ef27887d04c9 | [log] [tgz] |
---|---|---|
author | Dieter Baron <dillo@nih.at> | Sun Feb 13 23:28:26 2011 +0100 |
committer | Dieter Baron <dillo@nih.at> | Sun Feb 13 23:28:26 2011 +0100 |
tree | a51ccf6f734a21cf169846c77d4c8717758e1c63 | |
parent | ec32ec7f690933198634417d9d142664b2d61350 [diff] |
Add one (which breaks API). --HG-- branch : HEAD
diff --git a/TODO b/TODO index 1f3081b..e62caa4 100644 --- a/TODO +++ b/TODO
@@ -1,3 +1,4 @@ +! [API] zip_get_num_files should take flags (ZIP_FL_UNCHANGED) and return zip_uint64_t. ! [cleanup] get rid of zip_get_{compression,encryption}_implementation ! [compat] test calls against old API + [portability] use _setmode(_fileno(fp), _O_BINARY); where present