OSDN Git Service

*** empty log message ***
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 26 Sep 2004 15:42:49 +0000 (15:42 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 26 Sep 2004 15:42:49 +0000 (15:42 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@797 6a8cc165-1e22-0410-a132-eb4e3f353aba

ChangeLog

index 6a646c4..6b93529 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2004-09-27  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: updated version.
+
+       * src/prototypes.h (str_safe_copy): newly added.
+       (build_backup_file, cmd_add, cmd_delete):
+       added argument the size for build_standard_archive_name() and
+       build_backup_file().
+
+       * src/header.c (init_header): use str_safe_copy() instead of strcpy().
+
+       * src/lhadd.c (build_backup_file, cmd_add, cmd_delete):
+       added argument the size for build_standard_archive_name() and
+       build_backup_file().
+
+       * src/lhext.c (make_parent_path): use str_safe_copy() instead of strcpy().
+       (extract_one): ditto.
+
+       * src/lharc.c (find_files): use str_safe_copy() instead of strcpy().
+       (build_temporary_name): ditto.
+       (modify_filename_extention): ditto.
+       (build_backup_name): ditto.
+       (build_standard_archive_name): ditto.
+
+       * src/util.c (str_safe_copy): newly added.
+
 2004-09-26  Koji Arai  <jca02266@nifty.ne.jp>
 
        * src/header.c: fixed typo.