OSDN Git Service

*** empty log message ***
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Fri, 9 May 2003 18:50:41 +0000 (18:50 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Fri, 9 May 2003 18:50:41 +0000 (18:50 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@693 6a8cc165-1e22-0410-a132-eb4e3f353aba

ChangeLog

index 9e9b914..26a85cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-05-10  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lhext.c (inquire_extract): warning if stdin is not tty,
+       because you cannot reply from stdin.
+       (extract_one): return actual read size from archive.
+       (cmd_extract): fix a bug: skip correct size when error occurred.
+
+       * tests/lha-test5: added tests for above.
+
+       * src/lha.h (struct interfacing): added a member `read_size'.
+
+       * src/extract.c (decode_lzhuf): added an argument `pointer of
+       read_size'.
+
+       * src/prototypes.h: ditto.
+
+       * src/slide.c (decode): set actual read size to interface->read_size.
+
 2003-04-14  Koji Arai  <jca02266@nifty.ne.jp>
 
        * src/cproto.sh: The cproto 4.7a supports some gcc-specific keywords.