OSDN Git Service

Avoid compile error on libapplefile
[lha/lha.git] / src / lhext.c
2016-10-05 Koji AraiAvoid compile error on libapplefile
2016-05-08 Koji AraiAbort when fseek() is failed.
2016-05-07 Koji AraiShould not create symlinks in `lha p' command.
2015-11-30 Koji AraiMerge pull request #5 from yoheie/fix-make_name_with_pa...
2015-11-30 Yohei EndoFix build error when lstat is not supported
2015-11-30 Yohei EndoRemove unused parameter
2015-11-29 Koji AraiShould not use fatal_error() because the errno may...
2015-11-29 Koji AraiReplace fprintf() with fatal_error()
2015-11-29 Koji AraiPrevent from extracting files follow symbolic link
2015-11-29 Koji AraiChange the file encoding to UTF-8.
2011-11-26 Koji AraiMerge branch 'pmarc'
2008-08-27 Koji AraiMerge commit 'origin' into timestamping
2008-08-22 Koji AraiMerge commit 'origin/master' into pmarc
2008-08-22 Koji Arai* src/lhext.c (cmd_extract): stream position was adjust...
2008-08-20 Koji Araisupport PMA file decoding
2008-05-14 Koji AraiThe -t command should not affect extracting file attrib...
2008-03-10 araiadd_dirinfo() no longer suppose that contents of the...
2008-02-16 araicould not extract files under readonly directories.
2007-09-04 araipossible to extract 4G over files
2006-10-08 araire-applied the correct DJGPP patch. Thanks to Doug...
2006-10-02 araiapplied the patch for the DJGPP.
2006-09-11 arai* config.h.in (HAVE_LIBAPPLEFILE): added `b' option...
2005-05-07 arai* src/lhadd.c, src/header.c (remove_leading_dots):...
2005-05-07 arai* src/lhext.c (is_directory_traversal): should return...
2004-09-26 arai* src/prototypes.h (str_safe_copy): newly added.
2004-05-07 arai* src/lhext.c (extract_one, is_directory_traversal...
2003-12-12 arai* src/lhext.c (extract_one, cmd_extract): preserve...
2003-07-12 arai* src/append.c (encode_lzhuf): use size_t and off_t...
2003-05-22 arai* configure.ac: use fseeko(), ftello() instead of fseek...
2003-05-09 arai* src/lhext.c (inquire_extract): warning if stdin is...
2002-12-30 arai* src/lhext.c (adjust_info): On Cygwin, execute permiss...
2002-11-24 arai* src/header.c: use size_t for header_size.
2002-11-16 araiuntabify all sources.
2002-11-10 arai* src/lhext.c (make_parent_path): On Cygwin, when ...
2002-08-24 arai* tests/lha-test.in (lha-test14): added to test the...
2002-08-24 arai* src/lhext.c (extract_one): force extract when `f...
2002-08-10 arai*** empty log message ***
2002-07-21 arai*** empty log message ***
2002-07-21 arai* src/lhext.c (make_parent_path): missing braces.
2002-07-17 arai* src/lhext.c (adjust_info): should use `struct utimbuf...
2002-07-16 arai* src/lhext.c (extract_one): should use the `FILENAME_L...
2002-07-08 arai* src/lha.h, src/lhadd.c, src/lharc.c, src/lhext.c...
2002-06-29 arai* src/lhext.c: replaced bcmp() with memcmp().
2002-06-23 arai* src/lhext.c: Fixed a misspelling. not `Symblic' but...
2002-06-22 arai*** empty log message ***
2002-06-22 arai* src/lhext.c (cmd_extract): ftell(stdin) will return...
2002-06-22 arai* src/lhext.c (cmd_extract): When error occurred in...
2002-06-16 arai* src/lharc.c (message): use variable argument list...
2002-05-28 arai* src/lhext.c (adjust_info): mismatched braces.
2002-05-28 arai* src/lhext.c (adjust_info): change owner/group accordi...
2002-05-26 arai* src/lhext.c (cmd_extract): discard useless fseek...
2002-05-25 arai* src/lhext.c (extract_one): On MinGW, set binary on...
2002-05-21 araiadded modeline for vi(m).
2002-05-18 arai* src/lhadd.c (build_temporary_file): no use SIGHUP...
2001-01-29 araimerged changing from lha-1.14f to lha-1.14i.
1999-09-30 araiuse the autoconf/automake
1999-08-28 araiInitial revision