| 1 |
2003-10-04 Sergey Poznyakoff |
2003-10-08 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 2 |
|
|
| 3 |
|
* NEWS: Updated |
| 4 |
|
* THANKS: Added Wojciech Polak |
| 5 |
|
* configure.ac: Added checks for missing functions. Raised |
| 6 |
|
version number to indicate alpha release. |
| 7 |
|
* lib/Makefile.am: Added missing headers |
| 8 |
|
* lib/waitpid.c: Added missing includes. |
| 9 |
|
* src/extract.c: Likewise. |
| 10 |
|
* src/names.c: Removed spurious includes. |
| 11 |
|
* src/xheader.c: Likewise. |
| 12 |
|
* src/system.h [MSDOS]: Fixed spelling of EACCES. Added |
| 13 |
|
macro overriding broken mkdir prototypes. |
| 14 |
|
|
| 15 |
|
2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 16 |
|
|
| 17 |
* configure.ac: Check for dev_t and ino_t. |
* configure.ac: Check for dev_t and ino_t. |
| 18 |
* m4/Makefile.am: Added missing files. |
* m4/Makefile.am: Added missing files. |
| 27 |
* src/extract.c: Likewise. |
* src/extract.c: Likewise. |
| 28 |
* src/rtapelib.c: Likewise. |
* src/rtapelib.c: Likewise. |
| 29 |
|
|
| 30 |
2003-10-04 Sergey Poznyakoff |
2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 31 |
|
|
| 32 |
Implemented --occurrence option. |
Implemented --occurrence option. |
| 33 |
|
|
| 48 |
(names_done): Removed |
(names_done): Removed |
| 49 |
(all_names_found,names_notfound): Rewritten. |
(all_names_found,names_notfound): Rewritten. |
| 50 |
|
|
| 51 |
2003-10-02 Sergey Poznyakoff |
2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 52 |
|
|
| 53 |
* src/tar.c: Removed extra precaution regarding |
* src/tar.c: Removed extra precaution regarding |
| 54 |
subcommand_option == CAT_SUBCOMMAND |
subcommand_option == CAT_SUBCOMMAND |
| 55 |
* lib/Makefile.am: Updated |
* lib/Makefile.am: Updated |
| 56 |
|
|
| 57 |
2003-10-02 Sergey Poznyakoff |
2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 58 |
|
|
| 59 |
* src/common.h (names_done): New function. |
* src/common.h (names_done): New function. |
| 60 |
* src/names.c: Likewise. |
* src/names.c: Likewise. |