summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-10-16 11:07:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-10-16 11:07:19 +0000
commit57bfbbde90dfcc18ee6b1e27c01ba915ecc56312 (patch)
treeba70375978435fa2ae5c1c4f2f3fb9613abc91e8 /lib
parent7b69ee5a240bf25a7b65e7724248f2dd3f7e4836 (diff)
downloadtar-57bfbbde90dfcc18ee6b1e27c01ba915ecc56312.tar.gz
* src/common.h (transform_symlinks_option): New global.
* src/create.c (dump_file0): Transform symlink targets only if explicitly required. Thanks Cyril Strejc for reporting the problem. * src/tar.c (parse_opt): New options --transform-symlinks and --no-transform-symlinks. New alias --xform to the --transform option. * doc/tar.texi: Document --transform-symlinks * NEWS: Update. * THANKS: Update. * src/names.c (name_gather): Use xzalloc. * src/buffer.c (short_read): Move record size detection before the loop.
Diffstat (limited to 'lib')
-rw-r--r--lib/.cvsignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore
index eb463340..91735071 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -25,6 +25,8 @@ at-func.c
backupfile.c
backupfile.h
basename.c
+c-ctype.c
+c-ctype.h
canonicalize-lgpl.c
canonicalize.h
charset.alias
@@ -46,6 +48,7 @@ dirname.c
dirname.h
dup-safer.c
dup2.c
+errno.in.h
error.c
error.h
exclude.c
@@ -130,6 +133,7 @@ obstack.c
obstack.h
offtostr.c
open-safer.c
+open.c
openat-die.c
openat-priv.h
openat-proc.c
@@ -189,6 +193,7 @@ stdbool.in.h
stdint.h
stdint.in.h
stdio-impl.h
+stdio-write.c
stdio.h
stdio.in.h
stdlib.h
@@ -258,6 +263,7 @@ wchar.in.h
wctype.h
wctype.in.h
wcwidth.c
+write.c
xalloc-die.c
xalloc.h
xgetcwd.c