OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 3d6f5d5..26a85cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,277 @@
+2003-05-10  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * 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()'.
+
+       * src/lha.h: use size_t for header_size.
+
+       * src/lhadd.c (cmd_add): rename `skip_msdos_sfx1_code()' to
+       `seek_lha_header()'.
+       (cmd_delete): ditto.
+
+       * src/lhext.c (cmd_extract): ditto.
+
+       * src/lhlist.c (cmd_list): ditto.
+
+       * src/prototypes.h: updated.
+
+       * tests/lha-test15: added tests to search any level headers.
+
+2002-11-17  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * untabify all sources.
+
+       * src/huf.c (encode_start_st1): refined.
+       (decode_start_st1): refined.
+
+       * src/slide.c (encode_alloc): refined.
+       (update): refined.
+
+2002-11-15  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * 00readme.autoconf: updated.
+
+       * src/prototypes.h: updated.
+
+       * configure.ac, Makefile.am, olddoc/Makefile.am:
+         old documentations moved to olddoc directory.
+
+       * CHANGES.euc, MACHINES2.euc, README.euc, change-114h.txt, change-114e.txt, change-114i.txt, IFNAMES, Makefile.in, change-114f.txt, config.eng, MACHINES.euc, PROBLEMS.euc, change-114g.txt, config.jpn.euc: ditto.
+
+       * Makefile.in.org, src/Makefile.in.org: removed.
+
+       * configure.ac: updated version (source maintenance start on
+       sourceforge.jp)
+
 2002-11-11  Koji Arai  <jca02266@nifty.ne.jp>
 
        * src/lhext.c (make_parent_path): On Cygwin, when `foo.exe'