1de4cd12f5
Fix for trailing '-' in range expressions.
...
[SVN r31510]
2005-10-31 11:09:13 +00:00
d79fe676e9
Updated tests to reflect recent fixes.
...
Fixed a problem where some invalid expressions would either be accepted, or worse crash.
Changed error code for unsupported lookbehind assertions.
[SVN r31350]
2005-10-16 18:12:59 +00:00
15504c263f
Fix bug that allows some partial matches to go undetected.
...
[SVN r31302]
2005-10-12 14:33:21 +00:00
4ea7e99509
Ensure code is -W4 clean on VC++.
...
Remove unneeded parameters from one function.
Change casts so they actually work correctly on Win64 platforms.
[SVN r31284]
2005-10-11 14:27:56 +00:00
68ddd5edba
Quote pathnames for ICU and STLport.
...
[SVN r31262]
2005-10-10 16:29:30 +00:00
aea2be86a9
Enabled negated character classes inside character sets.
...
[SVN r31053]
2005-09-20 12:01:25 +00:00
02970ab6e0
Have to exclude STLport from some explicit instantiations.
...
[SVN r31008]
2005-09-16 12:29:15 +00:00
3cf5b271aa
Fixed remaining zero-width assertion issues.
...
Added separate file instantiation of ICU support templates.
Ensured code is STLport debug mode clean.
[SVN r30980]
2005-09-14 12:20:41 +00:00
22171f9070
Try and fix errors unique to gcc-3.3 on darwin.
...
[SVN r30856]
2005-09-07 17:00:57 +00:00
6cc19e7564
Ported ICU integration code to VC6/7.
...
Added some needed std lib #includes.
Reworked gcc separate file template instantiation code.
[SVN r30791]
2005-09-03 11:13:28 +00:00
1c9d3f7499
Added config and header include changes needed to support MSVC + STLport 5.0.
...
[SVN r30701]
2005-08-27 10:25:15 +00:00
dd082f96c0
Gcc warning suppression.
...
[SVN r30673]
2005-08-25 17:26:08 +00:00
77e5994fed
gcc+stlport fix.
...
[SVN r30668]
2005-08-25 12:57:20 +00:00
160420223c
Disabled support for external templates with Intel 8.0 and earlier (it leads to unresolved externals).
...
[SVN r30643]
2005-08-24 09:59:14 +00:00
61a387ab4d
Made regex_error backwards compatible with Boost-1.32.
...
[SVN r30623]
2005-08-22 10:56:15 +00:00
6f4bae9ef5
Updated History.
...
Added additional tests for regexes that are supposed to be empty.
Added additional test cases for non-greedy repeats.
[SVN r30605]
2005-08-19 16:12:45 +00:00
676e58601e
Fixed VC7.1-STLport config setup so it works with /Zc:wchar_t
...
Re-ordered code in static_mutex.hpp to satisfy SGI IRIX.
Added some additional #includes to satisfy SGI Irix.
Fixed strange bug where some non-greedy repeats could repeat more times than permitted.
Fixed return value from basic_regex<>::empty().
Fixed return value from basic_regex<>::expression() and basic_regex<>::size() when the expression is invalid.
[SVN r30604]
2005-08-19 16:10:11 +00:00
b16a3f252a
Fix the makefiles:
...
Remove references to files that no longer exist.
Fix VC7.1 and VC8 setup code.
[SVN r30594]
2005-08-16 17:32:30 +00:00
fc31643254
fixed broken links
...
[SVN r30423]
2005-08-03 20:11:21 +00:00
3ee662fa1a
fixed broken links
...
[SVN r30421]
2005-08-03 19:43:36 +00:00
c58c45e55b
This commit was manufactured by cvs2svn to create branch 'RC_1_33_0'.
...
[SVN r30300]
2005-07-28 18:22:24 +00:00
9ce6ff7205
Updated history.
...
[SVN r30113]
2005-07-15 16:32:50 +00:00
bb0ae0940e
min/max usage.
...
[SVN r30036]
2005-07-13 09:38:57 +00:00
6581468288
Fixed broken links.
...
Fixed min/max references.
[SVN r30005]
2005-07-12 12:39:56 +00:00
dd5e27addb
Remove dead files.
...
Strip tabs from files.
[SVN r30003]
2005-07-12 10:08:11 +00:00
1991c202ed
Remove dead files.
...
Strip tabs from files.
Fix MSVC-specific workaround that doesn't work on Win64.
[SVN r30002]
2005-07-12 09:49:21 +00:00
4781768515
Workaround for Tru64/CXX to avoid multiple definitions of static variables.
...
[SVN r29907]
2005-07-06 13:08:39 +00:00
6025be01c1
Disable three specific unicode tests for Tru64 which are failing badly.
...
[SVN r29905]
2005-07-06 13:00:01 +00:00
f353225685
Fix gcc warnings, and use the correct facet!
...
[SVN r29831]
2005-06-28 15:31:33 +00:00
b2e8ee918f
Change constant values to avoid clash with gcc-4 on Darwin.
...
[SVN r29727]
2005-06-22 09:50:29 +00:00
6064aa15cb
Made some member public to keep early EDG compilers happy.
...
[SVN r29704]
2005-06-20 11:48:37 +00:00
bc6504eda9
Fix for compilers not implementing the resolution to DR45.
...
[SVN r29699]
2005-06-20 09:22:49 +00:00
8a01dedb52
New vc8 makefile needs to use correct lib name mangling.
...
Update installation docs for makefiles.
Update regression test makefiles.
[SVN r29678]
2005-06-18 16:55:01 +00:00
35bf922e17
Improve ICU configuration.
...
Update makefiles.
Add VC8 makefile.
[SVN r29658]
2005-06-17 16:37:41 +00:00
ec74461c36
Undo previous Borland fix, it turns out not to be standards conforming!
...
[SVN r29657]
2005-06-17 16:35:38 +00:00
799901aafc
Fixes to suppress VC7.1 warnings: just rename a few variables to work around the issue.
...
[SVN r29652]
2005-06-17 11:18:05 +00:00
c18e751bfc
Fix for compilers that define BOOST_NO_STD_MESSAGES.
...
[SVN r29651]
2005-06-17 11:16:56 +00:00
a87dad5cc8
Improved ICU handling.
...
Brought auto-link test Jamfile up to date.
[SVN r29526]
2005-06-11 14:21:21 +00:00
bbd5296b4e
Allow for NUL's.
...
[SVN r29513]
2005-06-10 10:08:40 +00:00
9e9fc27dc6
Apply patches to regex_iteraor/regex_token_iterator to the unicode iterators as well.
...
[SVN r29512]
2005-06-10 10:07:49 +00:00
a97324c1c4
Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5.
...
[SVN r29487]
2005-06-09 00:52:17 +00:00
90b647cdd7
Fix gcc-2.95 compatibility, and supress new warnings from gc-4.0 in protected_call.
...
[SVN r29407]
2005-06-03 16:10:54 +00:00
80eb2c2bee
Updated history, and added format_literal documentation.
...
[SVN r29378]
2005-06-02 15:55:55 +00:00
ab8f05f2a1
Updated list of macros to print.
...
[SVN r29317]
2005-05-31 09:46:18 +00:00
7a525369cc
Removed unsupported file.
...
Updated macro list in user.hpp.
[SVN r29316]
2005-05-31 09:45:35 +00:00
69723060e5
Updated build information to make it clear that ICU support is optional.
...
[SVN r29253]
2005-05-28 11:50:09 +00:00
a56990d55a
Internalise Boost.Test dependency.
...
[SVN r29100]
2005-05-20 15:35:44 +00:00
8aad9e15af
Removed VC8 workaround: it's been fixed in Beta 2.
...
[SVN r29068]
2005-05-19 17:03:09 +00:00
c2de12f113
Disable features that HP aCC can't cope with (gets basic regression tests passing with aCC).
...
[SVN r29032]
2005-05-18 11:44:12 +00:00
3022a819e6
Don't try and parse thousands separators in number strings (VC8 bug).
...
[SVN r29031]
2005-05-18 11:43:02 +00:00