OSDN Git Service

lha/lha.git
21 years ago* src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
arai [Sat, 18 May 2002 15:46:49 +0000 (15:46 +0000)]
* src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.

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

21 years ago* util.c (copyfile): use xmalloc().
arai [Fri, 17 May 2002 20:18:52 +0000 (20:18 +0000)]
* util.c (copyfile): use xmalloc().

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

21 years ago* slide.c (encode_alloc): use xmalloc().
arai [Fri, 17 May 2002 20:18:30 +0000 (20:18 +0000)]
* slide.c (encode_alloc): use xmalloc().

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

21 years ago* huf.c (alloc_buf): call fatal_error() when memory allocation failed
arai [Fri, 17 May 2002 20:17:58 +0000 (20:17 +0000)]
* huf.c (alloc_buf): call fatal_error() when memory allocation failed
instead of returning NULL.

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

21 years ago* lharc.c (main): use xmalloc().
arai [Fri, 17 May 2002 20:17:49 +0000 (20:17 +0000)]
* lharc.c (main): use xmalloc().

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

21 years ago* lha_macro.h: define bcmp(), bzero(), bcopy() even if STDC_HEADERS is defined.
arai [Fri, 17 May 2002 20:16:32 +0000 (20:16 +0000)]
* lha_macro.h: define bcmp(), bzero(), bcopy() even if STDC_HEADERS is defined.

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

21 years ago* src/header.c (default_system_kanji_code): On HP-UX, use Shift_JIS as
arai [Fri, 17 May 2002 20:06:49 +0000 (20:06 +0000)]
* src/header.c (default_system_kanji_code): On HP-UX, use Shift_JIS as
default kanji code.

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

23 years agotreat archive and system kanji code, correctly.
arai [Sat, 3 Feb 2001 13:55:10 +0000 (13:55 +0000)]
treat archive and system kanji code, correctly.

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

23 years agomistakes for default archive method.
arai [Wed, 31 Jan 2001 16:24:40 +0000 (16:24 +0000)]
mistakes for default archive method.

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

23 years agoAt first, directory separator 0xff must be transpose slash.
arai [Wed, 31 Jan 2001 16:22:48 +0000 (16:22 +0000)]
At first, directory separator 0xff must be transpose slash.

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

23 years ago*** empty log message ***
arai [Mon, 29 Jan 2001 20:58:07 +0000 (20:58 +0000)]
*** empty log message ***

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

23 years agoreplace MKSTEMP with HAVE_MKSTEMP.
arai [Mon, 29 Jan 2001 20:31:46 +0000 (20:31 +0000)]
replace MKSTEMP with HAVE_MKSTEMP.
substitute DEFAULT_LZHUFF_METHOD for the `compress_method' variable (it's default value).

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

23 years agouse the VERSION macro (defined by configure) in the LHA_VERSION definition.
arai [Mon, 29 Jan 2001 20:29:06 +0000 (20:29 +0000)]
use the VERSION macro (defined by configure) in the LHA_VERSION definition.

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

23 years agoadded condition whether the macro MULTIBYTE_CHAR is defined or not.
arai [Mon, 29 Jan 2001 20:27:53 +0000 (20:27 +0000)]
added condition whether the macro MULTIBYTE_CHAR is defined or not.

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

23 years agoadded $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.
arai [Mon, 29 Jan 2001 20:26:51 +0000 (20:26 +0000)]
added $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.

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

23 years agoversion count from 1.14f to 1.14i.
arai [Mon, 29 Jan 2001 20:26:15 +0000 (20:26 +0000)]
version count from 1.14f to 1.14i.
check function mkstemp().
replace --enable-lh6 option to --with-default-method=[567].

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

23 years agoadded definitions of HAVE_MKSTEMP and DEFAULT_LZHUFF_METHOD.
arai [Mon, 29 Jan 2001 20:23:54 +0000 (20:23 +0000)]
added definitions of HAVE_MKSTEMP and DEFAULT_LZHUFF_METHOD.

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

23 years agoadded a description about MKSTEMP.
arai [Mon, 29 Jan 2001 20:22:05 +0000 (20:22 +0000)]
added a description about MKSTEMP.

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

23 years agoadded extra files.
arai [Mon, 29 Jan 2001 19:36:55 +0000 (19:36 +0000)]
added extra files.

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

23 years agomerged changing from lha-1.14f to lha-1.14i.
arai [Mon, 29 Jan 2001 19:33:49 +0000 (19:33 +0000)]
merged changing from lha-1.14f to lha-1.14i.

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

23 years agomerged changing from lha-1.14f to lha-1.14i.
arai [Mon, 29 Jan 2001 18:21:27 +0000 (18:21 +0000)]
merged changing from lha-1.14f to lha-1.14i.

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

23 years agoThis commit was generated by cvs2svn to compensate for changes in r17,
arai [Mon, 29 Jan 2001 18:17:15 +0000 (18:17 +0000)]
This commit was generated by cvs2svn to compensate for changes in r17,
which included commits to RCS files with non-trunk default branches.

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

23 years agoInitial revision
arai [Mon, 29 Jan 2001 18:17:13 +0000 (18:17 +0000)]
Initial revision

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

23 years agoThis commit was generated by cvs2svn to compensate for changes in r12,
arai [Mon, 29 Jan 2001 18:17:03 +0000 (18:17 +0000)]
This commit was generated by cvs2svn to compensate for changes in r12,
which included commits to RCS files with non-trunk default branches.

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

23 years agoimplemented kanji code conversion on filename.
arai [Mon, 29 Jan 2001 17:40:58 +0000 (17:40 +0000)]
implemented kanji code conversion on filename.

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

23 years agofix bug in euc2sjis().
arai [Mon, 29 Jan 2001 14:44:24 +0000 (14:44 +0000)]
fix bug in euc2sjis().

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

24 years agorename the macro HANKAKU_KATAKANA_P to the X0201_KANA_P
arai [Tue, 5 Oct 1999 16:50:43 +0000 (16:50 +0000)]
rename the macro HANKAKU_KATAKANA_P to the X0201_KANA_P

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

24 years agouse the autoconf/automake
arai [Thu, 30 Sep 1999 14:41:30 +0000 (14:41 +0000)]
use the autoconf/automake

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

24 years agoInitial revision
arai [Sat, 28 Aug 1999 16:36:15 +0000 (16:36 +0000)]
Initial revision

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

24 years agoNew repository initialized by cvs2svn.
(no author) [Sat, 28 Aug 1999 16:36:15 +0000 (16:36 +0000)]
New repository initialized by cvs2svn.

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