OSDN Git Service

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

ChangeLog

index 2d0b26d..593b87e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,7 +77,7 @@
        * src/vsnprintf.c: derived snprintf() which has the BSD licence.
 
        * configure.ac: fix typo.
-       
+
        * configure.ac: checking whether strchr() is 8 bit clean or not.
 
        * config.h.in: ditto.
 
        * src/header.c (sjis_to_utf8): fixed typo.
        (utf8_to_sjis): fixed typo.
-       
+
        * src/lhadd.c (cmd_add): Missed to adjust the index when specified
        adding file is same as the generating archive file.
 
        * src/slide.c (encode_alloc): Wrong value was assigned to the
        `dicbit', when SUPPORT_LH7 was not defined. (fixed by DANGAN,
        reported on the LHa BBS [38]).
-       
+
        * src/lha_macro.h: ditto.
 
        * src/shuf.c (decode_c_st0): the method of -lh3- extraction was
 
        * src/header.c: Remove preprocess codes for kanji code decision.
 
-       * configure.ac: When --enable-multibyte-filename[=auto] is specifi%d,
+       * configure.ac: When --enable-multibyte-filename[=auto] is specified,
        decide kanji code for filename automatically.
        Otherwise, euc or sjis is specified, it is EUC-JP or Shift_JIS.
 
 
        * src/lha_macro.h: ditto.
 
-       * src/header.c: ditto. 
+       * src/header.c: ditto.
 
        * config.h.in (INCLUDE_OWNER_NAME_IN_HEADER): changed macro name.