OSDN Git Service

*** empty log message ***
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 29 Jun 2002 08:03:00 +0000 (08:03 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 29 Jun 2002 08:03:00 +0000 (08:03 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@271 6a8cc165-1e22-0410-a132-eb4e3f353aba

ChangeLog

index 8478aa3..af5d2b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2002-06-29  Koji Arai  <jca02266@nifty.ne.jp>
 
+       * src/header.c (convert_filename): rename a function
+       `filename_conv()' to `convert_filename()'.
+       (sjis_to_utf8_static): no used the static variable.
+       (utf8_to_sjis_static): ditto.
+
+       * src/lha.h: rename sjis_to_utf8_static() and utf8_to_sjis_static()
+       into sjis_to_utf8() and utf8_to_sjis().
+
+       * src/lha_macro.h: added a macro `CODE_UTF8'.
+
+       * configure.ac: decide CODE_UTF8.
+       updated version.
+
+       * 00readme.autoconf: modified.
+
        * configure.ac: modified for Mac OS X.
 
        * src/header.c, lha.h, lha_macro.h, lharc.c: Merged a patch for