Added autoconf instructions to README
[libtar.git] / listhash / ChangeLog
blobcde7675e2f69f945fc7cca2fa68a71c4b717e17f
1 2002-12-09      added list_empty() and hash_empty() functions
3 2002-09-12      fixed list_iterate function to return -1 if it gets
4                 an invalid argument
6                 include <config.h> and <compat.h> from source files, not
7                 from header file, since header file is sometimes
8                 installed as part of a user-visible API
9                 (those APIs should eventually be redesigned without the
10                 listhash code being publicly visible, but for now we
11                 need to accomodate this)
13 2002-07-07      modified list iterate function to return int
14                 (returns -1 if plugin function returns -1)