summaryrefslogtreecommitdiffstats
path: root/libtar/ChangeLog
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-01-09 15:09:08 +0100
committerbigbiff bigbiff <bigbiff@teamw.in>2013-01-09 15:09:08 +0100
commit9c754053b07a724bdd98d039f34899d6a49115b7 (patch)
tree464885db361a12d83d60cf152142c765562bb92d /libtar/ChangeLog
parentAdd Samsung TouchWiz decryption (diff)
downloadandroid_bootable_recovery-9c754053b07a724bdd98d039f34899d6a49115b7.tar
android_bootable_recovery-9c754053b07a724bdd98d039f34899d6a49115b7.tar.gz
android_bootable_recovery-9c754053b07a724bdd98d039f34899d6a49115b7.tar.bz2
android_bootable_recovery-9c754053b07a724bdd98d039f34899d6a49115b7.tar.lz
android_bootable_recovery-9c754053b07a724bdd98d039f34899d6a49115b7.tar.xz
android_bootable_recovery-9c754053b07a724bdd98d039f34899d6a49115b7.tar.zst
android_bootable_recovery-9c754053b07a724bdd98d039f34899d6a49115b7.zip
Diffstat (limited to 'libtar/ChangeLog')
-rw-r--r--libtar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libtar/ChangeLog b/libtar/ChangeLog
new file mode 100644
index 000000000..cde7675e2
--- /dev/null
+++ b/libtar/ChangeLog
@@ -0,0 +1,15 @@
+2002-12-09 added list_empty() and hash_empty() functions
+
+2002-09-12 fixed list_iterate function to return -1 if it gets
+ an invalid argument
+
+ include <config.h> and <compat.h> from source files, not
+ from header file, since header file is sometimes
+ installed as part of a user-visible API
+ (those APIs should eventually be redesigned without the
+ listhash code being publicly visible, but for now we
+ need to accomodate this)
+
+2002-07-07 modified list iterate function to return int
+ (returns -1 if plugin function returns -1)
+