"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "lha-114i/change-114i.txt" of archive lha-114i.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 lha for unix ver 1.14iで対処
2
3 lha for unix ver 1.14h bugs
4
5 ■■■■■■■■■■ 不都合 ■■■■■■■■■■
6 (31)
7
8 ■問題
9 macで生成した書庫(OSTYPEがMAC)のディレクトリの
10 区切りを正しく認識していなかった。
11
12 Lha failed to convert a delimitor used at Macintiosh.
13
14 ■原因
15 一度拡張ヘッダのディレクトリを取得したときに
16 0xffから/への変換を行ったあと、ディレクトリと
17 ファイルネームを結合した文字列に対して、
18 mac-unixの変換(:を/に、:を/に)をしていたため、
19 区切りが:に変わっていた。
20
21 ■対処
22 変換後のディレクトリ名に対しては
23 mac-unix変換を行わないことにした。
24
25 ■■■■■■■■■■ 追加 ■■■■■■■■■■
26
27 ■内容
28 OSがMSDOSのときは無差別にファイル名を小文字に
29 していたが、windowsでは小文字と大文字の混在が
30 あり得るため、この対処を行う。
31
32 Lha always converted upper-case into lower-case.
33 Modified that lha don't convert case when using
34 'g' option.
35
36 ■修正点
37 展開時にオプションgを指定すると、小文字の変換は
38 行わないようにするオプションを追加した。
39
40 --- 以上
41 (誰か英語直して〜)
42