Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 441c91f

Browse files
committed
代码升级到3.63。采用合并官方仓库模式。
Merge branch 'changetoM' of github.com:Mapaler/FastCopy # Conflicts: # FastCopy.sln # FastCopy.vcxproj # doc/readme_eng.txt # doc/readme_ja.txt # external/xxhash/xxhash.vcxproj # external/zlib/zlib.def # external/zlib/zlib.vcxproj # external/zlib/zlib1.rc # help/fastcopy.hhc # help/fastcopy.hhk # help/fastcopy.hhp # help/fastcopy.htm # help/fastcopy_eng.htm # src/TLib/TLib.vcxproj # src/TLib/ipdict.cpp # src/TLib/ipdict.h # src/TLib/scopeexit.h # src/TLib/tads.cpp # src/TLib/tapi32ex.cpp # src/TLib/tapi32ex.h # src/TLib/tapi32u8.cpp # src/TLib/tapi32u8.h # src/TLib/tapp.cpp # src/TLib/tcmndlg.cpp # src/TLib/tcmndlg.h # src/TLib/tdlg.cpp # src/TLib/texcept.cpp # src/TLib/texcept.h # src/TLib/tgdiplus.cpp # src/TLib/tgdiplus.h # src/TLib/tinet.cpp # src/TLib/tinet.h # src/TLib/tini.cpp # src/TLib/tlib.h # src/TLib/tmisc.cpp # src/TLib/tmisc.h # src/TLib/tregist.cpp # src/TLib/tstr.cpp # src/TLib/tstr.h # src/TLib/twin.cpp # src/cfg.cpp # src/cfg.h # src/fastcopy.cpp # src/fastcopy.exe.manifest # src/fastcopy.h # src/fastcopy.rc # src/fastcopyd.cpp # src/fastcopyr.cpp # src/fastcopyw.cpp # src/install/install.cpp # src/install/install.h # src/install/install.rc # src/install/install.vcxproj # src/install/resource.h # src/install/setup.exe.manifest # src/mainwin.cpp # src/mainwin.h # src/mainwinev.cpp # src/mainwinlog.cpp # src/mainwinopt.cpp # src/mainwinopt.h # src/mainwinupd.cpp # src/miscdlg.cpp # src/miscdlg.h # src/regexp.cpp # src/regexp.h # src/res/fcdone.ico # src/res/fcerr.ico # src/res/fcwait.ico # src/res/icon1.ico # src/res/icon3.ico # src/res/icon4.ico # src/resource.h # src/setupdlg.cpp # src/setupdlg.h # src/shareinfo.cpp # src/shareinfo.h # src/shellext/FastEx64.dll.manifest # src/shellext/fcshext.ico # src/shellext/shell64.def # src/shellext/shelldef.h # src/shellext/shellext.cpp # src/shellext/shellext.def # src/shellext/shellext.h # src/shellext/shellext.rc # src/shellext/shellext.vcxproj # src/tlib_env.h # src/utility.cpp # src/utility.h # src/version.cpp # src/version.h
2 parents af9a9ae + 1645029 commit 441c91f

25 files changed

Lines changed: 296 additions & 194 deletions

doc/readme_chs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
======================================================================
2-
FastCopy ver3.62 2019/01/28
2+
FastCopy ver3.63 2019/02/19
33
H.Shirouzu(白水啓章)
44
FastCopy Lab, LLC.
55
FastCopy-M branch 2018/12/11

doc/readme_cht.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
======================================================================
2-
FastCopy ver3.62 2019/01/28
2+
FastCopy ver3.63 2019/02/19
33
H.Shirouzu(白水啓章)
44
FastCopy Lab, LLC.
55
FastCopy-M branch 2018/12/11

doc/readme_eng.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
======================================================================
2-
FastCopy ver3.62 2019/01/28
2+
FastCopy ver3.63 2019/02/19
33
SHIROUZU Hiroaki
44
FastCopy Lab, LLC.
55
FastCopy-M branch 2018/12/11

doc/readme_ja.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
======================================================================
2-
FastCopy ver3.62 2019/01/28
2+
FastCopy ver3.63 2019/02/19
33
H.Shirouzu(白水啓章)
44
FastCopy Lab, LLC.
55
FastCopy-M branch 2018/12/11

help/fastcopy.htm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@
8787
<body bgcolor="#eeffff">
8888

8989
<div align="center">
90-
<h1 class="help_head1">FastCopy ver3.62</h1>
90+
<h1 class="help_head1">FastCopy ver3.63</h1>
9191
</div>
9292
<div class="help_all">
9393

94-
<div align="right">2019/01/28 H.Shirouzu (白水啓章) & FastCopy Lab, LLC.</div>
94+
<div align="right">2019/02/19 H.Shirouzu (白水啓章) & FastCopy Lab, LLC.</div>
9595

9696
<a name="index"/>
9797
<h2 class="help_head2">Index</h2>
@@ -887,6 +887,11 @@ <h3 class="help_head3">Source / DestDir</h3>
887887
<table class="help_table" border="4">
888888
<tr><th>Version</th><th>説明</th></tr>
889889

890+
<tr><td>v3.63</td><td>
891+
大きなファイルが書き込み先でエラーになった場合に、エラーファイル数が2とカウントされることがあったのを修正。<br>
892+
iniファイルにBOMが入っても正しく読めるように。
893+
</td></tr>
894+
890895
<tr><td>v3.62</td><td>
891896
ACL有効時に、管理者権限でローカルNTFS(or ReFS)間のコピーでは、DACLだけでなくSACLもコピーするように。
892897
</td></tr>

help/fastcopy_eng.htm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
<body bgcolor="#eeffff">
7777

7878
<div align="center">
79-
<h1 class="help_head1">FastCopy ver3.61</h1>
79+
<h1 class="help_head1">FastCopy ver3.63</h1>
8080
</div>
8181
<div class="help_all">
8282

83-
<div align="right">2019/01/28 H.Shirouzu and FastCopy Lab, LLC.</div>
83+
<div align="right">2019/02/19 H.Shirouzu and FastCopy Lab, LLC.</div>
8484

8585
<a name="index"/>
8686
<h2 class="help_head2">Index</h2>
@@ -892,6 +892,11 @@ <h2 class="help_head2">11. History</h2>
892892

893893
<tr><th>Version</th><th>Detail</th></tr>
894894

895+
<tr><td>v3.63</td><td>
896+
Fix error counter. (When a large file couldn't be written to dest, it was incorrectly counted twice)<br>
897+
Enable to load fastcopy2.ini that contains BOM.
898+
</td></tr>
899+
895900
<tr><td>v3.62</td><td>
896901
Extend ACL option. (Not only DACL but also SACL will be copied, if it is copied between the local NTFS/ReFS Drive with Admin mode)
897902
</td></tr>

0 commit comments

Comments
 (0)