OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index a7e7f2a..6944527 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2002-08-18  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lharc.c (print_version): version string is made here.
+
+       * src/lha_macro.h (LHA_VERSION): removed.
+
+       * src/slide.c (encode_alloc): used newly named `dicbit' macro.
+
+       * src/shuf.c (read_tree_p): ditto.
+       (decode_start_fix): ditto.
+
+       * src/lha_macro.h: `xxx_DICBIT' for each method was defined.
+
+       * src/header.c: fixed a comment `Generic stamp format'.
+       (get_bytes): fixed for dumping header.
+
+       * src/lha_macro.h, src/lha.h: `EXTERN' macro definition was moved
+       to lha.h.
+
+       * src/header.c (get_bytes): print hex codes for invisible chars.
+
+       * src/lhlist.c: hate global variables.
+
+       * src/prototypes.h (convdelim): removed.
+
+       * src/lhlist.c (print_stamp): use ISO 8601 date format when `lha vv'.
+
+2002-08-14  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c: discarded warning message for the extended header,
+       `Windows time stamp' ignored.
+
+       * src/header.c: in spite of extended type value, read contents of
+       any ext headers.
+
+       * src/header.c: comment fixed.
+
 2002-08-12  Koji Arai  <jca02266@nifty.ne.jp>
 
        * src/header.c (dump_skip_bytes): do nothing when length is 0.
@@ -55,7 +92,7 @@
        (get_header_level0): set total header size to
        `LzHeader.header_size' even if level 0 or 1 header is read.
        (get_header_level1): ditto.
-       
+
        * src/append.c (encode_lzhuf): encode(), decode() and copyfile()
        were changed.
        (put_indicator): moved from crcio.c.