OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index c088a2c..23c5431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,103 @@
+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.
+       (start_indicator): call above.
+       (finish_indicator): ditto.
+       (finish_indicator2): ditto.
+
+       * src/lharc.c (print_usage): newly added.
+       (parse_option): strictly checking command line arguments.
+       (main): ditto.
+
+2003-07-26  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test13: use `tr' instead of `printf` for printing 8 bit
+       characters.
+
+2003-07-25  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test14: `test -e' is unavailable on some systems.
+
 2003-07-22  Koji Arai  <jca02266@nifty.ne.jp>
 
+       * tests/lha-test.in: should exit with status in trap.
+
+       * src/shuf.c (decode_start_st0): wrong value was assigned.
+
+       * src/lha.h: discard `prof' variable.
+
+       * src/lharc.c (init_variable): discard `prof' variable.
+       (parse_option): discard undocumented `p' option.
+       (main): ditto.
+
        * src/append.c (encode_lzhuf): hate global variable.
 
        * src/extract.c (decode_lzhuf): ditto.
 
        * src/lharc.c (find_files): refined.
 
-       * tests/lha-test.in: should exit in trap. exit status will be
-       inherited on bash, ash and pdksh (but not zsh, Hmm..)
+       * tests/lha-test.in: should exit in trap.
 
        * src/lharc.c (find_files): uninitialized variable was caught by
        Valgrind.