Remove $NiH$ tags. --HG-- branch : HEAD
diff --git a/CMakeLists.txt b/CMakeLists.txt index 30407a0..8c5a53d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,5 +1,3 @@ -# $NiH: CMakeLists.txt,v 1.1 2007/03/04 10:35:17 wiz Exp $ - # XXX: TODO # 1. pkgconfig file not yet built. # 2. installation not tested.
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 09e69a5..39a6923 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt
@@ -1,5 +1,3 @@ -# $NiH$ - INCLUDE(CheckFunctionExists) INSTALL(FILES zip.h DESTINATION include)
diff --git a/lib/make_zip_err_str.sh b/lib/make_zip_err_str.sh index e51b172..51ea9b9 100644 --- a/lib/make_zip_err_str.sh +++ b/lib/make_zip_err_str.sh
@@ -45,9 +45,6 @@ exit 1 fi -#rcsid=`echo '$NiH: make_zip_err_str.sh,v 1.7 2004/04/25 16:20:16 dillo Exp $' | tr -d '$'` -#inrcsid=`sed -n 's/^ \$\([^$]*[^ ]\) *\$$/\1/p' "$1"` - cat <<EOF >> "$2.$$" || exit 1 /* This file was generated automatically by $0
diff --git a/lib/mkstemp.c b/lib/mkstemp.c index 738a065..e935f53 100644 --- a/lib/mkstemp.c +++ b/lib/mkstemp.c
@@ -1,5 +1,3 @@ -/* $NiH: mkstemp.c,v 1.3 2006/04/23 14:51:45 wiz Exp $ */ - /* Adapted from NetBSB libc by Dieter Baron */ /* NetBSD: gettemp.c,v 1.13 2003/12/05 00:57:36 uebayasi Exp */
diff --git a/lib/zip_unchange_data.c b/lib/zip_unchange_data.c index 6fe89f4..0249ba5 100644 --- a/lib/zip_unchange_data.c +++ b/lib/zip_unchange_data.c
@@ -1,6 +1,4 @@ /* - $NiH: zip_unchange_data.c,v 1.14 2004/11/30 23:02:47 wiz Exp $ - zip_unchange_data.c -- undo helper function Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
diff --git a/man/libzip.man b/man/libzip.man index d3df817..113553c 100644 --- a/man/libzip.man +++ b/man/libzip.man
@@ -1,6 +1,4 @@ .\" Converted with mdoc2man 0.2 -.\" from NiH: libzip.mdoc,v 1.7 2006/04/23 12:50:32 wiz Exp -.\" $NiH: libzip.mdoc,v 1.7 2006/04/23 12:50:32 wiz Exp $ .\" .\" libzip.mdoc \-- general overview of available functions .\" Copyright (C) 2005, 2006 Dieter Baron and Thomas Klausner
diff --git a/man/make_zip_errors.sh b/man/make_zip_errors.sh index 21b5296..1113828 100644 --- a/man/make_zip_errors.sh +++ b/man/make_zip_errors.sh
@@ -1,7 +1,5 @@ #!/bin/sh -# $NiH: make_zip_errors.sh,v 1.3 2005/01/20 21:03:36 dillo Exp $ -# # make_zip_errrors.sh: create zip_errors.mdoc from zip.h # Copyright (C) 1999, 2003, 2004, 2005 Dieter Baron and Thomas Klausner # @@ -47,13 +45,9 @@ exit 1 fi -rcsid=`echo '$NiH: make_zip_errors.sh,v 1.3 2005/01/20 21:03:36 dillo Exp $' | tr -d '$'` -inrcsid=`sed -n 's/^ \$\([^$]*[^ ]\) *\$$/\1/p' "$1"` date=`date '+%B %e, %Y' | sed 's/ / /'` cat <<EOF >> "$2.$$" || exit 1 -.\" \$NiH\$ -.\" .\" zip_errors.mdoc -- list of all libzip error codes .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\" @@ -87,8 +81,6 @@ .\" .\" This file was generated automatically by $0 .\" from $1; make changes there. -.\" $rcsid -.\" $inrcsid .\" .Dd $date .Dt ZIP_ERRORS 3
diff --git a/man/zip_add.man b/man/zip_add.man index 1ede21c..b7935e4 100644 --- a/man/zip_add.man +++ b/man/zip_add.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_add.mdoc,v 1.9 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_add.mdoc,v 1.9 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_add.mdoc \-- add files to zip archive .\" Copyright (C) 2004, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_add.mdoc b/man/zip_add.mdoc index 114d995..7b4e4f6 100644 --- a/man/zip_add.mdoc +++ b/man/zip_add.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_add.mdoc,v 1.9 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_add.mdoc -- add files to zip archive .\" Copyright (C) 2004, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_add_dir.man b/man/zip_add_dir.man index 5472cc0..04d334a 100644 --- a/man/zip_add_dir.man +++ b/man/zip_add_dir.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_add_dir.mdoc,v 1.1 2006/10/03 18:55:51 wiz Exp -.\" $NiH: zip_add_dir.mdoc,v 1.1 2006/10/03 18:55:51 wiz Exp $ -.\" .\" zip_add_dir.mdoc \-- add directory to zip archive .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_add_dir.mdoc b/man/zip_add_dir.mdoc index 9a1cbc5..7b91a9d 100644 --- a/man/zip_add_dir.mdoc +++ b/man/zip_add_dir.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_add_dir.mdoc,v 1.1 2006/10/03 18:55:51 wiz Exp $ -.\" .\" zip_add_dir.mdoc -- add directory to zip archive .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_close.man b/man/zip_close.man index 49aeaa0..a94e321 100644 --- a/man/zip_close.man +++ b/man/zip_close.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_close.mdoc,v 1.13 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_close.mdoc,v 1.13 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_close.mdoc \-- close zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_close.mdoc b/man/zip_close.mdoc index 876280f..7fdf142 100644 --- a/man/zip_close.mdoc +++ b/man/zip_close.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_close.mdoc,v 1.13 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_close.mdoc -- close zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_delete.man b/man/zip_delete.man index 6689e72..7023e01 100644 --- a/man/zip_delete.man +++ b/man/zip_delete.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_delete.mdoc,v 1.10 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_delete.mdoc,v 1.10 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_delete.mdoc \-- delete files from zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_delete.mdoc b/man/zip_delete.mdoc index 8c7b7a2..67bf934 100644 --- a/man/zip_delete.mdoc +++ b/man/zip_delete.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_delete.mdoc,v 1.10 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_delete.mdoc -- delete files from zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_clear.man b/man/zip_error_clear.man index 4435a6a..750f832 100644 --- a/man/zip_error_clear.man +++ b/man/zip_error_clear.man
@@ -1,5 +1,3 @@ -.\" $NiH$ -.\" .\" zip_clear_error.mdoc \-- clear error state for archive or file .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_clear.mdoc b/man/zip_error_clear.mdoc index c800bd4..5268723 100644 --- a/man/zip_error_clear.mdoc +++ b/man/zip_error_clear.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH$ -.\" .\" zip_clear_error.mdoc -- clear error state for archive or file .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_get.man b/man/zip_error_get.man index e5b988b..ce3d547 100644 --- a/man/zip_error_get.man +++ b/man/zip_error_get.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_error_get.mdoc,v 1.9 2006/04/23 12:45:10 wiz Exp -.\" $NiH: zip_error_get.mdoc,v 1.9 2006/04/23 12:45:10 wiz Exp $ -.\" .\" zip_error_get.mdoc \-- get error codes for archive or file .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_get.mdoc b/man/zip_error_get.mdoc index 861e6db..4fdf20a 100644 --- a/man/zip_error_get.mdoc +++ b/man/zip_error_get.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_error_get.mdoc,v 1.9 2006/04/23 12:45:10 wiz Exp $ -.\" .\" zip_error_get.mdoc -- get error codes for archive or file .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_get_sys_type.man b/man/zip_error_get_sys_type.man index c86e380..9e13948 100644 --- a/man/zip_error_get_sys_type.man +++ b/man/zip_error_get_sys_type.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_error_get_sys_type.mdoc,v 1.4 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_error_get_sys_type.mdoc,v 1.4 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_error_get_sys_type.mdoc \-- get type of error .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_get_sys_type.mdoc b/man/zip_error_get_sys_type.mdoc index 142d296..dedab2c 100644 --- a/man/zip_error_get_sys_type.mdoc +++ b/man/zip_error_get_sys_type.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_error_get_sys_type.mdoc,v 1.4 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_error_get_sys_type.mdoc -- get type of error .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_to_str.man b/man/zip_error_to_str.man index 3563b4a..9f82d27 100644 --- a/man/zip_error_to_str.man +++ b/man/zip_error_to_str.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_error_to_str.mdoc,v 1.7 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_error_to_str.mdoc,v 1.7 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_error_to_str.mdoc \-- get string representation of zip error code .\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_error_to_str.mdoc b/man/zip_error_to_str.mdoc index 2851d9f..c3b3fdf 100644 --- a/man/zip_error_to_str.mdoc +++ b/man/zip_error_to_str.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_error_to_str.mdoc,v 1.7 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_error_to_str.mdoc -- get string representation of zip error code .\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_errors.man b/man/zip_errors.man index 0012a52..46093e4 100644 --- a/man/zip_errors.man +++ b/man/zip_errors.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_errors.mdoc,v 1.5 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_errors.mdoc,v 1.5 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_errors.mdoc \-- list of all libzip error codes .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_errors.mdoc b/man/zip_errors.mdoc index 02add36..0e81fba 100644 --- a/man/zip_errors.mdoc +++ b/man/zip_errors.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_errors.mdoc,v 1.5 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_errors.mdoc -- list of all libzip error codes .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_fclose.man b/man/zip_fclose.man index 102456f..a644c8f 100644 --- a/man/zip_fclose.man +++ b/man/zip_fclose.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_fclose.mdoc,v 1.8 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_fclose.mdoc,v 1.8 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_fclose.mdoc \-- close file in zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_fclose.mdoc b/man/zip_fclose.mdoc index f487877..e709e8f 100644 --- a/man/zip_fclose.mdoc +++ b/man/zip_fclose.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_fclose.mdoc,v 1.8 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_fclose.mdoc -- close file in zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_file_strerror.man b/man/zip_file_strerror.man index 31d6633..eeadc8c 100644 --- a/man/zip_file_strerror.man +++ b/man/zip_file_strerror.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_file_strerror.mdoc,v 1.6 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_file_strerror.mdoc,v 1.6 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_file_strerror.mdoc \-- get string representation for a zip error .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_file_strerror.mdoc b/man/zip_file_strerror.mdoc index 5875277..81f56d1 100644 --- a/man/zip_file_strerror.mdoc +++ b/man/zip_file_strerror.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_file_strerror.mdoc,v 1.6 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_file_strerror.mdoc -- get string representation for a zip error .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_fopen.man b/man/zip_fopen.man index 9392e78..a20556a 100644 --- a/man/zip_fopen.man +++ b/man/zip_fopen.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_fopen.mdoc,v 1.13 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_fopen.mdoc,v 1.13 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_fopen.mdoc \-- open file in zip archive for reading .\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_fopen.mdoc b/man/zip_fopen.mdoc index 2237d19..a80ddbc 100644 --- a/man/zip_fopen.mdoc +++ b/man/zip_fopen.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_fopen.mdoc,v 1.13 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_fopen.mdoc -- open file in zip archive for reading .\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_fread.man b/man/zip_fread.man index edae35b..9a03378 100644 --- a/man/zip_fread.man +++ b/man/zip_fread.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_fread.mdoc,v 1.8 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_fread.mdoc,v 1.8 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_fread.mdoc \-- read from file .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_fread.mdoc b/man/zip_fread.mdoc index 26f139c..a9c81c7 100644 --- a/man/zip_fread.mdoc +++ b/man/zip_fread.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_fread.mdoc,v 1.8 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_fread.mdoc -- read from file .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_archive_comment.man b/man/zip_get_archive_comment.man index 08ad66c..e9bf825 100644 --- a/man/zip_get_archive_comment.man +++ b/man/zip_get_archive_comment.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_get_archive_comment.mdoc,v 1.1 2006/04/09 19:05:48 wiz Exp -.\" $NiH: zip_get_archive_comment.mdoc,v 1.1 2006/04/09 19:05:48 wiz Exp $ -.\" .\" zip_get_archive_comment.mdoc \-- get zip archive comment .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_archive_comment.mdoc b/man/zip_get_archive_comment.mdoc index 01eb348..dee3317 100644 --- a/man/zip_get_archive_comment.mdoc +++ b/man/zip_get_archive_comment.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_get_archive_comment.mdoc,v 1.1 2006/04/09 19:05:48 wiz Exp $ -.\" .\" zip_get_archive_comment.mdoc -- get zip archive comment .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_file_comment.man b/man/zip_get_file_comment.man index dcc6a03..fb5fa12 100644 --- a/man/zip_get_file_comment.man +++ b/man/zip_get_file_comment.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_get_file_comment.mdoc,v 1.3 2006/04/23 12:45:31 wiz Exp -.\" $NiH: zip_get_file_comment.mdoc,v 1.3 2006/04/23 12:45:31 wiz Exp $ -.\" .\" zip_get_file_comment.mdoc \-- get comment for file in zip .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_file_comment.mdoc b/man/zip_get_file_comment.mdoc index f3cde89..707df78 100644 --- a/man/zip_get_file_comment.mdoc +++ b/man/zip_get_file_comment.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_get_file_comment.mdoc,v 1.3 2006/04/23 12:45:31 wiz Exp $ -.\" .\" zip_get_file_comment.mdoc -- get comment for file in zip .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_name.man b/man/zip_get_name.man index 78c609d..66b7340 100644 --- a/man/zip_get_name.man +++ b/man/zip_get_name.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_get_name.mdoc,v 1.9 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_get_name.mdoc,v 1.9 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_get_name.mdoc \-- get name of file by index .\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_name.mdoc b/man/zip_get_name.mdoc index cfc22ce..743f117 100644 --- a/man/zip_get_name.mdoc +++ b/man/zip_get_name.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_get_name.mdoc,v 1.9 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_get_name.mdoc -- get name of file by index .\" Copyright (C) 2003, 2004, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_num_files.man b/man/zip_get_num_files.man index f470c11..9958121 100644 --- a/man/zip_get_num_files.man +++ b/man/zip_get_num_files.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_get_num_files.mdoc,v 1.4 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_get_num_files.mdoc,v 1.4 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_get_num_files.mdoc \-- get number of files in archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_get_num_files.mdoc b/man/zip_get_num_files.mdoc index a341123..35c3cd9 100644 --- a/man/zip_get_num_files.mdoc +++ b/man/zip_get_num_files.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_get_num_files.mdoc,v 1.4 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_get_num_files.mdoc -- get number of files in archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_name_locate.man b/man/zip_name_locate.man index a60117c..e3702df 100644 --- a/man/zip_name_locate.man +++ b/man/zip_name_locate.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_name_locate.mdoc,v 1.8 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_name_locate.mdoc,v 1.8 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_name_locate.mdoc \-- get index of file by name .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_name_locate.mdoc b/man/zip_name_locate.mdoc index 0134901..eeac3ed 100644 --- a/man/zip_name_locate.mdoc +++ b/man/zip_name_locate.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_name_locate.mdoc,v 1.8 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_name_locate.mdoc -- get index of file by name .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_open.man b/man/zip_open.man index baa4c39..9af6886 100644 --- a/man/zip_open.man +++ b/man/zip_open.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_open.mdoc,v 1.21 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_open.mdoc,v 1.21 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_open.mdoc \-- open zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_open.mdoc b/man/zip_open.mdoc index 90d9982..79c7bbf 100644 --- a/man/zip_open.mdoc +++ b/man/zip_open.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_open.mdoc,v 1.21 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_open.mdoc -- open zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_rename.man b/man/zip_rename.man index 2f1acd6..baf95c7 100644 --- a/man/zip_rename.man +++ b/man/zip_rename.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_rename.mdoc,v 1.7 2005/06/09 21:13:12 wiz Exp -.\" $NiH: zip_rename.mdoc,v 1.7 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_rename.mdoc \-- rename file in zip archive .\" Copyright (C) 2003-2008 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_rename.mdoc b/man/zip_rename.mdoc index 579732e..aec3599 100644 --- a/man/zip_rename.mdoc +++ b/man/zip_rename.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_rename.mdoc,v 1.7 2005/06/09 21:13:12 wiz Exp $ -.\" .\" zip_rename.mdoc -- rename file in zip archive .\" Copyright (C) 2003-2008 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_set_archive_comment.man b/man/zip_set_archive_comment.man index 57433a5..d0199e7 100644 --- a/man/zip_set_archive_comment.man +++ b/man/zip_set_archive_comment.man
@@ -1,6 +1,4 @@ .\" Converted with mdoc2man 0.2 -.\" from NiH: zip_set_archive_comment.mdoc,v 1.1 2006/04/23 12:47:30 wiz Exp -.\" $NiH: zip_set_archive_comment.mdoc,v 1.1 2006/04/23 12:47:30 wiz Exp $ .\" .\" zip_set_archive_comment.mdoc \-- set zip archive comment .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner
diff --git a/man/zip_set_file_comment.man b/man/zip_set_file_comment.man index 8a9d56e..3f1c5ae 100644 --- a/man/zip_set_file_comment.man +++ b/man/zip_set_file_comment.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_set_file_comment.mdoc,v 1.1 2006/04/23 12:47:30 wiz Exp -.\" $NiH: zip_set_file_comment.mdoc,v 1.1 2006/04/23 12:47:30 wiz Exp $ -.\" .\" zip_set_file_comment.mdoc \-- set comment for file in zip .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_set_file_comment.mdoc b/man/zip_set_file_comment.mdoc index 872bc56..8057c34 100644 --- a/man/zip_set_file_comment.mdoc +++ b/man/zip_set_file_comment.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_set_file_comment.mdoc,v 1.1 2006/04/23 12:47:30 wiz Exp $ -.\" .\" zip_set_file_comment.mdoc -- set comment for file in zip .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_source_buffer.man b/man/zip_source_buffer.man index 38a1378..6711841 100644 --- a/man/zip_source_buffer.man +++ b/man/zip_source_buffer.man
@@ -1,9 +1,5 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_source_buffer.mdoc,v 1.5 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_source_buffer.mdoc,v 1.5 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_source_buffer.mdoc \-- create zip data source from buffer -.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2004-2008 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. .\" The authors can be contacted at <libzip@nih.at> @@ -33,7 +29,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH ZIP_SOURCE_DATA 3 "July 20, 2005" NiH +.TH ZIP_SOURCE_DATA 3 "August 1, 2008" NiH .SH "NAME" zip_source_buffer \- create zip data source from buffer .SH "LIBRARY" @@ -42,8 +38,8 @@ #include <zip.h> .PP struct zip_source * -zip_source_buffer(struct zip *archive, const void *data, off_t len); \ -"int freep" +zip_source_buffer(struct zip *archive, const void *data); \ +"zip_uint64_t len" "int freep" .SH "DESCRIPTION" The function zip_source_buffer @@ -68,8 +64,6 @@ .TP 4 [ZIP_ER_INVAL] \fBlen\fR -is negative, or -\fBlen\fR is greater than zero and \fBdata\fR is
diff --git a/man/zip_source_buffer.mdoc b/man/zip_source_buffer.mdoc index b221b08..9185250 100644 --- a/man/zip_source_buffer.mdoc +++ b/man/zip_source_buffer.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_source_buffer.mdoc,v 1.5 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_source_buffer.mdoc -- create zip data source from buffer .\" Copyright (C) 2004-2008 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_source_file.man b/man/zip_source_file.man index f3c404a..c3da2f5 100644 --- a/man/zip_source_file.man +++ b/man/zip_source_file.man
@@ -1,9 +1,5 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_source_file.mdoc,v 1.8 2005/07/15 14:11:16 wiz Exp -.\" $NiH: zip_source_file.mdoc,v 1.8 2005/07/15 14:11:16 wiz Exp $ -.\" .\" zip_source_file.mdoc \-- create data source from a file -.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2004-2008 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. .\" The authors can be contacted at <libzip@nih.at> @@ -33,7 +29,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH ZIP_SOURCE_FILE 3 "July 20, 2005" NiH +.TH ZIP_SOURCE_FILE 3 "August 1, 2008" NiH .SH "NAME" zip_source_file \- create data source from a file .SH "LIBRARY" @@ -41,7 +37,8 @@ .SH "SYNOPSIS" .PP struct zip_source * -zip_source_file(struct zip *archive, const char *fname, off_t start, off_t len); +zip_source_file(struct zip *archive, const char *fname); \ +"zip_uint64_t start" "zip_int64_t len" .SH "DESCRIPTION" The function zip_source_file @@ -59,6 +56,9 @@ is 0 or \-1, the whole file (starting from \fBstart )\fR is used. +.PP +The fie is opened and read when the data from the source is used, usually by +zip_close. .SH "RETURN VALUES" Upon successful completion, the created source is returned. Otherwise,
diff --git a/man/zip_source_file.mdoc b/man/zip_source_file.mdoc index c109a98..823dfb9 100644 --- a/man/zip_source_file.mdoc +++ b/man/zip_source_file.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_source_file.mdoc,v 1.8 2005/07/15 14:11:16 wiz Exp $ -.\" .\" zip_source_file.mdoc -- create data source from a file .\" Copyright (C) 2004-2008 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_source_filep.man b/man/zip_source_filep.man index fee3c11..e376cde 100644 --- a/man/zip_source_filep.man +++ b/man/zip_source_filep.man
@@ -1,9 +1,5 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_source_filep.mdoc,v 1.6 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_source_filep.mdoc,v 1.6 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_source_filep.mdoc \-- create data source from a file stream -.\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner +.\" Copyright (C) 2004-2008 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. .\" The authors can be contacted at <libzip@nih.at> @@ -33,7 +29,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH ZIP_SOURCE_FILEP 3 "July 20, 2005" NiH +.TH ZIP_SOURCE_FILEP 3 "August 1, 2008" NiH .SH "NAME" zip_source_filep \- create data source from FILE * .SH "LIBRARY" @@ -41,7 +37,8 @@ .SH "SYNOPSIS" .PP struct zip_source * -zip_source_filep(struct zip *archive, FILE *file, off_t start, off_t len); +zip_source_filep(struct zip *archive, FILE *file); \ +"zip_uint64_t start" "zip_int64_t len" .SH "DESCRIPTION" The function zip_source_filep
diff --git a/man/zip_source_filep.mdoc b/man/zip_source_filep.mdoc index 09044ea..16d9d5a 100644 --- a/man/zip_source_filep.mdoc +++ b/man/zip_source_filep.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_source_filep.mdoc,v 1.6 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_source_filep.mdoc -- create data source from a file stream .\" Copyright (C) 2004-2008 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_source_free.man b/man/zip_source_free.man index 2195790..e1e10f3 100644 --- a/man/zip_source_free.man +++ b/man/zip_source_free.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_source_free.mdoc,v 1.6 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_source_free.mdoc,v 1.6 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_source_free.mdoc \-- free zip data source .\" Copyright (C) 2004, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_source_free.mdoc b/man/zip_source_free.mdoc index 3ec3325..f631a2f 100644 --- a/man/zip_source_free.mdoc +++ b/man/zip_source_free.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_source_free.mdoc,v 1.6 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_source_free.mdoc -- free zip data source .\" Copyright (C) 2004, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_source_function.man b/man/zip_source_function.man index fef0dac..46d50d7 100644 --- a/man/zip_source_function.man +++ b/man/zip_source_function.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_source_function.mdoc,v 1.17 2006/12/16 10:12:58 wiz Exp -.\" $NiH: zip_source_function.mdoc,v 1.17 2006/12/16 10:12:58 wiz Exp $ -.\" .\" zip_source_function.mdoc \-- create data source from function .\" Copyright (C) 2004-2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_source_function.mdoc b/man/zip_source_function.mdoc index c2c557f..2306f84 100644 --- a/man/zip_source_function.mdoc +++ b/man/zip_source_function.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_source_function.mdoc,v 1.17 2006/12/16 10:12:58 wiz Exp $ -.\" .\" zip_source_function.mdoc -- create data source from function .\" Copyright (C) 2004-2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_stat.man b/man/zip_stat.man index 82e4e30..4dd1ebc 100644 --- a/man/zip_stat.man +++ b/man/zip_stat.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_stat.mdoc,v 1.12 2006/12/16 10:12:58 wiz Exp -.\" $NiH: zip_stat.mdoc,v 1.12 2006/12/16 10:12:58 wiz Exp $ -.\" .\" zip_stat.mdoc \-- get information about file .\" Copyright (C) 2003, 2004, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_stat.mdoc b/man/zip_stat.mdoc index c63930f..7f88380 100644 --- a/man/zip_stat.mdoc +++ b/man/zip_stat.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_stat.mdoc,v 1.12 2006/12/16 10:12:58 wiz Exp $ -.\" .\" zip_stat.mdoc -- get information about file .\" Copyright (C) 2003, 2004, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_stat_init.man b/man/zip_stat_init.man index 8202c86..44d8849 100644 --- a/man/zip_stat_init.man +++ b/man/zip_stat_init.man
@@ -1,5 +1,3 @@ -.\" $NiH$ -.\" .\" zip_stat_init.mdoc \-- init zip_stat structure .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_stat_init.mdoc b/man/zip_stat_init.mdoc index 5807891..67b7d7c 100644 --- a/man/zip_stat_init.mdoc +++ b/man/zip_stat_init.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH$ -.\" .\" zip_stat_init.mdoc -- init zip_stat structure .\" Copyright (C) 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_unchange.man b/man/zip_unchange.man index 2b10867..3db8e41 100644 --- a/man/zip_unchange.man +++ b/man/zip_unchange.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_unchange.mdoc,v 1.11 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_unchange.mdoc,v 1.11 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_unchange.mdoc \-- undo changes to file in zip archive .\" Copyright (C) 2003, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_unchange.mdoc b/man/zip_unchange.mdoc index 7359d89..4eed1b2 100644 --- a/man/zip_unchange.mdoc +++ b/man/zip_unchange.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_unchange.mdoc,v 1.11 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_unchange.mdoc -- undo changes to file in zip archive .\" Copyright (C) 2003, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_unchange_all.man b/man/zip_unchange_all.man index 5edfb33..44ed043 100644 --- a/man/zip_unchange_all.man +++ b/man/zip_unchange_all.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_unchange_all.mdoc,v 1.10 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_unchange_all.mdoc,v 1.10 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_unchange_all.mdoc \-- undo changes to all files in zip archive .\" Copyright (C) 2003, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_unchange_all.mdoc b/man/zip_unchange_all.mdoc index 9adaaed..efab2e8 100644 --- a/man/zip_unchange_all.mdoc +++ b/man/zip_unchange_all.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_unchange_all.mdoc,v 1.10 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_unchange_all.mdoc -- undo changes to all files in zip archive .\" Copyright (C) 2003, 2005, 2006 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_unchange_archive.man b/man/zip_unchange_archive.man index 1f03b06..772ae0e 100644 --- a/man/zip_unchange_archive.man +++ b/man/zip_unchange_archive.man
@@ -1,7 +1,3 @@ -.\" Converted with mdoc2man 0.2 -.\" from NiH: zip_unchange_all.mdoc,v 1.10 2005/06/09 21:14:54 wiz Exp -.\" $NiH: zip_unchange_all.mdoc,v 1.10 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_unchange_archive.mdoc \-- undo changes to all files in zip archive .\" Copyright (C) 2006-2008 Dieter Baron and Thomas Klausner .\"
diff --git a/man/zip_unchange_archive.mdoc b/man/zip_unchange_archive.mdoc index dc331b3..753448a 100644 --- a/man/zip_unchange_archive.mdoc +++ b/man/zip_unchange_archive.mdoc
@@ -1,5 +1,3 @@ -.\" $NiH: zip_unchange_all.mdoc,v 1.10 2005/06/09 21:14:54 wiz Exp $ -.\" .\" zip_unchange_archive.mdoc -- undo changes to all files in zip archive .\" Copyright (C) 2006-2008 Dieter Baron and Thomas Klausner .\"
diff --git a/regress/CMakeLists.txt b/regress/CMakeLists.txt index 0a589f3..3d3c4bb 100644 --- a/regress/CMakeLists.txt +++ b/regress/CMakeLists.txt
@@ -1,5 +1,3 @@ -# $NiH$ - ENABLE_TESTING() SET(TEST_PROGRAMS
diff --git a/regress/add_from_buffer.c b/regress/add_from_buffer.c index baee8f6..40efd21 100644 --- a/regress/add_from_buffer.c +++ b/regress/add_from_buffer.c
@@ -1,6 +1,4 @@ /* - $NiH: add_from_buffer.c,v 1.2 2006/02/21 09:41:13 dillo Exp $ - add_from_buffer.c -- test case for adding file from buffer to archive Copyright (C) 1999, 2003, 2005 Dieter Baron and Thomas Klausner
diff --git a/regress/add_from_buffer.test b/regress/add_from_buffer.test index c6e75a0..ff6c472 100644 --- a/regress/add_from_buffer.test +++ b/regress/add_from_buffer.test
@@ -1,5 +1,4 @@ # add buffer contents as file to zip -# $NiH: add_from_buffer.test,v 1.1 2005/07/15 16:54:25 wiz Exp $ program add_from_buffer return 0 args testbuffer.zip
diff --git a/regress/add_from_file.c b/regress/add_from_file.c index 13141a1..cbcf5d9 100644 --- a/regress/add_from_file.c +++ b/regress/add_from_file.c
@@ -1,6 +1,4 @@ /* - $NiH: add_from_file.c,v 1.1 2005/07/15 16:53:37 wiz Exp $ - add_from_file.c -- test case for adding file to archive Copyright (C) 1999, 2003, 2005 Dieter Baron and Thomas Klausner
diff --git a/regress/add_from_file.test b/regress/add_from_file.test index 35e9ac3..279fbe1 100644 --- a/regress/add_from_file.test +++ b/regress/add_from_file.test
@@ -1,5 +1,4 @@ # add file to zip -# $NiH: add_from_file.test,v 1.1 2005/07/15 16:54:25 wiz Exp $ program add_from_file return 0 args testfile.zip testfile.txt
diff --git a/regress/add_from_filep.c b/regress/add_from_filep.c index ab83db0..059e957 100644 --- a/regress/add_from_filep.c +++ b/regress/add_from_filep.c
@@ -1,6 +1,4 @@ /* - $NiH: add_from_filep.c,v 1.1 2005/07/17 00:01:06 wiz Exp $ - add_from_filep.c -- test case for adding file to archive Copyright (C) 1999, 2003, 2005 Dieter Baron and Thomas Klausner
diff --git a/regress/add_from_filep.test b/regress/add_from_filep.test index 48f7edc..3a2a8cf 100644 --- a/regress/add_from_filep.test +++ b/regress/add_from_filep.test
@@ -1,5 +1,4 @@ # add file to zip -# $NiH: add_from_filep.test,v 1.1 2005/07/17 00:01:06 wiz Exp $ program add_from_filep return 0 args testfile.zip testfile.txt
diff --git a/regress/encrypt.c b/regress/encrypt.c index 832d0d1..d5b00ca 100644 --- a/regress/encrypt.c +++ b/regress/encrypt.c
@@ -1,6 +1,4 @@ /* - $NiH$ - encrypt.c -- test encryption support Copyright (C) 2006 Dieter Baron and Thomas Klausner
diff --git a/regress/encrypt.test b/regress/encrypt.test index 6fb7371..ba6502f 100644 --- a/regress/encrypt.test +++ b/regress/encrypt.test
@@ -1,5 +1,4 @@ # test encryption support -# $NiH$ program encrypt return 0 args encrypt.zip
diff --git a/regress/fread.c b/regress/fread.c index 85f4e74..2be14b2 100644 --- a/regress/fread.c +++ b/regress/fread.c
@@ -1,6 +1,4 @@ /* - $NiH: fread.c,v 1.6 2006/02/21 10:21:25 dillo Exp $ - fread.c -- test cases for reading from zip archives Copyright (C) 2004, 2005, 2006 Dieter Baron and Thomas Klausner
diff --git a/regress/fread.test b/regress/fread.test index 9fbe5d8..234e1a1 100644 --- a/regress/fread.test +++ b/regress/fread.test
@@ -1,5 +1,4 @@ # various tests for zip_fread -# $NiH: fread.test,v 1.1 2005/07/16 17:14:32 wiz Exp $ program fread args broken.zip return 0
diff --git a/regress/get_comment.c b/regress/get_comment.c index 7df1e3c..62a521f 100644 --- a/regress/get_comment.c +++ b/regress/get_comment.c
@@ -1,6 +1,4 @@ /* - $NiH: get_comment.c,v 1.3 2006/04/23 14:17:36 wiz Exp $ - comment.c -- test cases for file and archive comments Copyright (C) 2006 Dieter Baron and Thomas Klausner
diff --git a/regress/get_comment.test b/regress/get_comment.test index e2cb829..a7b22ea 100644 --- a/regress/get_comment.test +++ b/regress/get_comment.test
@@ -1,5 +1,4 @@ # show comments of a zip archive -# $NiH: comment.test,v 1.1 2006/04/09 19:05:48 wiz Exp $ program get_comment return 0 args testcomment.zip
diff --git a/regress/mkname.c b/regress/mkname.c index ba4452b..647e836 100644 --- a/regress/mkname.c +++ b/regress/mkname.c
@@ -1,6 +1,4 @@ /* - $NiH: mkname.c,v 1.1 2005/06/09 18:49:38 dillo Exp $ - mkname.c -- add srcdir to name Copyright (C) 2005 Dieter Baron and Thomas Klausner
diff --git a/regress/name_locate.c b/regress/name_locate.c index dc14524..62d3714 100644 --- a/regress/name_locate.c +++ b/regress/name_locate.c
@@ -1,6 +1,4 @@ /* - $NiH: name_locate.c,v 1.6 2006/02/21 09:41:13 dillo Exp $ - name_locate.c -- test cases for finding files in zip archives Copyright (C) 2005-2006 Dieter Baron and Thomas Klausner
diff --git a/regress/name_locate.test b/regress/name_locate.test index e664fd7..5b5bde0 100644 --- a/regress/name_locate.test +++ b/regress/name_locate.test
@@ -1,5 +1,4 @@ # various tests for zip_name_locate -# $NiH: name_locate.test,v 1.1 2005/07/16 17:14:32 wiz Exp $ program name_locate args test.zip return 0
diff --git a/regress/open.c b/regress/open.c index 6b6c18c..78663ba 100644 --- a/regress/open.c +++ b/regress/open.c
@@ -1,6 +1,4 @@ /* - $NiH: open.c,v 1.6 2005/07/16 17:14:32 wiz Exp $ - open.c -- test cases for opening zip archives Copyright (C) 1999-2008 Dieter Baron and Thomas Klausner
diff --git a/regress/open.test b/regress/open.test index b843cd4..c4b6a3a 100644 --- a/regress/open.test +++ b/regress/open.test
@@ -1,5 +1,4 @@ # various tests for zip_open -# $NiH: open.test,v 1.1 2005/07/16 17:14:32 wiz Exp $ program open args test.zip Makefile.am return 0
diff --git a/regress/set_comment_all.c b/regress/set_comment_all.c index e187a7a..489a272 100644 --- a/regress/set_comment_all.c +++ b/regress/set_comment_all.c
@@ -1,6 +1,4 @@ /* - $NiH: set_comment_all.c,v 1.2 2006/04/23 13:28:41 wiz Exp $ - set_comment_all.c -- set global and file comments Copyright (C) 2006 Dieter Baron and Thomas Klausner
diff --git a/regress/set_comment_all.test b/regress/set_comment_all.test index a1b9c5c..2369ae8 100644 --- a/regress/set_comment_all.test +++ b/regress/set_comment_all.test
@@ -1,5 +1,4 @@ # change local and global comments in a zip archive -# $NiH: set_comment.test,v 1.1 2006/04/23 00:39:58 wiz Exp $ program set_comment_all return 0 # need filename extension != zip to avoid using zipcmp,
diff --git a/regress/set_comment_localonly.c b/regress/set_comment_localonly.c index f11416e..55e25d3 100644 --- a/regress/set_comment_localonly.c +++ b/regress/set_comment_localonly.c
@@ -1,6 +1,4 @@ /* - $NiH: set_comment_localonly.c,v 1.3 2006/04/23 13:28:41 wiz Exp $ - set_comment_localonly.c -- set file comments Copyright (C) 2006 Dieter Baron and Thomas Klausner
diff --git a/regress/set_comment_localonly.test b/regress/set_comment_localonly.test index 269f9c9..8ff58eb 100644 --- a/regress/set_comment_localonly.test +++ b/regress/set_comment_localonly.test
@@ -1,5 +1,4 @@ # change local comments in a zip archive -# $NiH: set_comment.test,v 1.1 2006/04/23 00:39:58 wiz Exp $ program set_comment_localonly return 0 # need filename extension != zip to avoid using zipcmp,
diff --git a/regress/set_comment_removeglobal.c b/regress/set_comment_removeglobal.c index c6cb4cc..c8ff6c5 100644 --- a/regress/set_comment_removeglobal.c +++ b/regress/set_comment_removeglobal.c
@@ -1,6 +1,4 @@ /* - $NiH: set_comment_removeglobal.c,v 1.1 2006/04/23 13:28:31 wiz Exp $ - set_comment_removeglobal.c -- remove archive comment Copyright (C) 2006 Dieter Baron and Thomas Klausner
diff --git a/regress/set_comment_removeglobal.test b/regress/set_comment_removeglobal.test index 091fa70..14c504e 100644 --- a/regress/set_comment_removeglobal.test +++ b/regress/set_comment_removeglobal.test
@@ -1,5 +1,4 @@ # remove archive comment -# $NiH: set_comment_revert.test,v 1.1 2006/04/23 13:21:19 wiz Exp $ program set_comment_removeglobal return 0 # need filename extension != zip to avoid using zipcmp,
diff --git a/regress/set_comment_revert.c b/regress/set_comment_revert.c index 2c7618b..46a1b85 100644 --- a/regress/set_comment_revert.c +++ b/regress/set_comment_revert.c
@@ -1,6 +1,4 @@ /* - $NiH: set_comment_revert.c,v 1.2 2006/04/23 13:28:41 wiz Exp $ - set_comment_revert.c -- set global and file comments, but revert Copyright (C) 2006 Dieter Baron and Thomas Klausner
diff --git a/regress/set_comment_revert.test b/regress/set_comment_revert.test index 2d83f0c..d702060 100644 --- a/regress/set_comment_revert.test +++ b/regress/set_comment_revert.test
@@ -1,5 +1,4 @@ # start changing local and global comments, but revert before closing -# $NiH: set_comment_all.test,v 1.1 2006/04/23 12:25:00 wiz Exp $ program set_comment_revert return 0 # need filename extension != zip to avoid using zipcmp,
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c5b76a4..4130e99 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt
@@ -1,5 +1,3 @@ -# $NiH$ - INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../lib ${CMAKE_CURRENT_BINARY_DIR}/..)