OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 48fc0c2..6944527 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 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.
@@ -75,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.