X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ChangeLog;h=c67ee472da328e09c4857c16ba334fe77014188d;hb=609c119cf609e0764cb54be1403d2a334669e8ee;hp=450fac1dc4612294d2f35cf7738258587bd97ab6;hpb=24954acaea0e90e53b7531bdd9b7daf03bd2bad1;p=lha%2Flha.git diff --git a/ChangeLog b/ChangeLog index 450fac1..c67ee47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,710 @@ +2007-09-03 Koji Arai + + * src/append.c, src/extract.c, src/header.c, src/indicator.c, src/lha.h, src/lhadd.c, src/lhext.c, src/lhlist.c, src/prototypes.h, src/slide.c, src/util.c: + Possible to extract 4G over files, use UNLHA32.DLL specific extended header. + +2007-05-23 Koji Arai + + * tests/lha-test.in: added an optional numeric command-line + argument, and a command-line switch -n. + when the numeric argument is specified, only the testsuite is + performed. and the -n switch is specified, it is not made cleanup + trash files which is result of the test. + + * tests/lha-test11: On MS-Windows, should consider the length of + current path. + + * tests/lha-test11: On MS-Windows, if current directory is too + deep, skip this test. + +2007-05-23 Koji Arai + + * config.h.in, configure.ac, src/lharc.c: the option -X was deprecated. + In place of it, added a long option --ignore-mac-files which + ignore Mac specific files ._*, .DS_Store and Icon\r when the + archive is created. Thanks to Hiroto Sakai. + +2007-05-20 Koji Arai + + * repository changed to the Subversion. + + * tests/lha-test12: should not use the raw CR code. + (when checkout from SVN repos, raw CR code is removed.) + +2007-02-24 Koji Arai + + * src/lharc.c (print_tiny_usage, parse_suboption): added a long + option "--traditional". it is just the same + "--convert-filename-case" for the present. + + * src/header.c (get_header): the variable "noconvertcase" changed + to "convertcase". + it means that this LHa does not convert filename case automatically. + + * src/lha.h: ditto. + + * src/lharc.c (init_variable): ditto. + + * src/lharc.c (print_tiny_usage, parse_suboption): added a long + option "--convert-filename-case" that change to the old behavior. + + * src/lharc.c (print_usage, parse_suboption): the "g" option has + no meaning when extracting. + + * src/header.c (write_header): no upcase filename when the generic + archive creating. + +2007-02-24 Koji Arai + + * configure.ac: updated version. + + * src/lharc.c (print_usage): updated. + +2007-02-24 Koji Arai + + * src/header.c (copy_path_element, remove_dots, init_header): + should treat "foo" and "./foo" as same file, so remove "./" from + archived path name. + + * tests/Makefile.am, tests/lha-test.in, tests/lha-test17: + added tests for the removing relative path. + +2006-10-09 Koji Arai + + * src/lha_macro.h (MIN): newly added a macro for below. + + * maketbl.c (make_table): applied the security patch for the + CVE-2006-4335 and CVE-2006-4337. + + * huf.c (read_pt_len, read_c_len, decode_c_st1, decode_p_st1): + applied the security patch for the CVE-2006-4338. + +2006-10-09 Koji Arai + + * tests/lha-test.in: the function local variable `$status' is treated as + the builtin variable on the Zsh version 4.3.2, so it was renamed to + $exit_status. + + * tests/Makefile.am, tests/lha-test.in, tests/lha-test16, tests/lha-test16-l0.lzh, tests/lha-test16-l1.lzh, tests/lha-test16-l2.lzh, tests/lha-test16-lg.lzh: + added tests for the header CRC. + +2006-10-08 Koji Arai + + * 00readme.autoconf: updated. + + * Hacking_of_LHa: changed mail address. + +2006-10-08 Koji Arai + + * configure.ac: updated version. + + * configure.ac, src/header.c, src/lha_macro.h, src/lhadd.c, src/lhext.c, src/lhlist.c, tests/lha-test12: + re-applied the correct DJGPP patch. Thanks to Doug Kaufman. + +2006-10-02 Koji Arai + + * configure.ac: updated version. + + * src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c, src/lharc.c, src/lhext.c, src/lhlist.c, src/vsnprintf.c, tests/lha-test.in, tests/lha-test11, tests/lha-test12: + applied the patch for the DJGPP. Thanks to Doug Kaufman. + + * 00readme.autoconf, configure.ac: changed mail address. + +2006-09-11 Koji Arai + + * configure.ac: updated version. + + * src/lharc.c (print_usage): updated. + +2006-09-11 Koji Arai + + * config.h.in (HAVE_LIBAPPLEFILE): added `b' option which extract + the MacBinary. Thanks to Hiroto Sakai. + + * configure.ac: ditto. + + * src/lha.h (decode_macbinary_contents): ditto. + + * src/lhadd.c (build_temporary_file): ditto. + + * src/lharc.c (decode_macbinary_contents, print_tiny_usage, parse_suboption): ditto. + + * src/lhext.c (extract_one, decode_macbinary): ditto. + + * src/prototypes.h (build_temporary_file): ditto. + +2006-09-11 Koji Arai + + * src/lharc.c (parse_suboption): `-X' option has been ineffective. + Thanks to Hiroto Sakai. + +2005-10-15 Koji Arai + + * src/lha_macro.h (UPDATE_CRC): To casting with (unsigned char) + should not be for the variable (c) but for the (crc). Thanks to + OKUMURA N. Shin-ya. + +2005-10-13 Koji Arai + + * tests/lha-test.in: emulate POSIX shell when it is executed by + zsh or bash. (this part is derived from GNU Autoconf 2.59) + + * tests/Makefile.am: replaced `bash' with `@sh_for_lha_test@' + + * configure.ac: search shell programs to execute the lha-test. + +2005-09-25 Koji Arai + + * src/prototypes.h: updated. + + * src/crcio.c (calccrc, fread_crc, fwrite_crc, fread_txt, fwrite_txt): suppress compiler warnings on gcc-4.0. + + * src/header.c (calc_sum): ditto. + + * src/lha_macro.h (UPDATE_CRC): ditto. + +2005-09-24 Koji Arai + + * released. + + * configure.ac: updated version and my mail address. + + * Hacking_of_LHa: updated. (2003-02-23 edition) + + * 00readme.autoconf: updated. + +2005-06-08 Koji Arai + + * configure.ac: updated version. + + * src/lharc.c (parse_suboption): fixed a bug, when the + --system-kanji-code option specified, the --archive-kanji-code + option was infected. + +2005-05-08 Koji Arai + + * configure.ac: updated version. + + * src/lharc.c (print_usage): updated. + + * src/lhadd.c, src/header.c (remove_leading_dots): move to + header.c for readlink(). + + * src/lhadd.c (add_one): symbolic link indication was contrary. + ( not "realname -> linkname" but "linkname -> realname" ) + (delete): ditto. + + * src/lhext.c (extract_one): ditto. + + * src/lhlist.c (list_one): ditto. + + * tests/lha-test14: ditto. + + * src/lhadd.c (remove_leading_dots): newly added. + + * src/lhadd.c (append_it): remove leading relative path from + archive. + + * src/lhext.c (is_directory_traversal): should return true when + just ".." was found. + +2004-10-02 Koji Arai + + * src/lharc.c (print_tiny_usage): added long option helps. + + * src/prototypes.h: updated. + + * src/lharc.c: should accept a single option --help and --version. + +2004-09-29 Koji Arai + + * src/lharc.c (parse_option, parse_suboption): use getopt_long(). + + * src/Makefile.am: added getopt_long.c and getopt_long.h. + + * src/getopt_long.c, src/getopt_long.h: newly added. + +2004-09-29 Koji Arai + + * released. + + * 00readme.autoconf: note for builds on MS-Windows. + + * configure.ac: updated version. + + * Makefile.am: added Hacking_of_LHa in EXTRA_DIST. + + * Hacking_of_LHa: renamed (typo). + +2004-09-27 Koji Arai + + * configure.ac: updated version. + + * src/prototypes.h (str_safe_copy): newly added. + (build_standard_archive_name, build_backup_file): + added argument the size for build_standard_archive_name() and + build_backup_file(). + + * src/header.c (init_header): use str_safe_copy() instead of strcpy(). + + * src/lhadd.c (build_backup_file, cmd_add, cmd_delete): + added argument the size for build_standard_archive_name() and + build_backup_file(). + + * src/lhext.c (make_parent_path): use str_safe_copy() instead of strcpy(). + (extract_one): ditto. + + * src/lharc.c (find_files): use str_safe_copy() instead of strcpy(). + (build_temporary_name): ditto. + (modify_filename_extention): ditto. + (build_backup_name): ditto. + (build_standard_archive_name): ditto. + + * src/util.c (str_safe_copy): newly added. + +2004-09-26 Koji Arai + + * src/header.c: fixed typo. + +2004-09-18 Koji Arai + + * configure.ac: updated version. + + * 00readme.autoconf: added a description about + `--extract-broken-archive' option. + + * src/lharc.c (init_variable, parse_option): added an option + `--extract-broken-archive' to extract broken archive. + + * src/lha.h (extract_broken_archive): ditto. + + * src/slide.c (encode, decode): fixed a *FATAL* bug which make a + broken archive. + +2004-05-08 Koji Arai + + * configure.ac: updated version. + + * src/prototypes.h: updated. + + * src/lhext.c (extract_one, is_directory_traversal): applied a + security patch (CAN-2004-0235: directory traversal problems) + + * src/lharc.c (print_usage): updated. + +2003-12-18 Koji Arai + + * src/header.c (wintime_to_unix_stamp): no use 64bit constant to + avoid the warning `integer constant is too large for "long" type' + on GCC. however, for portability, no use the unsigned long long + suffix "ULL". + +2003-12-13 Koji Arai + + * configure.ac: updated version. + + * src/lhext.c (extract_one, cmd_extract): preserve directory + timestamp. Thanks Akihiro Iriyama. + + * src/lhext.c (add_dirinfo, adjust_dirinfo): newly added. + +2003-09-28 Koji Arai + + * Makefile.am (SUBDIRS): reordered to avoid useless re-compilation. + +2003-09-21 Koji Arai + + * released. + + * configure.ac: updated version. + +2003-08-18 Koji Arai + + * 00readme.autoconf: fixed. + + * configure.ac: use AC_SYS_LARGEFILE for largefile support. + + * config.h.in: ditto. + + * src/prototypes.h: updated. + +2003-07-29 Koji Arai + + * tests/Makefile.am (EXTRA_DIST): lha-test1 was missed. + + * tests/lha-test13: should set LANG=C for `tr'. + +2003-07-28 Koji Arai + + * tests/lha-test.in: filename should be contained in last error + information. + +2003-07-27 Koji Arai + + * tests/lha-test2: no need to set $FILENAME. + * tests/lha-test3: ditto. + * tests/lha-test4: ditto. + * tests/lha-test5: ditto. + * tests/lha-test6: ditto. + * tests/lha-test7: ditto. + * tests/lha-test8: ditto. + * tests/lha-test9: ditto. + * tests/lha-test10: ditto. + * tests/lha-test11: ditto. + * tests/lha-test12: ditto. + * tests/lha-test13: ditto. + * tests/lha-test14: ditto. + * tests/lha-test15: ditto. + + * tests/lha-test1: newly added. + + * tests/lha-test.in: improved. + + * src/prototypes.h: updated. + + * src/lha.h (exit): defined as lha_exit(). + + * src/lharc.c (init_variable): discard a variable + `remove_temporary_at_error'. + (fatal_error): ditto. + (cleanup): newly added. + (interrupt): call cleanup(). + (lha_exit): newly added; cleanup temporary files always. + + * src/lhadd.c (add_one): discard a variable + `remove_temporary_at_error'. + + * src/indicator.c (start_indicator): refined. + + * src/lharc.c (parse_option): fixed typo. + + * src/indicator.c (carriage_return): newly added; print CR on tty only. + (start_indicator): call above. + (finish_indicator): ditto. + (finish_indicator2): ditto. + + * src/lharc.c (print_usage): newly added. + (parse_option): strictly checking command line arguments. + (main): ditto. + +2003-07-26 Koji Arai + + * tests/lha-test13: use `tr' instead of `printf` for printing 8 bit + characters. + +2003-07-25 Koji Arai + + * tests/lha-test14: `test -e' is unavailable on some systems. + +2003-07-22 Koji Arai + + * tests/lha-test.in: should exit with status in trap. + + * src/shuf.c (decode_start_st0): wrong value was assigned. + + * src/lha.h: discard `prof' variable. + + * src/lharc.c (init_variable): discard `prof' variable. + (parse_option): discard undocumented `p' option. + (main): ditto. + + * src/append.c (encode_lzhuf): hate global variable. + + * src/extract.c (decode_lzhuf): ditto. + + * src/lha.h: ditto. + +2003-07-21 Koji Arai + + * configure.ac: updated version. + + * 00readme.autoconf: described largefiles. + + * src/header.c (get_header): avoid valgrind warning, `Source and + destination overlap in strncpy()'. + + * src/lharc.c (find_files): refined. + + * tests/lha-test.in: should exit in trap. + + * src/lharc.c (find_files): uninitialized variable was caught by + Valgrind. + + * src/prototypes.h: updated. + + * src/append.c (encode_lzhuf): set actual copied size. + + * src/util.c (encode_stored_crc): use size_t instead of long. + + * src/lhadd.c (temporary_to_new_archive_file): ditto. + (cmd_add): ditto. + (cmd_delete): ditto. + + * src/lhadd.c (add_one): fixed a comment. + + * src/indicator.c (MAX_INDICATOR_COUNT): changed to fit for the 80 + column screen. + + * src/extract.c (decode_lzhuf): refined. + + * src/prototypes.h: updated. + + * src/cproto.sh: added `indicator.c'. + + * src/Makefile.am: ditto. + + * src/indicator.c: separated from append.c. + + * src/append.c: ditto. + + * src/lha.h: ditto. + + * src/lha_macro.h: ditto. + +2003-07-20 Koji Arai + + * configure.ac: updated version. + + * src/Makefile.am (EXTRA_DIST): fnmatch.h was missed. + + * src/lha.h (fseeko, ftello): these macros had no effect. + +2003-07-19 Koji Arai + + * src/maketree.c (make_len): discard debug print. + + * configure.ac: updated version. + + * src/prototypes.h: updated. + + * config.h.in: updated. + + * configure.ac: check declaration of `basename'. + + * src/cproto.sh: ditto. + + * src/util.c (encode_stored_crc): use size_t. + + * src/lha.h (struct LzHeader): use size_t for the members + `packed_size' and `original_size'. + +2003-07-13 Koji Arai + + * configure.ac: updated version. + + * src/prototypes.h: updated. + + * src/append.c (encode_lzhuf): use size_t and off_t instead of long. + (start_indicator): ditto. + + * src/extract.c (decode_lzhuf): ditto. + + * src/lha.h (struct interfacing): ditto. + + * src/lhadd.c (add_one): ditto. + (find_update_files): ditto. + (delete): ditto. + + * src/lhext.c (cmd_extract): ditto. + + * src/util.c (copyfile): ditto. + + * src/lhlist.c (print_size): use "%7lu" format string instead of + "%7ld" for large files. + + * src/slide.c: refined. + +2003-07-11 Koji Arai + + * src/lharc.c (cleaning_files): should print errno. + +2003-05-23 Koji Arai + + * configure.ac: use fseeko(), ftello() instead of fseek(), ftell(). + + * config.h.in: ditto. + + * src/lha.h, src/lhlist.c, src/lhext.c, src/lharc.c: ditto. + + * src/lhadd.c, src/header.c: ditto. + +2003-05-10 Koji Arai + + * configure.ac: updated version. + + * 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 + + * src/cproto.sh: The cproto 4.7a supports some gcc-specific keywords. + +2003-03-24 Koji Arai + + * configure.ac: updated version. + + * src/prototypes.h: updated. + +2003-03-23 Koji Arai + + * 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 + + * 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 + + * src/header.c (wintime_to_unix_stamp): should cast to unsigned type. + +2003-03-03 Koji Arai + + * src/prototypes.h: updated. + + * src/cproto.sh: improved. + +2003-02-24 Koji Arai + + * 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 + + * 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 + + * configure.ac: updated version. + + * src/fnmatch.h: no need to include . it does not + exist on MinGW. + +2003-02-14 Koji Arai + + * src/lharc.c (find_files): `goto' requires expression after label. + + * src/lhadd.c (cmd_add): ditto. + +2003-02-05 Koji Arai + + * 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 + + * 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 + + * src/header.c, src/lharc.c: fix credit. + +2003-01-20 Koji Arai + + * 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 + + * 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 + + * 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 + + * src/slide.c: refined ? + + * src/slide.c (INIT_HASH, NEXT_HASH): newly defined to refine. + +2003-01-13 Koji Arai + + * src/prototypes.h: updated. + + * src/slide.c: refined. + +2002-12-31 Koji Arai + + * src/lhext.c (adjust_info): On Cygwin, execute permission should + be set for .exe or .dll. + 2002-12-28 Koji Arai * src/lha_macro.h (peekbits): newly added. @@ -25,7 +732,7 @@ * config.h.in: ditto. * lha.h: ditto. - + * configure.ac: added checking functions `fnmatch' and `basename'. but not yet prepare the free fnmatch.c. @@ -1319,3 +2026,7 @@ * src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c: import the lha-114f + +Local Variables: +eval: (if (string= (user-login-name) "arai") (setq user-mail-address "arai@users.sourceforge.jp")) +End: