OSDN Git Service

*** empty log message ***
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Mon, 16 Dec 2002 16:34:37 +0000 (16:34 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Mon, 16 Dec 2002 16:34:37 +0000 (16:34 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@602 6a8cc165-1e22-0410-a132-eb4e3f353aba

00readme.autoconf
ChangeLog

index b815320..85414df 100644 (file)
@@ -277,4 +277,4 @@ LHa for UNIX 
   ¤È¤¤¤Ã¤¿»ØÄ꤬¤Ç¤­¤ë¤è¤¦¡¢¥ª¥×¥·¥ç¥ó²òÀÏÉô¤ÏÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£
   ËܥС¼¥¸¥ç¥ó¤Î usage ¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£
 
-    usage: lha [-]<command><option> [-<option> ...] archive_file [file...]
+    usage: lha [-]<commands>[<options>] [-<options> ...] archive_file [file...]
index 5655560..2030723 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-12-17  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: added checking functions `fnmatch' and `basename'.
+       but not yet prepare the free fnmatch.c.
+
+       * config.h.in: ditto.
+
+       * src/util.c (basename): newly added.
+
+       * src/lhadd.c (cmd_add): exclude files specified by -x option.
+
+       * src/lharc.c (print_tiny_usage): refined.
+
 2002-12-16  Koji Arai  <jca02266@nifty.ne.jp>
 
        * 00readme.autoconf: describe about new feature `-x'.