OSDN Git Service

Examine the printf command to pass the test13 on MacOS X
[lha/lha.git] / ChangeLog
index c6e5f6d..ac95e34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+2008-10-25  Koji Arai  <arai@users.sourceforge.jp>
+
+       * INSTALL: enclosed the INSTALL file for European.
+       contributed by Reynir Stefansson. Thanks!
+
+2008-10-23  Koji Arai  <arai@users.sourceforge.jp>
+
+       * configure.ac: updated version.
+
+       * src/lhadd.c(cmd_add): fixed a bug reported by Reynir Stefansson.
+       the variable most_recent should be reset at the first.
+
+       * tests/lha-test19: added a testcase for above.
+
+2008-10-04  Koji Arai  <arai@users.sourceforge.jp>
+
+       Timestamp archiving feature is added. Thanks to Reynir Stefansson.
+
+       * configure.ac: updated version.
+
+       * src/lha.h: added a variable, timestamp_archive.
+
+       * src/lhadd.c (copy_old_one): moved from src/lharc.c, and reset
+       most_recent to most recent timestamp.
+
+       * src/prototypes.h: copy_old_one() is changed to static function.
+
+       * src/lhadd.c (add_one): reset most_recent to most recent timestamp.
+
+       * src/lhadd.c (set_archive_file_mode): When --timestamp-archive is
+       specified, archive timestamp adjust to most recent file in the
+       archive.
+
+       * src/lhadd.c (cmd_add, cmd_delete): should call set_archive_file_mode() without noexec.
+
+       * src/lharc.c (init_variable, parse_suboption): added an option --timestamp-archive.
+
+       * tests/Makefile.am: added lha-test19.
+
+       * tests/lha-test19: newly added for checking the timestamp
+       archiving.
+
+       * tests/lha-test.in (identical_timestamp) added an utility function.
+
+       * man/lha.1: describe about --timestamp-archive.
+
+2008-08-23  Koji Arai  <arai@users.sourceforge.jp>
+
+       * src/lhext.c (cmd_extract): stream position was adjusted by wrong value.
+
+       * src/lhext.c (extract_one): fixed misspelling.
+
+2008-08-04  Koji Arai  <arai@users.sourceforge.jp>
+
+       * src/larc.c (decode_start_lz5): should use the dtext[] instead of the text[].
+
+       * src/lha.h (dtext): defined as global variable.
+
+       * src/slide.c (decode): ditto.
+
+2008-08-03  Koji Arai  <arai@users.sourceforge.jp>
+
+       * src/header.c (convert_filename): Fixed a bug:
+       If the utf8 is specified for the --system-kanji-code and the path
+       separator is used with the backslash (0x5c) in archive (level 0
+       header is used 0x5c as path separator), when extracting, it has been
+       converted to the U+00A5 (yen sign) instead of the slash (0x2f).
+
+2008-06-24  Koji Arai  <arai@users.sourceforge.jp>
+
+       * Hacking_of_LHa: updated.
+
 2008-05-14  Koji Arai  <arai@users.sourceforge.jp>
 
        * src/lhext.c (extract_one): The -t command should not affect extracting file attributes.