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.
Ce communiqué de s'éclaircit un bug dans la définition des types entiers atomique sur Mac OS X. Unicode (UTF-16) variantes de la bibliothèque de base et des exemples sont également fournis dans la construction pour 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 bits de compatibilité a été ajouté. Un bogue dans Recls_DeriveRelativePath (), déclenchée lorsque le chemin d'origine est la chaîne vide, a été fixée. Les tests unitaires pour le chemin de la combinaison, le chemin de compression, et en tirant des chemins relatifs ont été ajoutés. Le présent communiqué repose sur STLSoft 1.9.45 ou ultérieure.
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.
Cette version apporte des correctifs pour une manipulation correcte du répertoire racine sous Unix et d'autres correctifs pour les systèmes Unix de compilation 64-bit.
Tags:
Minor bugfixes
This release adds fixes to correct handling of the
home directory on
Unix and other fixes for Unix 64-bit compilation.
Dans le cœur, Recls_SearchFeedback () (et, partant, Recls_Search ()) a été fixée pour l'affaire lorsque les deux searchRoot et le modèle sont NULL; corrections ont été faites à la compilation Unicode. En recls / C + +, des corrections ont été apportées à un espace de noms pour les exportations des cales pour Recls:: catégorie d'entrée. En recls / STL, corrections ont été faites à la compilation 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.
Une modification a été apportée à la recls / cartographie Ruby: Recls:: combinePaths peut maintenant accepter une ou l'autre de la route de deux (fragment) paramètres comme Recls:: Les instances d'entrée. Pour la gauche paramètre-part, l'instance sera convertie en une chaîne via le "Recls:: Entry.path" attribut. Pour que le droit paramètre-part par exemple, l'instance sera convertie en une chaîne via le "Recls:: Entry.searchRelativePath" attribut. Cela permet une simplification importante (et de commodité) dans le code client quand on travaille avec des hiérarchies de répertoires source et destination.
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.