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.
Este comunicado aclara un error en la definición de los tipos enteros atómica en Mac OS X. Unicode (UTF-16) las variantes de la biblioteca central y los ejemplos también se proporcionan en la construcción de VC + +.
Tags:
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++.
Windows 64-bit de compatibilidad se agregó. Un error en Recls_DeriveRelativePath (), desencadenó cuando la ruta de origen es la cadena vacía, se ha fijado. Las pruebas unitarias para el camino de la combinación, el recorrido de compresión, y la obtención de las rutas relativas se han añadido. Este lanzamiento se basa en STLSoft 1.9.45 o posterior.
Tags:
Minor feature enhancements
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.
En el núcleo, Recls_SearchFeedback () (y, por tanto, Recls_Search ()) se fijó para el caso en que tanto searchRoot y patrón son NULL, se hicieron arreglos generales para la compilación de Unicode. En recls / C + +, se hicieron arreglos al espacio de nombres de las exportaciones de calces para Recls:: clase de entrada. En recls / STL, se hicieron arreglos generales para la compilación de Unicode.
Tags:
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.
Un cambio se realizó en la recls / mapping Ruby: Recls:: combinePaths ahora puede aceptar una o ambas de las dos camino (fragmento) parámetros como Recls:: los casos de entrada. Para el parámetro de la mano izquierda, la instancia se convierte en una cadena a través de la "Recls:: Entry.path atributo". Por el derecho de parámetros de ejemplo la mano, la instancia se convierte en una cadena a través de la "Recls:: Entry.searchRelativePath atributo". Esto proporciona una notable simplificación (y comodidad) en el código de cliente cuando se trabaja con jerarquías de directorios de origen y de destino.
Tags:
Minor feature enhancements
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.