OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 2a23106..26a85cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2002-07-29  Koji Arai  <jca02266@nifty.ne.jp>
+2003-05-10  Koji Arai  <jca02266@nifty.ne.jp>
 
-       * src/header.c: should use error() instead of fatal_error().
+       * 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'
+       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.
+
+       * 00readme.autoconf: modified for stable release.
+
+       * configure.ac: updated version.
+
+2002-09-01  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/Makefile.am (EXTRA_DIST): lha-test12, lha-test13 and
+       lha-test14 were missed.
+
+2002-08-31  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lhadd.c (append_it): refined.
+
+       * src/lhadd.c (append_it): no terminate when file cannot be opened.
+
+2002-08-29  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test11: change the way of checking the `header size field'.
+
+       * configure.ac: the `--enable-user-name-header' switch has been
+       ineffective. corrected variable name.
+
+2002-08-26  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test14: on Cygwin, cannot use '|' as filesname.
+
+       * tests/lha-test.in: on MinGW, skip lha-test14 test.
+
+       * 00readme.autoconf: modified.
+
+       * released.
+
+       * configure.ac: updated version.
+
+       * src/header.c: fixed a comment.
+
+       * src/prototypes.h (strcmp_filename): removed.
+
+       * src/header.c (dump_skip_bytes): note "ignored" if data is ignored.
+
+       * src/header.c (wintime_to_unix_stamp): newly added for converting
+       from `FILETIME' to `time_t'.
+       (get_extended_header): use `wintime_to_unix_stamp()' to recognize
+       the Windows time stamp header (0x41).
+
+       * src/lha.h: define `uint64_t' unless system has it.
+
+       * configure.ac: check existence of the type `uint64_t'.
+
+       * config.h.in: ditto.
+
+       * src/lharc.c (init_variable): set default header level to 2.
+
+2002-08-24  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test.in (lha-test14): added to test the symbolic link file.
+
+       * tests/lha-test14: ditto.
+
+       * src/lhlist.c (list_one): use LzHeader.realname.
+
+       * src/lhext.c (extract_one): use LzHeader.realname.
+       should call make_parent_path(symlink).
+
+       * src/lhadd.c (add_one): use LzHeader.realname.
+       (delete): ditto.
+       (append_it): use strcmp() instead of strcmp_filename().
+       (strcmp_filename): removed.
+
+       * src/lha.h (struct LzHeader): added a member `realname' which is
+       symbolic linked name.
+
+       * src/header.c (get_header): split symbolic name in archive.
+       (write_header): join symbolic link name and linked name to put it
+       in archive.
+
+       * src/lhext.c (extract_one): force extract when `f' option is
+       specified. this is for OS-9 archives, [provisional].
+
+       * src/header.c: fixed cpp expressions around time functions.
+
+       * tests/lha-test8: test MS-DOS timestamp `ftime' structure.
+
+       * tests/lha-test.in (change_timestamp): newly added.
+
+2002-08-22  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * released.
+
+       * src/prototypes.h: regenerated.
+
+       * src/cproto.sh: refined.
+
+       * configure.ac: updated version.
+
+       * configure.ac: should use `exit' rather than `return' on
+       AC_TRY_RUN().  see the Autoconf manual.
+
+       * configure.ac: check whether the 2nd argument of gettimeofday()
+       is effective.
+
+       * src/header.c: ditto.
+
+       * config.h.in (GETTIMEOFDAY_HAS_2ND_ARG): ditto.
+
+       * tests/lha-test.in: `++' is invalid arithmetic operator on POSIX
+       shell, Ksh and Bash version 2.03 or earlier.
+
+       * tests/lha-test13: ditto.
+
+2002-08-18  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lharc.c (print_version): version string is made here.
+
+       * src/lha_macro.h (LHA_VERSION): removed.
+
+       * src/slide.c (encode_alloc): used newly named `dicbit' macro.
+
+       * src/shuf.c (read_tree_p): ditto.
+       (decode_start_fix): ditto.
+
+       * src/lha_macro.h: `xxx_DICBIT' for each method was defined.
+
+       * src/header.c: correct a comment `Generic stamp format'.
+       (get_bytes): fixed for dumping header.
+
+       * src/lha_macro.h, src/lha.h: `EXTERN' macro definition was moved
+       to lha.h.
+
+       * src/header.c (get_bytes): print hex codes for invisible chars.
+
+       * src/lhlist.c: hate global variables.
+
+       * src/prototypes.h (convdelim): removed.
+
+       * src/lhlist.c (print_stamp): use ISO 8601 date format when `lha vv'.
+
+2002-08-14  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c: discarded warning message for the extended header,
+       `Windows time stamp' ignored.
+
+       * src/header.c: in spite of extended type value, read contents of
+       any ext headers.
+
+       * src/header.c: comment fixed.
+
+2002-08-12  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c (dump_skip_bytes): do nothing when length is 0.
+
+2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lha_macro.h (SJC_FIRST_P): rename to SJIS_FIRST_P.
+       (SJC_SECOND_P): rename to SJIS_SECOND_P.
+
+       * src/util.c (convdelim): removed.
+
+       * src/header.c (convert_filename): when small letter is included
+       in filename, do not convert case.
+
+       * tests/lha-test.in, tests/lha-test2, tests/lha-test3, tests/lha-test4, tests/lha-test5, tests/lha-test6, tests/lha-test7, tests/lha-test8, tests/lha-test9, tests/lha-test10, tests/lha-test11, tests/lha-test12, tests/lha-test13:
+       print filename when test failed.
+
+       * tests/lha-test.in, tests/lha-test12, tests/lha-test13:
+       added tests for converting text files.
+
+       * src/header.c (get_extended_header): recognize the Windows time
+       stamp header (0x41), but ignored.
+
+       * src/header.c (write_unix_info): added.
+
+2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * released.
+
+       * configure.ac: updated version.
+
+       * 00readme.autoconf: modified.
+
+       * src/header.c: DUMP_HEADER is always true.
+       dump header when running `lha vvv foo.lzh'.
+       (get_header): added new extend type JAVA.
+
+       * src/lha_macro.h (EXTEND_JAVA): added new extend type JAVA.
+
+       * src/lhlist.c (list_one): ditto.
+
+       * src/lharc.c (init_variable): `verbose' is changed to successive.
+       (main): ditto.
+
+2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lhlist.c (list_one): fixed mode checks.
+
+       * src/prototypes.h: updated.
+
+       * src/header.c (get_header_level2): check CRC value for reading
+       level 2 and 3 header.
+       (get_header_level3): ditto.
+       (get_extended_header): ditto.
+       (get_header_level0): set total header size to
+       `LzHeader.header_size' even if level 0 or 1 header is read.
+       (get_header_level1): ditto.
+
+       * src/append.c (encode_lzhuf): encode(), decode() and copyfile()
+       were changed.
+       (put_indicator): moved from crcio.c.
+
+       * src/crcio.c (put_indicator): moved to append.c.
+       (calccrc): generalized.
+       (fread_crc): changed interface.
+       (fwrite_crc): changed interface.
+       (calc_header_crc): removed. use calccrc() instead.
+
+       * src/extract.c (decode_lzhuf): copyfile() and decode() were changed.
+
+       * src/lha.h: hate global variable. `crc' is removed.
+       `reading_size' moved to append.c.
+
+       * src/lha_macro.h (INITIALIZE_CRC): newly added.
+       (UPDATE_CRC): no update in macro code.
+
+       * src/lhadd.c (temporary_to_new_archive_file): copyfile() was changed.
+
+       * src/lharc.c (copy_old_one): header size adjusting is done by
+       the get_header().
+
+       * src/slide.c (update): changed interface.
+       (get_next): ditto.
+       (encode): ditto.
+       (decode): ditto.
+
+       * src/util.c (copyfile): changed interface.
+
+2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test5: added tests using pipe.
+
+       * src/lhadd.c (cmd_add): applied reverse patch.  intermediate file
+       is the necessary when created archive put in pipe.
+
+       * src/header.c (skip_bytes): newly added.
+       (dump_get_byte): newly added for dumping the data for debugging.
+       (dump_skip_bytes): ditto.
+       (get_word): ditto.
+       (get_longword): ditto.
+       (get_bytes): ditto.
+       (get_extended_header): modified for reading the level 3 header.
+       (get_header_level3): newly added.
+
+       * src/lha.h (struct LzHeader): for level 3 header, added a new
+       member `size_field_length' and changed type of the `header_size'
+       from int to long.
+
+       * src/header.c (init_header): the `hdr->method' should be
+       initialized to the "-lh0-" for empty files.
+
+       * tests/lha-test2: ditto.
+
+       * src/lhadd.c (add_one): should print indicator for empty files.
+
+2002-08-09  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test.in: adapt to ksh (and posix shell).
+
+2002-08-05  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * 00readme.autoconf: refined.
+
+       * config.h.in (BACKUP_OLD_ARCHIVE): added.
+
+       * configure.ac: added a command line switch `--enable-backup-archive'.
+
+       * src/lhadd.c (cmd_add): if `backup_old_archive' is true, no
+       backup archive.
+       (cmd_delete): ditto.
+
+       * src/lharc.c (init_variable): initialize `backup_old_archive'.
+
+       * src/lha.h (backup_old_archive): added for nobackup.
+
+2002-08-02  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lha_macro.h, src/lha.h, src/header.c, src/lhadd.c: Fixed
+       misspelling, not `STRAGE' but `STORAGE'.
+
 2002-07-29  Koji Arai  <jca02266@nifty.ne.jp>
 
+       * re-released.
+
+       * src/header.c: should use error() instead of fatal_error().
+       (get_header): fixed wrong end mark checking.
+
+       * src/prototypes.h: updated.
+
        * released.
 
        * configure.ac: updated version.
        * src/lhext.c (adjust_info): should use `struct utimbuf' for
        `utime(2)' rather than `time_t' array.
 
-       * src/header.c (write_header): [BUG] should not write zero at the
+       * src/header.c (write_header): [BUG]: should not write zero at the
        first byte on level 2 header. should adjust header size.
 
        * tests/lha-test10: added tests for level 2 header.
 
 2002-07-17  Koji Arai  <jca02266@nifty.ne.jp>
 
-       * src/header.c (get_header): [BUG] Could not read level 2 header
+       * src/header.c (get_header): [BUG]: Could not read level 2 header
        when the header size is grater than 256.
        (convert_filename): Should use the `FILENAME_LENGTH' macro rather
        than 256.
-       (write_header): [BUG] Suppress to overflow the header size when
+       (write_header): [BUG]: Suppress to overflow the header size when
        long filename is written in level 0 or 1 header. On level 1
        header, always use the extended filename header instead of the
        base header.
        separator for the level 0 header entry.
        Should convert `\' to `/' for level 0 header (do always to make sure,
        SO CANNOT CONTAIN THE `\' IN FILENAME).
-       (init_header): Should not convert path separator here (Should do
+       (init_header): [BUG]: Should not convert path separator here (Should do
        in write_header()).
-       (write_header): should set pathname (contains directory part) to
+       (write_header): [BUG]: should set pathname (contains directory part) to
        the LzHeader.name field on level 0 header archive even if the
        archive methods is -lhd-.
 
 
        * src/Makefile.am (lha_SOURCES): added prototypes.h.
 
-       * src/lha.h: function prototyps moved to prototypes.h.
+       * src/lha.h: function prototypes moved to prototypes.h.
 
        * src/prototypes.h: generated by the cproto command.