OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 450fac1..26a85cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,178 @@
+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.