Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tar: revamp "file is the archive" diagnostic | Paul Eggert | 2022-02-15 | 1 | -2/+1 |
| | | | | | | * src/create.c (dump_file0): For clarity, change diagnostic wording from "file is the archive; not dumped" to "archive cannot contain itself; not dumped". All test cases and documentation changed. | ||||
* | Update copyright years | Sergey Poznyakoff | 2022-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright years | Sergey Poznyakoff | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | Update copyright years | Sergey Poznyakoff | 2020-02-08 | 1 | -1/+1 |
| | |||||
* | Version 1.31release_1_31 | Sergey Poznyakoff | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright years | Sergey Poznyakoff | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Report positional options that were used but had no effect during archive ↵ | Sergey Poznyakoff | 2016-05-27 | 1 | -0/+49 |
creation * src/names.c (file_selection_option) (file_selection_option_name): New functions. (unconsumed_option_push, unconsumed_option_free) (unconsumed_option_report): New functions. (name_list_advance): Maintain a list of eventually unconsumed options during archive creation. Report unconsumed options, if any. * tests/positional01.at: New test case. * tests/positional02.at: New test case. * tests/positional03.at: New test case. * tests/Makefile.am: Add new test cases. * tests/testsuite.at: Likewise. * NEWS: Document the changes. * configure.ac: Version 1.29.90 * doc/tar.texi: Document the changes. |