OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 2a5e0c6..ad52abe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,176 @@
+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'
+       exists, stat("foo", &buf) is successful and it is not a directory.
+
+       * src/util.c (skip_msdos_sfx1_code): move to header.c
+
+       * src/header.c (skip_msdos_sfx1_code): ditto.
+       some macro moved from lha_macro.h.
+
+       * src/lha_macro.h: ditto.
+
+       * tests/lha-test15: newly added for testing self extracting archive.
+
+       * tests/lha-test.in: ditto.
+
+       * tests/Makefile.am: ditto.
+
+       * configure.ac: refined messages.
+
+2002-10-26  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/bitio.c (putbits): use the function putcode().
+
+       * src/dhuf.c (decode_start_dyn): call init_code_cache().
+
+       * src/huf.c (encode_start_st1): ditto.
+       (decode_start_st1): ditto.
+
+       * src/larc.c (decode_start_lzs): ditto.
+
+       * src/shuf.c (decode_start_st0): ditto.
+       (encode_start_fix): ditto.
+       (decode_start_fix): ditto.
+
+       * src/Makefile.am: added bitio.c
+
+       * src/cproto.sh: added bitio.c
+
+       * src/bitio.c: new file.
+
+       * src/crcio.c: extracted bitio routines.
+
+       * src/lha.h: ditto.
+
+2002-10-16  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * 00readme.autoconf: modified.
+
+2002-10-02  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/util.c (xstrchr): `strchr(s, 0)' should return the pointer
+       of the '\0' terminator.
+
+2002-09-14  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lhadd.c (add_one): Use chsize() if system does not have
+       ftruncate(2). (For MinGW)
+
+       * configure.ac: ditto.
+
+       * config.h.in: ditto.
+
 2002-09-03  Koji Arai  <jca02266@nifty.ne.jp>
 
        * released.