Sergey Poznyakoff 21 years ago
parent
commit
80088dcafc
1 changed files with 18 additions and 4 deletions
  1. 18 4
      ChangeLog

+ 18 - 4
ChangeLog

@@ -1,4 +1,18 @@
-2003-10-04  Sergey Poznyakoff  
+2003-10-08  Sergey Poznyakoff  <[email protected]>
+
+	* NEWS: Updated
+	* THANKS: Added Wojciech Polak
+	* configure.ac: Added checks for missing functions. Raised
+	version number to indicate alpha release.
+	* lib/Makefile.am: Added missing headers
+	* lib/waitpid.c: Added missing includes.
+	* src/extract.c: Likewise.
+	* src/names.c: Removed spurious includes.
+	* src/xheader.c: Likewise.
+	* src/system.h [MSDOS]: Fixed spelling of EACCES. Added
+	macro overriding broken mkdir prototypes.
+
+2003-10-04  Sergey Poznyakoff  <[email protected]>  
 
 	* configure.ac: Check for dev_t and ino_t.
 	* m4/Makefile.am: Added missing files.
@@ -13,7 +27,7 @@
 	* src/extract.c: Likewise.
 	* src/rtapelib.c: Likewise.
 	
-2003-10-04  Sergey Poznyakoff 
+2003-10-04  Sergey Poznyakoff  <[email protected]> 
 
 	Implemented --occurrence option.
 	
@@ -34,13 +48,13 @@
 	(names_done): Removed
 	(all_names_found,names_notfound): Rewritten.
 
-2003-10-02  Sergey Poznyakoff 
+2003-10-02  Sergey Poznyakoff  <[email protected]> 
 
 	* src/tar.c: Removed extra precaution regarding
 	subcommand_option == CAT_SUBCOMMAND
 	* lib/Makefile.am: Updated
 	
-2003-10-02  Sergey Poznyakoff
+2003-10-02  Sergey Poznyakoff  <[email protected]>
 
 	* src/common.h (names_done): New function.
 	* src/names.c: Likewise.