OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index d849967..23c5431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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/lha.h: ditto.
+
+2003-07-21  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: updated version.
+
+       * 00readme.autoconf: described largefiles.
+
+       * src/header.c (get_header): avoid valgrind warning, `Source and
+       destination overlap in strncpy()'.
+
+       * src/lharc.c (find_files): refined.
+
+       * tests/lha-test.in: should exit in trap.
+
+       * src/lharc.c (find_files): uninitialized variable was caught by
+       Valgrind.
+
+       * src/prototypes.h: updated.
+
+       * src/append.c (encode_lzhuf): set actual copied size.
+
+       * src/util.c (encode_stored_crc): use size_t instead of long.
+
+       * src/lhadd.c (temporary_to_new_archive_file): ditto.
+       (cmd_add): ditto.
+       (cmd_delete): ditto.
+
+       * src/lhadd.c (add_one): fixed a comment.
+
+       * src/indicator.c (MAX_INDICATOR_COUNT): changed to fit for the 80
+       column screen.
+
+       * src/extract.c (decode_lzhuf): refined.
+
+       * src/prototypes.h: updated.
+
+       * src/cproto.sh: added `indicator.c'.
+
+       * src/Makefile.am: ditto.
+
+       * src/indicator.c: separated from append.c.
+
+       * src/append.c: ditto.
+
+       * src/lha.h: ditto.
+
+       * src/lha_macro.h: ditto.
+
+2003-07-20  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: updated version.
+
+       * src/Makefile.am (EXTRA_DIST): fnmatch.h was missed.
+
+       * src/lha.h (fseeko, ftello): these macros had no effect.
+
+2003-07-19  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/maketree.c (make_len): discard debug print.
+
+       * configure.ac: updated version.
+
+       * src/prototypes.h: updated.
+
+       * config.h.in: updated.
+
+       * configure.ac: check declaration of `basename'.
+
+       * src/cproto.sh: ditto.
+
+       * src/util.c (encode_stored_crc): use size_t.
+
+       * src/lha.h (struct LzHeader): use size_t for the members
+       `packed_size' and `original_size'.
+
+2003-07-13  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: updated version.
+
+       * src/prototypes.h: updated.
+
+       * src/append.c (encode_lzhuf): use size_t and off_t instead of long.
+       (start_indicator): ditto.
+
+       * src/extract.c (decode_lzhuf): ditto.
+
+       * src/lha.h (struct interfacing): ditto.
+
+       * src/lhadd.c (add_one): ditto.
+       (find_update_files): ditto.
+       (delete): ditto.
+
+       * src/lhext.c (cmd_extract): ditto.
+
+       * src/util.c (copyfile): ditto.
+
+       * src/lhlist.c (print_size): use "%7lu" format string instead of
+       "%7ld" for large files.
+
+       * src/slide.c: refined.
+
+2003-07-11  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lharc.c (cleaning_files): should print errno.
+
+2003-05-23  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: use fseeko(), ftello() instead of fseek(), ftell().
+
+       * config.h.in: ditto.
+
+       * src/lha.h, src/lhlist.c, src/lhext.c, src/lharc.c: ditto.
+
+       * src/lhadd.c, src/header.c: ditto.
+
+2003-05-10  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: updated version.
+
+       * src/lhext.c (inquire_extract): warning if stdin is not tty,
+       because you cannot reply from stdin.
+       (extract_one): return actual read size from archive.
+       (cmd_extract): fix a bug: skip correct size when error occurred.
+
+       * tests/lha-test5: added tests for above.
+
+       * src/lha.h (struct interfacing): added a member `read_size'.
+
+       * src/extract.c (decode_lzhuf): added an argument `pointer of
+       read_size'.
+
+       * src/prototypes.h: ditto.
+
+       * src/slide.c (decode): set actual read size to interface->read_size.
+
+2003-04-14  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/cproto.sh: The cproto 4.7a supports some gcc-specific keywords.
+
+2003-03-24  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: updated version.
+
+       * src/prototypes.h: updated.
+
+2003-03-23  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c (convert_filename): support Samba CAP code (experimental).
+       (hex2int, int2hex, cap_to_sjis, sjis_to_cap): added for above.
+
+       * src/lha_macro.h (CODE_CAP): ditto.
+
+       * src/lharc.c (parse_option): added new command line options,
+       --system-kanji-code=xxx and --archive-kanji-code=xxx (experimental).
+
+       * 00readme.autoconf: described above features.
+
+2003-03-22  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lharc.c (init_variable): do not use HEADER_LEVELx macros.
+       (parse_option): ditto.
+
+       * src/header.c (write_header): ditto.
+
+       * src/lha_macro.h (HEADER_LEVEL0, HEADER_LEVEL1, HEADER_LEVEL2, MATCHBIT): ditto.
+
+       * src/huf.c (encode_start_st1): do not use assert().
+       (decode_start_st1): ditto.
+
+2003-03-12  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c (wintime_to_unix_stamp): should cast to unsigned type.
+
+2003-03-03  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/prototypes.h: updated.
+
+       * src/cproto.sh: improved.
+
+2003-02-24  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/prototypes.h: updated.
+
+       * src/maketree.c: hate global variables.
+
+       * src/lha_macro.h: refined.
+
+       * src/huf.c: refined.
+
+       * src/util.c (strdup): defined more properly.
+       (memset): ditto.
+
+       * prototypes.h: ditto.
+
+       * cproto.sh: ditto.
+
+2003-02-23  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/cproto.sh: improved.
+
+       * src/prototypes.h: updated.
+
+       * src/util.c: `strucmp()' was replaced by `strcasecmp()'.
+
+       * src/util.c (archive_is_msdos_sfx1): ditto.
+
+       * src/lharc.c (open_old_archive): ditto.
+
+       * src/lha.h: ditto.
+
+       * src/util.c: discard `rename()', `mkdir()' and `rmdir()'.
+
+       * configure.ac: ditto.
+
+       * config.h.in: ditto.
+
+       * src/header.c: added credit.
+       no longer use `ftime()', `tzset()', `localtime()' and `gettimeofday()'.
+
+2003-02-17  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: updated version.
+
+       * src/fnmatch.h: no need to include <sys/cdefs.h>. it does not
+       exist on MinGW.
+
+2003-02-14  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lharc.c (find_files): `goto' requires expression after label.
+
+       * src/lhadd.c (cmd_add): ditto.
+
+2003-02-05  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test7: sleep 1 to make sure for updating tests.
+
+       * src/fnmatch.c, src/fnmatch.h: added fnmatch.c derived from the
+       OpenBSD.
+
+2003-02-04  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: need to call `AC_CANONICAL_HOST' for automake
+       1.6.x (for installing the config.guess and config.sub).
+
+2003-02-02  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c, src/lharc.c: fix credit.
+
+2003-01-20  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lha.h (prev_char): discard unused variable `prev_char'.
+
+       * src/crcio.c (fwrite_txt): ditto.
+
+       * src/slide.c (decode): ditto.
+
+       * src/slide.c: refined a little.
+
+2003-01-19  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/slide.c: took off the debug flag.
+
+       * src/slide.c (search_dict): split into 2 parts.
+
+       * src/slide.c: refined: use the structure `matchdata'.
+
+2003-01-18  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lha.h (decode_count): rename a global variable `count' to
+       `decode_count'.
+
+       * src/dhuf.c (decode_p_dyn): ditto.
+
+       * src/slide.c (decode): ditto and refined.
+
+2003-01-17  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/slide.c: refined ?
+
+       * src/slide.c (INIT_HASH, NEXT_HASH): newly defined to refine.
+
+2003-01-13  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/prototypes.h: updated.
+
+       * src/slide.c: refined.
+
+2002-12-31  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lhext.c (adjust_info): On Cygwin, execute permission should
+       be set for .exe or .dll.
+
+2002-12-28  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lha_macro.h (peekbits): newly added.
+
+       * src/huf.c (read_pt_len): use peekbits().
+       (read_c_len): ditto.
+       (decode_c_st1): ditto.
+       (decode_p_st1): ditto.
+
+       * src/shuf.c (decode_c_st0): ditto.
+       (decode_p_st0): ditto.
+
+2002-12-23  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: added a configure option: --enable-ignore-dot-files.
+
+       * config.h.in: ditto.
+
+       * src/lharc.c (parse_option): added `-X' option to ignore dot files.
+
+2002-12-17  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: should check whether system has `ssize_t'.
+
+       * config.h.in: ditto.
+
+       * lha.h: ditto.
+
+       * 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'.
+
+       * src/lha.h: include fnmatch.h.
+       added a global variable `exclude_files'.
+
+       * src/lharc.c (init_variable): initialize `exclude_files'.
+       (print_tiny_usage): modify usage.
+       (parse_option): newly added. should regard leading `-' argument as
+       option (for new -x option).
+       added `-x <pattern>' option (specify exclude files pattern).
+       (find_files): files matched by pattern `exclude_files' exclude
+       from target files.
+
 2002-11-25  Koji Arai  <jca02266@nifty.ne.jp>
 
        * src/header.c: use size_t for header_size.
-       (skip_msdos_sfx1_code): rename to `seek_lha_header'.
+       (skip_msdos_sfx1_code): rename to `seek_lha_header()'.
 
        * src/lha.h: use size_t for header_size.
 
-       * src/lhadd.c (cmd_add): rename to `seek_lha_header'.
+       * src/lhadd.c (cmd_add): rename `skip_msdos_sfx1_code()' to
+       `seek_lha_header()'.
        (cmd_delete): ditto.
 
        * src/lhext.c (cmd_extract): ditto.