| 1 |
|
2003-07-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 2 |
|
|
| 3 |
|
* TODO: Updated |
| 4 |
|
* NEWS: Updated |
| 5 |
|
* doc/tar.texi: Updated |
| 6 |
|
* src/common.h (check_links_option): New variable |
| 7 |
|
(orig_file_name): New variable |
| 8 |
|
(check_links): New proto. |
| 9 |
|
* src/create.c (struct link.nlink): New member |
| 10 |
|
(link_table): Static for the module. |
| 11 |
|
(dump_file): Update `link' member when adding new links |
| 12 |
|
to the link_table. |
| 13 |
|
(check_links): New function. |
| 14 |
|
* src/list.c (print_header): Use orig_file_name. |
| 15 |
|
* src/tar.c: New option --check-links. Changed semantics of |
| 16 |
|
-o to comply to UNIX98 when extracting and to its previous |
| 17 |
|
semantics otherwise. |
| 18 |
|
(main): Call check_links if --check-links. was given. |
| 19 |
|
|
| 20 |
2003-07-25 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
2003-07-25 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 21 |
|
|
| 22 |
* src/list.c (print_header): Revised |
* src/list.c (print_header): Revised |