OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 8adea54..23c5431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,71 @@
+2003-09-28  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * Makefile.am (SUBDIRS): reordered to avoid useless re-compilation.
+
+2003-09-21  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * released.
+
+       * configure.ac: updated version.
+
+2003-08-18  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * 00readme.autoconf: fixed.
+
+       * configure.ac: use AC_SYS_LARGEFILE for largefile support.
+
+       * config.h.in: ditto.
+
+       * src/prototypes.h: updated.
+
+2003-07-29  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/Makefile.am (EXTRA_DIST): lha-test1 was missed.
+
+       * tests/lha-test13: should set LANG=C for `tr'.
+
+2003-07-28  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test.in: filename should be contained in last error
+       information.
+
 2003-07-27  Koji Arai  <jca02266@nifty.ne.jp>
 
+       * tests/lha-test2: no need to set $FILENAME.
+       * tests/lha-test3: ditto.
+       * tests/lha-test4: ditto.
+       * tests/lha-test5: ditto.
+       * tests/lha-test6: ditto.
+       * tests/lha-test7: ditto.
+       * tests/lha-test8: ditto.
+       * tests/lha-test9: ditto.
+       * tests/lha-test10: ditto.
+       * tests/lha-test11: ditto.
+       * tests/lha-test12: ditto.
+       * tests/lha-test13: ditto.
+       * tests/lha-test14: ditto.
+       * tests/lha-test15: ditto.
+
+       * tests/lha-test1: newly added.
+
+       * tests/lha-test.in: improved.
+
+       * src/prototypes.h: updated.
+
+       * src/lha.h (exit): defined as lha_exit().
+
+       * src/lharc.c (init_variable): discard a variable
+       `remove_temporary_at_error'.
+       (fatal_error): ditto.
+       (cleanup): newly added.
+       (interrupt): call cleanup().
+       (lha_exit): newly added; cleanup temporary files always.
+
+       * src/lhadd.c (add_one): discard a variable
+       `remove_temporary_at_error'.
+
+       * src/indicator.c (start_indicator): refined.
+
        * src/lharc.c (parse_option): fixed typo.
 
        * src/indicator.c (carriage_return): newly added; print CR on tty only.