Sergey Poznyakoff 21 년 전
부모
커밋
6ac0d0aadd
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      ChangeLog
  2. 1 0
      m4/.cvsignore

+ 17 - 0
ChangeLog

@@ -1,3 +1,20 @@
+2004-02-18  Sergey Poznyakoff  <[email protected]>
+
+	* README: Updated
+	* configure.ac: Added stpcpy
+	* bootstrap: Likewise
+	* lib/Makefile.am: Likewise
+	* src/common.h (xheader_xhdr_name,xheader_ghdr_name): New
+	functions
+	* src/create.c (write_extended): Call xheader_xhdr_name
+	instead of using hardcoded "././@PaxHeader" name.
+	* src/tar.c: New option --pax-option (equivalent to -o option
+	of pax).
+	* src/xheader.c: Implement pax -o option. Fixed misleading
+	heading comment (introduced 2003-09-02). 
+	* src/incremen.c: Minor fixes
+	* m4/.cvsignore: Updated
+	
 2004-02-17  Sergey Poznyakoff  <[email protected]>
 
 	* src/incremen.c: Removed accumulator stuff in favor of obstack.

+ 1 - 0
m4/.cvsignore

@@ -74,6 +74,7 @@ strtoll.m4
 strtoul.m4
 strtoull.m4
 strtoumax.m4
+stpcpy.m4
 time_r.m4
 tm_gmtoff.m4
 uintmax_t.m4