summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/tar
Commit message (Collapse)AuthorAgeFilesLines
* POSIXLY-CORRECT --> POSIXLY_CORRECTOllivier Robert1998-09-221-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=39558
* MFC: {rev 1.17} Fix typo.Joseph Koshy1998-09-141-2/+4
| | | | Notes: svn path=/stable/2.2/; revision=39158
* MFC: {rev 1.16} fix description of the `-C' option.Joseph Koshy1998-07-201-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=37765
* MFC: ' is a special character when the first character on a line.Steve Price1998-02-151-3/+3
| | | | | | | | PR: 5754 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/stable/2.2/; revision=33406
* PR: 4385, 5283Daniel O'Callaghan1998-02-047-39/+94
| | | | | | | | | Reviewed by: Alex Nash Submitted by: Peter Hawkins and Robert Eckardt Merge from HEAD - fix --norecurse, document time formats, as CEST Notes: svn path=/stable/2.2/; revision=33075
* MFC: rev 1.5, Don't create anything on the disk if -O (akaJoerg Wunsch1997-08-171-1/+4
| | | | | | | --to-stdout) was given. Notes: svn path=/stable/2.2/; revision=28293
* YAMFC -- noshared fixes.Paul Traina1997-06-291-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=27041
* MFC: typo fix, Rev.1.9.Masafumi Max NAKANE1997-06-051-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=26460
* Merge from 1.10: -C error message fix.Satoshi Asami1997-01-071-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=21395
* YAMFCPoul-Henning Kamp1996-11-161-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=19814
* Merge from -current.Poul-Henning Kamp1996-11-042-18/+6
| | | | Notes: svn path=/stable/2.2/; revision=19384
* Remove local fnmatch() copy, we now compatible with GNU fnmatchAndrey A. Chernov1996-10-234-249/+2
| | | | Notes: svn path=/head/; revision=19135
* Replace GNU-made __P definition by standard from sys/cdefs.hAndrey A. Chernov1996-09-201-0/+4
| | | | Notes: svn path=/head/; revision=18423
* 8bit clean ctype fixesAndrey A. Chernov1996-08-152-5/+5
| | | | Notes: svn path=/head/; revision=17621
* Localization fixesAndrey A. Chernov1996-08-152-4/+12
| | | | Notes: svn path=/head/; revision=17620
* Change in man page to document "-" flag as stdin/stdout, addChuck Robey1996-08-131-3/+9
| | | | | | | | example showing how to move file hierarchies. Reviewed by: jkh Notes: svn path=/head/; revision=17563
* Spelling fixes.Jean-Marc Zucconi1996-02-091-5/+5
| | | | | | | This is the man page which has been obtained from NetBSD, not the program. Notes: svn path=/head/; revision=14006
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-508/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* recording cvs-1.6 file deathPeter Wemm1995-12-301-4923/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Add setlocale LC_ALLAndrey A. Chernov1995-10-261-0/+7
| | | | Notes: svn path=/head/; revision=11810
* Fix a typo ("-It Fl" to ".It Fl")Torsten Blum1995-10-251-2/+5
| | | | | | | | | document the "-P" switch Obtained from: the NetBSD bugs mailinglist Notes: svn path=/head/; revision=11777
* Remove includes of the wrong ../Makefile.inc (one was commented out, theBruce Evans1995-10-221-1/+0
| | | | | | | other was in the wrong order). Notes: svn path=/head/; revision=11675
* Replace ctime by strftime %c to use national representationAndrey A. Chernov1995-08-081-3/+3
| | | | Notes: svn path=/head/; revision=9999
* Improve the handling of large minor numbers:Bruce Evans1995-06-262-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpio/copyout.c: Don't output a file if the major, minor or totality of its rdev would be truncated. Print a message about the skipped files to stderr but don't report the error in the exit status. cpio's abysmal error handling doesn't allow continuing after an error, and the rdev checks had to be misplaced to avoid the problem of returning an error code from routines that return void. pax/pax.h: Use the system macros for major(), minor() and makedev(). pax already checks _all_ output conversions for overflow. This has the undesirable effect that failure to convert relatively useless fields such as st_dev for regular files causes files not to be output. pax doesn't report exactly which fields couldn't be converted. tar/create.c: Don't output a file if the major or minor its rdev would be truncated. Print a message about the skipped files to stderr and report the error in the exit status. tar/tar.c: For not immediately fatal errors, exit with status 1, not the error count (mod 256). All: Minor numbers are limited to 21 bits in pax's ustar format and to 18 bits in archives created by gnu tar (gnu tar wastes 3 bits for padding). pax's and cpio's ustar format is incompatible with gnu tar's ustar format for other reasons (see cpio/README). Notes: svn path=/head/; revision=9322
* Remove trailing whitespace.Rodney W. Grimes1995-05-308-26/+26
| | | | Notes: svn path=/head/; revision=8858
* Mods to tar (--fast-read) to cause it to stop looking for exact-matchingJordan K. Hubbard1995-04-104-2/+48
| | | | | | | | | file specifications when they've been extracted (enabling you to get a file fast if it occurs somewhere close to the front). Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> Notes: svn path=/head/; revision=7736
* Fix -C arg overriding when -T file usedAndrey A. Chernov1995-03-241-3/+5
| | | | Notes: svn path=/head/; revision=7333
* Fix sparse files handlingAndrey A. Chernov1995-03-181-1/+1
| | | | | | | Submitted by: Alan Bawden <alan@curry.epilogue.com> Notes: svn path=/head/; revision=7143
* Fix two quad_t casts, one reported by wcp@lpds.sublink.orgAndrey A. Chernov1995-02-261-2/+2
| | | | Notes: svn path=/head/; revision=6754
* Fixed up the text a bit, attribute NetBSD properly.Jordan K. Hubbard1995-01-311-3/+5
| | | | Notes: svn path=/head/; revision=6052
* Submitted by: Philippe Charnier <charnier@lirmm.fr>Andreas Schulz1995-01-291-1/+0
| | | | | | | Install the man page, now that we have one. Notes: svn path=/head/; revision=6006
* Finally add a freakin' man page for tar!Jordan K. Hubbard1995-01-261-0/+379
| | | | | | | | Submitted by: John F. Woods <jfw@jfwhome.funhouse.com> Obtained from: NetBSD Notes: svn path=/head/; revision=5911
* Remove regex code, use -lgnuregex insteadAndrey A. Chernov1995-01-113-3/+6
| | | | Notes: svn path=/head/; revision=5491
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-4/+4
| | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? Notes: svn path=/head/; revision=4131
* Back out part of ctype fixes, unneded with new ctypeAndrey A. Chernov1994-10-093-4/+4
| | | | Notes: svn path=/head/; revision=3458
* Fix many problems with 8bit chars (sign extend in ctype macros)Andrey A. Chernov1994-10-074-30/+21
| | | | | | | | Fix main problem with 8-bit chars in directories names: because signed_sum left uninitialized, wrong checksum occurse Notes: svn path=/head/; revision=3414
* Add Chris Demetriou's --unlink changes.Jordan K. Hubbard1994-06-283-0/+40
| | | | | | | | | I know that I said earlier that this should be unconditional behaviour, but I thought about it a little more and concluded that the principle of least surprise dictates that I make it an option. Notes: svn path=/head/; revision=1777
* Make tar static by default. Don't scream, you'll thank me for thisJordan K. Hubbard1994-06-151-0/+1
| | | | | | | someday. Notes: svn path=/head/; revision=1728
* Cleaned up yacc problems that shouldn't have existed in the original portNate Williams1993-06-181-0/+1
| | | | Notes: svn path=/head/; revision=21
* Updated GNU utilitiesJordan K. Hubbard1993-06-1835-0/+21463
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=9