File: ChangeLog

package info (click to toggle)
libtar 1.2.11-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,680 kB
  • ctags: 353
  • sloc: ansic: 3,948; makefile: 347; sh: 153
file content (15 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)