jzmaddock
a550507517
Update installation instructions for icu.
...
Regenerate docs.
Fixes: https://github.com/boostorg/regex/issues/89 .
2019-10-26 10:51:25 +01:00
jzmaddock
5456180bb3
Update docs for latest fixed issues.
2017-02-24 13:14:48 +00:00
jzmaddock
90412e733d
Update history.
2016-08-22 12:50:15 +01:00
jzmaddock
1101c0be6a
Update library history.
2016-06-10 17:59:12 +01:00
jzmaddock
9059bfb5c6
Fix case-sensitivity change behaviour.
...
See https://svn.boost.org/trac/boost/ticket/11205 .
Update docs to match.
2016-03-14 19:22:18 +00:00
jzmaddock
05dc9f4a44
Update docs.
2016-01-10 18:44:51 +00:00
jzmaddock
2a5a5f3825
Document changes.
2015-10-05 19:13:04 +01:00
jzmaddock
3c8ecc2b35
Update history.
2015-02-14 13:21:37 +00:00
jzmaddock
406b2a9aa1
Apply patch from https://svn.boost.org/trac/boost/ticket/10682
2014-10-21 09:15:40 +01:00
jzmaddock
4da55ec468
Doc update.
2014-05-23 13:16:30 +01:00
jzmaddock
f1aa75af2c
Add checks for invalid UTF-8 sequences, see: https://svn.boost.org/trac/boost/ticket/9473
2013-12-19 10:48:06 +00:00
jzmaddock
0983ff065e
Fix generic mutex usage, see https://svn.boost.org/trac/boost/ticket/9461 .
2013-12-18 18:15:41 +00:00
jzmaddock
b9b3966fd2
Update history and version number, regenerate docs.
2013-12-18 17:25:26 +00:00
jzmaddock
e5bbcac3da
Fix typos from https://svn.boost.org/trac/boost/ticket/9283 and update history.
2013-12-14 17:42:13 +00:00
John Maddock
4d596d33f4
Document bug fix. Regenerate docs.
...
Refs #8569 .
[SVN r84460]
2013-05-24 12:07:30 +00:00
John Maddock
e2632f2f2f
Suppress GCC warning and update History log.
...
Regenerate docs.
Fixes #7644 .
[SVN r81620]
2012-11-29 10:28:07 +00:00
John Maddock
ab6b0d9971
Fix begin() and end() members and add tests.
...
Fixes #6346 .
[SVN r79340]
2012-07-07 18:36:25 +00:00
John Maddock
3bfba1a7cf
Fix regex_iterator and regex_replace to do what grep/sed do for multiple repeats when matching in POSIX mode.
...
Fixes #589 .
[SVN r79339]
2012-07-07 18:08:01 +00:00
John Maddock
b45d6bb70c
Fix issue with (?!) not being a valid expression. Update tests and docs to match.
...
[SVN r77602]
2012-03-28 12:00:34 +00:00
John Maddock
806a0ed81a
Fix typos.
...
Refs #6003 .
[SVN r76138]
2011-12-24 17:31:27 +00:00
John Maddock
56b4ff40cb
Update fixed issues in docs.
...
[SVN r74965]
2011-10-16 12:25:52 +00:00
John Maddock
c918ac94ef
Update history and regenerate docs.
...
[SVN r71498]
2011-04-26 09:16:02 +00:00
John Maddock
e7a6721d98
Update docs to reflect fixes for next release.
...
Fixes #5223 .
[SVN r69776]
2011-03-09 18:16:05 +00:00
John Maddock
73030b500e
Update docs to match all the fixes applied to 1.44.
...
[SVN r64054]
2010-07-15 17:18:25 +00:00
Daniel James
1feaf060f9
A couple of link fixes.
...
[SVN r63153]
2010-06-20 18:04:58 +00:00
John Maddock
132c39a42c
Update regex_match requirements.
...
Fixes #4215 .
[SVN r61976]
2010-05-15 09:15:20 +00:00
John Maddock
f7e16093de
Update version history.
...
[SVN r58540]
2009-12-28 12:57:20 +00:00
John Maddock
35c63fc141
Fix -Wshadow gcc warnings.
...
Update and regenerate docs.
Fixes #3718 .
[SVN r58154]
2009-12-05 12:15:20 +00:00
John Maddock
a83329dd28
Allow std::locale's to not have a messages facet installed (fixes some STLPort issues).
...
Allow match_results to handle singular iterators.
Update docs to match.
[SVN r57860]
2009-11-23 10:45:44 +00:00
John Maddock
6e1f3dcceb
Improved error messages generated for thrown exceptions.
...
Suppressed "gcc -Wall -Wextra -pedantic" and "msvc /W4" warnings.
Updated and rebuilt docs.
[SVN r57451]
2009-11-07 15:32:45 +00:00
John Maddock
898b49fa89
Fixes #3389 .
...
Updated and regenerated docs.
[SVN r57254]
2009-10-30 18:45:41 +00:00
John Maddock
308c336700
Added support for function objects as well as strings when formatting.
...
Updated and regenerated docs.
[SVN r57250]
2009-10-30 17:25:12 +00:00
John Maddock
66b633b417
Added support for (?(DEFINE) blocks and updated the docs accordingly.
...
Added support for ICU libraries which may be named icui18n.lib on some Win32 platforms.
[SVN r55267]
2009-07-29 17:11:56 +00:00
John Maddock
e4b31ea37f
Empty expressions, and empty alternatives are now
...
allowed when using the Perl regular expression syntax. This change has
been added for Perl compatibility, when the new [syntax_option_type]
['no_empty_expressions] is set then the old behaviour is preserved and
empty expressions are prohibited. This is issue
[@https://svn.boost.org/trac/boost/ticket/1081 #1081 ].
Fixes #1081 .
[SVN r50374]
2008-12-23 19:06:04 +00:00
John Maddock
b4152cd74d
Fix gcc warnings from ICU wrappers.
...
Add optional support for marked sub-expression location information.
Add support for ${n} in format replacement text.
Fixes #2556 .
Fixes #2269 .
Fixes #2514 .
[SVN r50370]
2008-12-23 11:46:00 +00:00
John Maddock
f11333d352
Added license info.
...
[SVN r40900]
2007-11-07 18:26:11 +00:00
John Maddock
5f96b68080
Initial commit of quickbook conversion of docs.
...
[SVN r37942]
2007-06-08 09:13:34 +00:00