
|
Boost.Regex
History
|

|
Boost 1.33.0 Hotfix
-
Fixed broken makefiles.
-
Fixed configuration setup to allow building with VC7.1 - STLport-4.6.2 when
using /Zc:wchar_t.
-
Moved declarations class-inline in static_mutex.hpp so that SGI Irix compiler
can cope.
-
Added missing #includes to fileiter.hpp and cpp_regex_traits.hpp, this is
probably an SGI Irix specific fix.
-
Fixed a bug where non-greedy repeats could in certain strange curcumstances
repeat more times than their maximum value.
-
Fixed the value returned by basic_regex<>::empty() from a default
constructed object.
-
Changed the deffinition of regex_error to make it backwards compatible with
Boost-1.32.0.
-
Disabled external templates for Intel C++ 8.0 and earlier - otherwise
unresolved references can occur.
Boost 1.33.0.
Boost 1.32.1.
-
Fixed bug in partial matches of bounded repeats of '.'.
Boost 1.31.0.
-
Completely rewritten pattern matching code - it is now up to 10 times faster
than before.
-
Reorganized documentation.
-
Deprecated all interfaces that are not part of the
regular expression standardization proposal.
-
Added regex_iterator and
regex_token_iterator
.
-
Added support for Perl style independent sub-expressions.
-
Added non-member operators to the sub_match class,
so that you can compare sub_match's with strings, or add them to a string to
produce a new string.
-
Added experimental support for extended capture
information.
-
Changed the match flags so that they are a distinct type (not an integer), if
you try to pass the match flags as an integer rather than
match_flag_type to the regex algorithms then you will now get a compiler
error.
Revised
28 June 2004
© Copyright John Maddock 1998-
2004
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt
or copy at http://www.boost.org/LICENSE_1_0.txt)