OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 254b6d4..6944527 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,541 @@
+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: fixed 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 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.
+
+       * 00readme.autoconf: described about header.c bug on original lha.
+
+2002-07-28  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/Makefile.am: added lha-test11.
+
+       * src/crcio.c (fread_txt): responded to (gcc -Wall) compiler warnings.
+
+       * src/header.c (generic_to_unix_stamp): ditto.
+
+       * src/lha_macro.h: ditto.
+
+       * src/lhadd.c (delete): ditto.
+
+       * src/lharc.c (open_old_archive): ditto.
+
+       * src/lhlist.c (list_one): ditto.
+
+       * src/prototypes.h: updated.
+
+       * tests/lha-test.in: added lha-test11.
+
+       * tests/lha-test8: added tests for level 0 and 2 header.
+
+       * tests/lha-test10: added tests for generic header.
+
+       * tests/lha-test11: testing for long filename. moved from lha-test10.
+
+2002-07-26  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c (write_header): rewritten.
+
+2002-07-25  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test4: stderr should be redirected.
+
+       * src/lharc.c (main): exit with status 1 (meaning failure) when the
+       function error() was called.
+       (error): ditto.
+
+       * src/lha.h (LzHeader.last_modified_stamp;): no longer used it.
+
+       * src/header.c (get_header): rewritten.
+
+2002-07-21  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/lha-test10: change grep pattern so that pattern matches
+       a carriage return at the end of line for MinGW.
+
+       * src/lha.h: define `struct utimbuf' when utime.h is not given
+       such as MinGW. (Microsoft Visual Studio 6.0 has sys/utime.h).
+
+       * src/lhext.c (make_parent_path): missing braces.
+
+       * tests/lha-test.in (check): print script line number when test failed.
+
+       * 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: ditto.
+
+       * tests/lha-test10: on Cygwin/MinGW, could not make 255 bytes
+       filename. (the system limit of filename length contains the length
+       of current directory.)
+
+       * tests/lha-test10: should use /bin/ls instead of ls, since
+       /usr/ucb/ls puts size on 4th field (on Solaris).
+
+2002-07-18  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * 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
+       first byte on level 2 header. should adjust header size.
+
+       * tests/lha-test10: added tests for level 2 header.
+
+       * src/lha_macro.h, src/header.c (setup_get): moved to header.c.
+       (get_byte): ditto.
+       (put_ptr): ditto.
+       (setup_put): ditto.
+       (put_byte): ditto.
+       (get_bytes): newly added.
+       (put_bytes): newly added.
+
+2002-07-17  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * 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
+       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.
+
+       * src/lha.h (LzHeader): the type of `header_size' was changed
+       from `unsigned char' to `int', for the level 2 header archive.
+
+       * src/lhext.c (extract_one): should use the `FILENAME_LENGTH'
+       macro rather than 256 (provisionally fixed).
+
+       * tests/lha-test.in: notify failed test number.
+
+       * tests/lha-test10: added tests for long pathname.
+
+2002-07-14  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * re-released.
+
+       * src/header.c (get_header): archive path separator should be
+       converted always.
+
+       * released.
+
+       * configure.ac: updated version.
+
+       * src/header.c (write_header): if user/group name is not set,
+       extended header (0x52 and 0x53) should not be made.
+
+       * tests/lha-test10: added testing to handle deep directory.
+
+       * src/header.c (write_header): fixed typo, not strchr() but
+       strrchr().
+
+       * src/prototypes.h: regenerated.
+
+       * src/header.c (convert_filename): prefer to use the
+       `FILENAME_LENGTH' macro rather than 256.
+
+       * src/cproto.sh: fixed typo.
+
+2002-07-11  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.
+
+       * src/lharc.c (print_tiny_usage): no exit here.
+
+       * src/header.c (ConvertEncodingByIconv): newly added.
+       Thanks to Hiroto Sakai.
+
+       * configure.ac, config.h.in: Checking to have iconv() for utf-8
+       conversion.
+
+       * configure.ac: Checking whether strrchr() is 8 bit clean or not.
+       On Mac OS X, strchr() can handle 8 bit characters, but strrchr()
+       cannot.
+       Should use '\377' rather than '\xff' for de-ANSI compiler.
+
+2002-07-10  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * released.
+
+       * configure.ac: updated version.
+
+       * src/header.c: change hex codes '\xff' to octal codes '\377'.
+
+       * tests/lha-test.in: Skip the lha-test9. (this test is imcomplete
+       for now)
+
+       * tests/lha-test10: Should extract directory even if the archive
+       header was level 0.
+
+       * src/header.c (get_header): Should convert kanji code and path
+       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): [BUG]: Should not convert path separator here (Should do
+       in write_header()).
+       (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-.
+
+2002-07-09  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lha.h, src/header.c: the CoreFoundation header inclusion
+       moved to header.c.
+
+       * src/lha.h, src/lharc.c, IFNAMES: macro NODIRECTORY was removed.
+
+       * src/lha.h, src/lhadd.c, src/lharc.c, src/lhext.c: fixed
+       misspelling, not `writting' but `writing'.
+
+2002-07-07  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/lha.h, src/lha_macro.h: refined.
+
+       * src/lhadd.c (append_it): macro STRING_COMPARE() was discarded.
+
+       * src/lha_macro.h: ditto.
+
+       * IFNAMES: NOVOID was removed.
+
+       * src/lharc.c (main): terminate with exit status 2 when specified
+       command line switche is wrong,
+
+       * configure.ac, config.h.in: added checking utime.h existent.
+
+       * src/crcio.c (putc_euc): void returned.
+
+       * src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c: refined.
+
+       * src/lharc.c, src/prototypes.h, src/slide.c: refined.
+
+       * configure.ac: should specify the 4th argument to AC_TRY_RUN()
+       for cross compiling.
+
+       * configure.ac: fix a test expression.
+
+       * src/cproto.sh: added for maintainer.
+
+       * src/lha.h: support de-ANSI variable arguments.
+
+       * src/lharc.c: ditto.
+
+       * src/util.c: ditto.
+
+       * src/Makefile.am (lha_SOURCES): added prototypes.h.
+
+       * src/lha.h: function prototypes moved to prototypes.h.
+
+       * src/prototypes.h: generated by the cproto command.
+
+       * configure.ac: On Mac OS X, in spite of using the CoreFoundation
+       for utf-8 conversion, I have missed specifying the `-framework
+       CoreFoundation' in LDFLAGS.
+
+       * src/Makefile.am (EXTRA_DIST): no need to specify `lhdir.c'.
+
+2002-07-06  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * released.
+
+       * configure.ac: updated version.
+
+       * tests/lha-test10: added testing the header level 0, 1 and 2.
+
+       * tests/lha-test.in: ditto.
+
+       * src/lharc.c: `#include <stdarg.h>' moved to lha.h.
+
+       * src/lha.h: ditto.
+
+       * src/util.c: ditto.
+
+       * configure.ac: AC_REPLACE_FUNCS(vsnprintf).
+
+       * config.h.in: ditto.
+
+       * src/lha.h: ditto.
+
+       * src/vsnprintf.c: derived snprintf() which has the BSD licence.
+
+       * configure.ac: fix typo.
+
+       * configure.ac: checking whether strchr() is 8 bit clean or not.
+
+       * config.h.in: ditto.
+
+       * src/util.c: give functions strchr(), strrchr(), memchr() and
+       memrchr() which handle 8 bit characters correctly.
+
+       * src/header.c: use above if needed.
+
+       * src/lha_macro.h: deprecate the macro name `DELIM2' which is path
+       separattor for the filename in lha header.
+       use LHA_PATHSEP instead.
+
+       * src/util.c (convdelim): ditto.
+
+       * src/header.c (convert_filename): ditto.
+       (write_header): ditto.
+
+       * src/header.c (convert_filename): fixed bug on utf8 conversion,
+       provisionally.
+
+2002-06-30  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * configure.ac: fixed typo.
+
+       * src/header.c (sjis_to_utf8): fixed typo.
+       (utf8_to_sjis): fixed typo.
+
+       * src/lhadd.c (cmd_add): Missed to adjust the index when specified
+       adding file is same as the generating archive file.
+
+2002-06-29  Koji Arai  <jca02266@nifty.ne.jp>
+
+       * src/header.c (convert_filename): rename a function
+       `filename_conv()' to `convert_filename()'.
+       (sjis_to_utf8_static): no use the static variable.
+       (utf8_to_sjis_static): ditto.
+
+       * src/lha.h: rename sjis_to_utf8_static() and utf8_to_sjis_static()
+       into sjis_to_utf8() and utf8_to_sjis().
+
+       * src/lha_macro.h: added a macro `CODE_UTF8'.
+
+       * configure.ac: decide CODE_UTF8.
+       updated version.
+
+       * 00readme.autoconf: modified.
+
+       * configure.ac: modified for Mac OS X.
+
+       * src/header.c, lha.h, lha_macro.h, lharc.c: Merged a patch for
+       the Mac OS X, convert utf-8 filename to shift_jis. This patch was
+       contributed on LHa BBS. Thanks to Hiroto Sakai.
+
+       * src/lhext.c: replaced bcmp() with memcmp().
+
+       * src/lha_macro.h: ditto.
+
+       * src/append.c: replace bcopy() with memcpy() or memmove().
+
+       * src/lha_macro.h: ditto.
+
+       * src/lhadd.c: ditto.
+
+       * src/lharc.c: ditto.
+
+       * src/header.c: ditto.
+       replace bzero() with memset().
+
+       * src/lhadd.c (cmd_add): exlclude the target archive. (reported on
+       the LHa BBS [28])
+
+       * src/slide.c (encode_alloc): Wrong value was assigned to the
+       `dicbit', when SUPPORT_LH7 was not defined. (fixed by DANGAN,
+       reported on the LHa BBS [38]).
+
+       * src/lha_macro.h: ditto.
+
+       * src/shuf.c (decode_c_st0): the method of -lh3- extraction was
+       fixed by DANGAN (reported on the LHa BBS [35]).
+
+       * src/lha_macro.h (LH3_DICBIT): ditto.
+
+       * src/dhuf.c (encode_c_dyn): the method of -lh1- compression was
+       refined by DANGAN (reported on the LHa BBS [30], [39], [62]).
+
 2002-06-26  Koji Arai  <jca02266@nifty.ne.jp>
 
        * tests/lha-test4: Skip a test for the LHa for UNIX (original version).
 
-       * tests/lha-test3: Rewrite tests for generic format.
+       * tests/lha-test3: Rewrite tests for generic format archives.
 
        * tests/lha-test2: Added tests for -lh0- method.
        Moved from contents of lha-test3 (tests for print archive).
 
        * src/lharc.c (init_variable): Removed useless assignments.
 
-       * src/lharc.c (main): Behavior is changed. when `q' or `q2' option
+       * src/lharc.c (main): Behavior was changed. when `q' or `q2' option
        (not `q1') is specified, the `f' option is enabled implicitly.
        In original behavior, the option `q', `q0', `q1' and `q2' will
        enable `f' option implicitly (bug?).
 
        * src/header.c: Remove preprocess codes for kanji code decision.
 
-       * configure.ac: When --enable-multibyte-filename[=auto] is specifi%d,
+       * configure.ac: When --enable-multibyte-filename[=auto] is specified,
        decide kanji code for filename automatically.
        Otherwise, euc or sjis is specified, it is EUC-JP or Shift_JIS.
 
 
        * src/lha_macro.h: ditto.
 
-       * src/header.c: ditto. 
+       * src/header.c: ditto.
 
        * config.h.in (INCLUDE_OWNER_NAME_IN_HEADER): changed macro name.