OSDN Git Service

*** empty log message ***
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Wed, 10 Jul 2002 17:47:33 +0000 (17:47 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Wed, 10 Jul 2002 17:47:33 +0000 (17:47 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@353 6a8cc165-1e22-0410-a132-eb4e3f353aba

ChangeLog

index 298f62e..67a148b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2002-07-11  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.
+
+       * src/lharc.c (print_tiny_usage): no exit here.
+
+       * src/header.c (ConvertEncodingByIconv): newly added.
+       Thanks to Hiroto Sakai.
+
+       * configure.ac, config.h.in: Checking to have iconv() for utf-8
+       conversion.
+
+       * configure.ac: Checking whether strrchr() is 8 bit clean or not.
+       On Mac OS X, strchr() can handle 8 bit characters, but strrchr()
+       cannot.
+       Should use '\377' rather than '\xff' for de-ANSI compiler.
+
 2002-07-10  Koji Arai  <jca02266@nifty.ne.jp>
 
        * released.
@@ -6,7 +23,8 @@
 
        * src/header.c: change hex codes '\xff' to octal codes '\377'.
 
-       * tests/lha-test.in: Skip the lha-test9. (this test is imcomplete, yet)
+       * tests/lha-test.in: Skip the lha-test9. (this test is imcomplete
+       for now)
 
        * tests/lha-test10: Should extract directory even if the archive
        header was level 0.
@@ -16,7 +34,7 @@
        Should convert `\' to `/' for level 0 header (do always to make sure,
        SO CANNOT CONTAIN THE `\' IN FILENAME).
        (init_header): Should not convert path separator here (Should do
-       in write_header).
+       in write_header()).
        (write_header): Did not contain the directory part in level 0
        archive.