Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
此版本清除了在Mac OS X上的Unicode原子类型的定义错误的整数(的UTF - 16)的核心库和示例的变种中还为VC + +提供的建设。
标签:
Minor feature enhancements
This release clears up a bug in the definition of atomic integer types on Mac OS X. Unicode (UTF-16) variants of the core library and examples are also provided in the build for VC++.
64-bit Windows compatibility was added. A bug in Recls_DeriveRelativePath(), triggered when the origin path is the empty string, was fixed. Unit tests for path combining, path squeezing, and deriving relative paths were added. This release relies on STLSoft 1.9.45 or later.
在核心,Recls_SearchFeedback()(和,因此,Recls_Search())是固定的案件时,既searchRoot和模式是NULL;一般修正了对Unicode的汇编。在recls / C + +中,修复了名称空间,为Recls垫片出口::项类。在recls / STL的,总体修复了Unicode的汇编。
标签:
Minor bugfixes
In the core, Recls_SearchFeedback() (and, hence,
Recls_Search()) was fixed for the case when both
searchRoot and pattern are NULL; general fixes
were made for Unicode compilation. In recls/C++,
fixes were made to namespace-exports for shims for
Recls::Entry class. In recls/STL, general fixes
were made for Unicode compilation.
One change was made to the recls/Ruby mapping:
Recls::combinePaths can now accept either or both
of the two path (fragment) parameters as
Recls::Entry instances. For the left-hand
parameter, the instance will be converted to a
string via the "Recls::Entry.path" attribute. For
the right-hand instance parameter, the instance
will be converted to a string via the
"Recls::Entry.searchRelativePath" attribute. This
provides significant simplification (and
convenience) in client code when working with
source and destination directory hierarchies.