Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - recls 1.6.2 released - recls's been on a diet
================================================================================ 23rd May 2005 : recls 1.6.1 => 1.6.2 -------------------------------------------------------------------------------- Changes: - Header files in the old mappings/Cpp directory now redirect to <recls/cpp/search.hpp>, <recls/cpp/entry.hpp>, etc. - Java mapping now uses the STLSoft sub-project PlatformSTL - Java, Python and Ruby mappings now use new STLSoft C-compatible components, i.e. <winstl/time_conversion_functions.h> - The implementation is significantly refactored, to reduce source and binary sizes, as described in the July instalment of the "Positive Integration" column in C/C++ Users Journal (http://www.cuj.com) ================================================================================ May 23 2005
Two questions: 1) Is it going into phobos? 2) I browsed the std.recls documentation and noticed the Entry class is generic enough to be moved to std.file or something. Any plans for that? Also the top-level functions (eg "getPathNameSeparator") in std.recls don't look to be recls-specific. "Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:d6s1t6$kg0$1 digitaldaemon.com...================================================================================ 23rd May 2005 : recls 1.6.1 => 1.6.2 -------------------------------------------------------------------------------- Changes: - Header files in the old mappings/Cpp directory now redirect to <recls/cpp/search.hpp>, <recls/cpp/entry.hpp>, etc. - Java mapping now uses the STLSoft sub-project PlatformSTL - Java, Python and Ruby mappings now use new STLSoft C-compatible components, i.e. <winstl/time_conversion_functions.h> - The implementation is significantly refactored, to reduce source and binary sizes, as described in the July instalment of the "Positive Integration" column in C/C++ Users Journal (http://www.cuj.com) ================================================================================ May 23 2005
"Ben Hinkle" <bhinkle mathworks.com> wrote in message news:d6tcca$1us5$1 digitaldaemon.com...Two questions: 1) Is it going into phobos? May 23 2005
|