OSDN Git Service

lha/lha.git
21 years ago*** empty log message ***
arai [Sun, 21 Jul 2002 04:12:15 +0000 (04:12 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@388 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test.in (check): print script line number when test failed.
arai [Sun, 21 Jul 2002 04:10:53 +0000 (04:10 +0000)]
* 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.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@387 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test10: on Cygwin/MinGW, could not make 255 bytes
arai [Sun, 21 Jul 2002 03:38:58 +0000 (03:38 +0000)]
* tests/lha-test10: on Cygwin/MinGW, could not make 255 bytes
filename. (the system limit of filename length contains the length
of current directory.)

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@386 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 21 Jul 2002 00:41:42 +0000 (00:41 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@385 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test10: should use /bin/ls instead of ls, since
arai [Sun, 21 Jul 2002 00:41:37 +0000 (00:41 +0000)]
* tests/lha-test10: should use /bin/ls instead of ls, since
/usr/ucb/ls puts size on 4th field (on Solaris).

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@384 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Wed, 17 Jul 2002 16:08:27 +0000 (16:08 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@382 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: updated version.
arai [Wed, 17 Jul 2002 16:08:24 +0000 (16:08 +0000)]
* configure.ac: updated version.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@381 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Wed, 17 Jul 2002 16:01:54 +0000 (16:01 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@380 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lhext.c (adjust_info): should use `struct utimbuf' for
arai [Wed, 17 Jul 2002 16:01:45 +0000 (16:01 +0000)]
* src/lhext.c (adjust_info): should use `struct utimbuf' for
`utime(2)' rather than `time_t' array.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@379 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Wed, 17 Jul 2002 15:48:50 +0000 (15:48 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@378 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (write_header): [BUG] should not write zero at the
arai [Wed, 17 Jul 2002 15:47:32 +0000 (15:47 +0000)]
* src/header.c (write_header): [BUG] should not write zero at the
first byte on level 2 header. adjust header size.

* tests/lha-test10: added tests for level 2 header.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@377 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (write_header): [BUG] should not write zero at the
arai [Wed, 17 Jul 2002 15:45:17 +0000 (15:45 +0000)]
* src/header.c (write_header): [BUG] should not write zero at the
first byte on level 2 header. adjust header size.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@376 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha_macro.h, src/header.c (setup_get): moved to header.c.
arai [Wed, 17 Jul 2002 15:14:18 +0000 (15:14 +0000)]
* 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.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@375 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (get_header): [BUG] Could not read level 2 header
arai [Wed, 17 Jul 2002 14:19:04 +0000 (14:19 +0000)]
* 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.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@374 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha.h (LzHeader): the typoe of `header_size' was changed
arai [Tue, 16 Jul 2002 19:17:16 +0000 (19:17 +0000)]
* src/lha.h (LzHeader): the typoe of `header_size' was changed
from `unsigned char' to `int', for the level 2 header archive.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@373 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lhext.c (extract_one): should use the `FILENAME_LENGTH'
arai [Tue, 16 Jul 2002 19:15:59 +0000 (19:15 +0000)]
* src/lhext.c (extract_one): should use the `FILENAME_LENGTH'
macro rather than 256 (provisionally fixed).

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@372 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test.in: notify failed test number.
arai [Tue, 16 Jul 2002 19:14:03 +0000 (19:14 +0000)]
* tests/lha-test.in: notify failed test number.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@371 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test10: added tests for long pathname.
arai [Tue, 16 Jul 2002 19:12:36 +0000 (19:12 +0000)]
* tests/lha-test10: added tests for long pathname.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@370 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 15 Jul 2002 19:03:26 +0000 (19:03 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@369 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 13 Jul 2002 21:27:36 +0000 (21:27 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@367 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 13 Jul 2002 21:21:45 +0000 (21:21 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@366 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (get_header): archive path separator should be converted always.
arai [Sat, 13 Jul 2002 21:21:23 +0000 (21:21 +0000)]
* src/header.c (get_header): archive path separator should be converted always.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@365 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 13 Jul 2002 20:56:23 +0000 (20:56 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@363 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (write_header): if user/group name is not set,
arai [Sat, 13 Jul 2002 20:56:17 +0000 (20:56 +0000)]
* src/header.c (write_header): if user/group name is not set,
extended header (0x52 and 0x53) should not be made.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@362 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 13 Jul 2002 20:39:19 +0000 (20:39 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@361 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: updated version.
arai [Sat, 13 Jul 2002 20:39:14 +0000 (20:39 +0000)]
* configure.ac: updated version.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@360 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test10: added testing handle deep directory.
arai [Sat, 13 Jul 2002 20:37:47 +0000 (20:37 +0000)]
* tests/lha-test10: added testing handle deep directory.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@359 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (write_header): fixed typo, not strchr() but
arai [Sat, 13 Jul 2002 20:36:03 +0000 (20:36 +0000)]
* src/header.c (write_header): fixed typo, not strchr() but
strrchr().

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@358 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 13 Jul 2002 19:36:29 +0000 (19:36 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@357 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/prototypes.h: regenerated.
arai [Sat, 13 Jul 2002 19:35:46 +0000 (19:35 +0000)]
* src/prototypes.h: regenerated.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@356 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (convert_filename): prefer to use the
arai [Sat, 13 Jul 2002 19:30:47 +0000 (19:30 +0000)]
* src/header.c (convert_filename): prefer to use the
`FILENAME_LENGTH' macro rather than 256.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@355 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/cproto.sh: fixed typo.
arai [Sat, 13 Jul 2002 19:25:25 +0000 (19:25 +0000)]
* src/cproto.sh: fixed typo.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@354 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Wed, 10 Jul 2002 17:47:33 +0000 (17:47 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@353 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.
arai [Wed, 10 Jul 2002 17:47:29 +0000 (17:47 +0000)]
* tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@352 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lharc.c (print_tiny_usage): no exit here.
arai [Wed, 10 Jul 2002 17:45:45 +0000 (17:45 +0000)]
* src/lharc.c (print_tiny_usage): no exit here.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@351 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (ConvertEncodingByIconv): newly added.
arai [Wed, 10 Jul 2002 17:45:02 +0000 (17:45 +0000)]
* src/header.c (ConvertEncodingByIconv): newly added.
Thanks to Hiroto Sakai.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@350 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac, config.h.in: Checking to have iconv() for utf-8
arai [Wed, 10 Jul 2002 17:43:06 +0000 (17:43 +0000)]
* configure.ac, config.h.in: Checking to have iconv() for utf-8
conversion.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@349 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: Checking whether strrchr() is 8 bit clean or not.
arai [Wed, 10 Jul 2002 17:41:39 +0000 (17:41 +0000)]
* 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.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@348 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Tue, 9 Jul 2002 20:48:20 +0000 (20:48 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@346 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Tue, 9 Jul 2002 20:45:52 +0000 (20:45 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@345 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: updated version.
arai [Tue, 9 Jul 2002 20:45:48 +0000 (20:45 +0000)]
* configure.ac: updated version.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@344 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Tue, 9 Jul 2002 20:44:28 +0000 (20:44 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@343 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c: change hex codes '\xff' to octal codes '\377'.
arai [Tue, 9 Jul 2002 20:44:21 +0000 (20:44 +0000)]
* src/header.c: change hex codes '\xff' to octal codes '\377'.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@342 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test.in: Skip the lha-test9. (this test is imcomplete, yet)
arai [Tue, 9 Jul 2002 20:41:27 +0000 (20:41 +0000)]
* tests/lha-test.in: Skip the lha-test9. (this test is imcomplete, yet)

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@341 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test10: Should extract directory even if the archive
arai [Tue, 9 Jul 2002 20:40:06 +0000 (20:40 +0000)]
* tests/lha-test10: Should extract directory even if the archive
header was level 0.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@340 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c (get_header): Should convert kanji code and path
arai [Tue, 9 Jul 2002 20:37:28 +0000 (20:37 +0000)]
* 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): Should not convert path separator here (Should do
in write_header).
(write_header): Did not contain the directory part in level 0
archive.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@339 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Tue, 9 Jul 2002 20:28:10 +0000 (20:28 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@338 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Tue, 9 Jul 2002 15:27:06 +0000 (15:27 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@337 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 8 Jul 2002 17:41:25 +0000 (17:41 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@336 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 8 Jul 2002 17:33:00 +0000 (17:33 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@335 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 8 Jul 2002 17:22:06 +0000 (17:22 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@334 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 8 Jul 2002 17:21:51 +0000 (17:21 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@333 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha.h, src/header.c: CoreFoundation header inclusion moved to
arai [Mon, 8 Jul 2002 17:21:42 +0000 (17:21 +0000)]
* src/lha.h, src/header.c: CoreFoundation header inclusion moved to
header.c.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@332 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 8 Jul 2002 17:04:59 +0000 (17:04 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@331 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha.h, src/lharc.c, IFNAMES: macro NODIRECTORY was removed.
arai [Mon, 8 Jul 2002 17:04:51 +0000 (17:04 +0000)]
* src/lha.h, src/lharc.c, IFNAMES: macro NODIRECTORY was removed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@330 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 8 Jul 2002 16:53:23 +0000 (16:53 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@329 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha.h, src/lhadd.c, src/lharc.c, src/lhext.c: fixed
arai [Mon, 8 Jul 2002 16:53:11 +0000 (16:53 +0000)]
* src/lha.h, src/lhadd.c, src/lharc.c, src/lhext.c: fixed
misspelling, not `writting' but `writing'.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@328 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Mon, 8 Jul 2002 16:01:34 +0000 (16:01 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@327 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 11:00:20 +0000 (11:00 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@326 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha.h, src/lha_macro.h: refined.
arai [Sun, 7 Jul 2002 11:00:16 +0000 (11:00 +0000)]
* src/lha.h, src/lha_macro.h: refined.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@325 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 10:07:05 +0000 (10:07 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@324 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 10:06:31 +0000 (10:06 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@323 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lhadd.c (append_it): macro STRING_COMPARE() discarded.
arai [Sun, 7 Jul 2002 10:04:23 +0000 (10:04 +0000)]
* src/lhadd.c (append_it): macro STRING_COMPARE() discarded.

* src/lha_macro.h: ditto.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@322 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 08:58:11 +0000 (08:58 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@321 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* IFNAMES: NOVOID was removed.
arai [Sun, 7 Jul 2002 08:37:44 +0000 (08:37 +0000)]
* IFNAMES: NOVOID was removed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@320 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 08:36:18 +0000 (08:36 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@319 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* IFNAMES: NOVOID was removed.
arai [Sun, 7 Jul 2002 08:36:13 +0000 (08:36 +0000)]
* IFNAMES: NOVOID was removed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@318 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lharc.c (main): terminate with exit status 2 when specified
arai [Sun, 7 Jul 2002 08:35:21 +0000 (08:35 +0000)]
* src/lharc.c (main): terminate with exit status 2 when specified
command line switches is wrong,

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@317 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 08:24:15 +0000 (08:24 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@316 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac, config.h.in: added checking utime.h existent.
arai [Sun, 7 Jul 2002 08:24:06 +0000 (08:24 +0000)]
* configure.ac, config.h.in: added checking utime.h existent.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@315 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c: refined.
arai [Sun, 7 Jul 2002 08:21:12 +0000 (08:21 +0000)]
* src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c: refined.

* src/lharc.c, src/prototypes.h, src/slide.c: refined.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@314 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/crcio.c: void returned.
arai [Sun, 7 Jul 2002 08:09:39 +0000 (08:09 +0000)]
* src/crcio.c: void returned.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@313 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lharc.c: refined.
arai [Sun, 7 Jul 2002 08:07:52 +0000 (08:07 +0000)]
* src/lharc.c: refined.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@312 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 06:57:35 +0000 (06:57 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@311 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: should specify the 4th argument for cross compiling.
arai [Sun, 7 Jul 2002 06:57:24 +0000 (06:57 +0000)]
* configure.ac: should specify the 4th argument for cross compiling.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@310 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sun, 7 Jul 2002 03:50:09 +0000 (03:50 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@309 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: fix a test expression.
arai [Sun, 7 Jul 2002 03:50:03 +0000 (03:50 +0000)]
* configure.ac: fix a test expression.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@308 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 19:40:03 +0000 (19:40 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@307 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 19:28:57 +0000 (19:28 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@306 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/cproto.sh: added for maintainer.
arai [Sat, 6 Jul 2002 19:17:11 +0000 (19:17 +0000)]
* src/cproto.sh: added for maintainer.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@305 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 19:14:50 +0000 (19:14 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@304 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha.h: support de-ANSI variable arguments.
arai [Sat, 6 Jul 2002 19:14:35 +0000 (19:14 +0000)]
* src/lha.h: support de-ANSI variable arguments.

* src/lharc.c: ditto.

* src/util.c: ditto.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@303 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years agouse the `PROTOTYPES' macro defined in config.h.
arai [Sat, 6 Jul 2002 19:14:00 +0000 (19:14 +0000)]
use the `PROTOTYPES' macro defined in config.h.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@302 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 18:50:35 +0000 (18:50 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@301 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/Makefile.am (lha_SOURCES): added prototypes.h.
arai [Sat, 6 Jul 2002 18:50:04 +0000 (18:50 +0000)]
* src/Makefile.am (lha_SOURCES): added prototypes.h.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@300 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lha.h: function prototyps moved to prototypes.h.
arai [Sat, 6 Jul 2002 18:49:45 +0000 (18:49 +0000)]
* src/lha.h: function prototyps moved to prototypes.h.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@299 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/prototypes.h: generated by the cproto command.
arai [Sat, 6 Jul 2002 18:49:33 +0000 (18:49 +0000)]
* src/prototypes.h: generated by the cproto command.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@298 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: On Mac OS X, in spite of using the CoreFoundation
arai [Sat, 6 Jul 2002 17:51:14 +0000 (17:51 +0000)]
* 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.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@297 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/Makefile.am (EXTRA_DIST): no need to specify `lhdir.c'.
arai [Sat, 6 Jul 2002 17:44:32 +0000 (17:44 +0000)]
* src/Makefile.am (EXTRA_DIST): no need to specify `lhdir.c'.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@296 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 09:45:14 +0000 (09:45 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@295 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 09:22:06 +0000 (09:22 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@293 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: updated version.
arai [Sat, 6 Jul 2002 09:22:02 +0000 (09:22 +0000)]
* configure.ac: updated version.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@292 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 09:21:27 +0000 (09:21 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@291 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* tests/lha-test10: added testing the header level 0, 1 and 2.
arai [Sat, 6 Jul 2002 09:21:14 +0000 (09:21 +0000)]
* tests/lha-test10: added testing the header level 0, 1 and 2.

* tests/lha-test.in: ditto.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@290 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/lharc.c: `#include <stdarg.h>' moved to lha.h.
arai [Sat, 6 Jul 2002 09:19:52 +0000 (09:19 +0000)]
* src/lharc.c: `#include <stdarg.h>' moved to lha.h.

* src/lha.h: ditto.

* src/util.c: ditto.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@289 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 08:56:02 +0000 (08:56 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@288 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: AC_REPLACE_FUNCS(vsnprintf).
arai [Sat, 6 Jul 2002 08:55:43 +0000 (08:55 +0000)]
* configure.ac: AC_REPLACE_FUNCS(vsnprintf).

* config.h.in: ditto.

* src/lha.h: ditto.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@287 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* src/vsnprintf.c: derived snprintf() which has BSD licence.
arai [Sat, 6 Jul 2002 08:44:45 +0000 (08:44 +0000)]
* src/vsnprintf.c: derived snprintf() which has BSD licence.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@286 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago*** empty log message ***
arai [Sat, 6 Jul 2002 08:39:26 +0000 (08:39 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@285 6a8cc165-1e22-0410-a132-eb4e3f353aba

21 years ago* configure.ac: fix typo.
arai [Sat, 6 Jul 2002 08:32:02 +0000 (08:32 +0000)]
* configure.ac: fix typo.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@284 6a8cc165-1e22-0410-a132-eb4e3f353aba