From 108a44345c7ca94199ab95f358312126b255f190 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 30 May 2000 19:05:57 +0000 Subject: Fixed tar option parsing segfault, and make "tar xv" and "tar -xv" both work (i.e. it works with or w/o the "-"). -Erik --- Changelog | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index e9fbdd0..44bcd37 100644 --- a/Changelog +++ b/Changelog @@ -16,10 +16,8 @@ * Fixed ping warnings -- fix from Sascha Ziemann * Fixed update segfault * Fixed mknod -- minor number was always 0 - * Fixed tar option parsing. In an attempt to accomodate the whiners - that wanted "tar cf foo.tar foo" (i.e. no "-" before options) - I broke creation of tarballs. I reverted the change (so tar needs - the "-" for all options). + * Fixed tar option parsing, so both "tar xvf foo.tar" and "tar -xvf foo.tar" + now work (i.e. no "-" before options) (this was very broken in 0.43). * Several contributions from Randolph Chung . * cp/mv now accepts the -f flag * tail can now accept - commands (e.g. -10) for better -- cgit v1.1