dd5e27addb
Remove dead files.
...
Strip tabs from files.
[SVN r30003]
2005-07-12 10:08:11 +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
bbd5296b4e
Allow for NUL's.
...
[SVN r29513]
2005-06-10 10:08:40 +00:00
28285007cc
Fixes for compaq C++
...
[SVN r28931]
2005-05-15 16:14:47 +00:00
b04bc5b5b0
Calls to std::tolower/toupper should cast their argument to an unsigned char.
...
[SVN r28504]
2005-04-27 15:49:30 +00:00
de28eb9b18
1) Disabled recursive implementation for VC8: stack overflows can't be reliably detected unless the whole program is compiled with asynchronous exceptions.
...
2) Changed std::copy calls on VC8 to avoid "dangerous code" warnings.
3) Moved backreference and octal escape code into line with POSIX-extended requirements.
4) Changed match_results leftmost-longest rules to stop unnecessary std::distance computations (an optimisation for non-random access iterators).
5) Changed C lib calls to use "safe" versions of string API's where available.
6) Added many new POSIX-extended leftmost-longest tests, to verify the above.
[SVN r27880]
2005-03-30 11:38:51 +00:00
ca144bb2b3
Make it sure this compiles when there's no exception handling support.
...
[SVN r27578]
2005-03-08 17:28:45 +00:00
ecd5dd5ff3
Allow sort keys to contain nothing but a single NUL character (characters may be ignorable).
...
[SVN r27408]
2005-02-17 12:44:16 +00:00
56fadadba8
More Sunpro std::distance fixes.
...
Changed Dr John Maddock to John Maddock
[SVN r26793]
2005-01-21 17:28:42 +00:00
ca338db5ae
Removed erroneous charT references.
...
[SVN r26759]
2005-01-20 11:10:28 +00:00
8545aeb1f3
Fixed primary equivalence classes, so that delimiter based sort keys with a delim in position 0 still work.
...
[SVN r26738]
2005-01-19 11:13:53 +00:00
9781fe3150
Removed dead files.
...
Changed some asserts to BOOST_ASSERT.
Disabled collation in one test (locale dependent behaviour fails on some platforms).
[SVN r26722]
2005-01-18 12:51:26 +00:00
30acb7d2f8
Rewritten grep example program.
...
"touched" some of the sources to force regression tests to rebuild.
Split test code up some more to help msvc-stlport.
[SVN r26705]
2005-01-15 12:29:59 +00:00
71a0e020e2
merged changes in regex5 branch
...
[SVN r26692]
2005-01-13 17:06:21 +00:00
c0e6b1f5a2
mingw dll specific fixes.
...
Disable one SGI test - compiler deduces template arguments strangely.
[SVN r25270]
2004-09-20 12:31:08 +00:00
8e60fd2cb7
Added needed include (fix for RW STL on Linux)
...
[SVN r25192]
2004-09-18 10:32:45 +00:00
aebb44e507
Don't include integer_traits.hpp unless it's actually used: IBM C++ trips up otherwise.
...
[SVN r23317]
2004-07-02 10:40:53 +00:00
d310bc9835
HP aCC patches.
...
[SVN r23147]
2004-06-22 12:42:16 +00:00
9f47972bcf
Removed unneeded export specifiers
...
[SVN r22506]
2004-03-16 17:37:54 +00:00
3e60ca3481
Added tentative fix for AIX shared lib.
...
[SVN r21425]
2003-12-30 12:09:03 +00:00
65f6604b24
Only disable cpp_regex_traits<wchar_t> if we are in weird dual-wchar_t mode.
...
[SVN r21359]
2003-12-20 13:34:34 +00:00
b84b17b3c4
Added BOOST_REGEX_V3 compatibilty workarounds.
...
[SVN r21288]
2003-12-16 13:06:01 +00:00
bf9350aa16
Added new experimental captures support.
...
[SVN r21243]
2003-12-13 12:28:48 +00:00
dddfc1a63a
Refined building without /Zc:wchar_t on msvc 7 and above
...
[SVN r21147]
2003-12-05 13:01:29 +00:00
27875c1e55
Fix gcc -Wshadow warnings
...
[SVN r20857]
2003-11-19 12:57:50 +00:00
9215a04042
Mostly cgg warning suppression, plus some gcc 2.95 workarounds.
...
[SVN r20462]
2003-10-23 12:40:47 +00:00
54e9a2fbcb
Changed no-exception behaviour to call throw_exception directly so that the handler sees the actual error message.
...
[SVN r20361]
2003-10-13 11:45:11 +00:00
ab5a7a768d
Added new licence info.
...
[SVN r20254]
2003-10-04 11:29:20 +00:00
11ea8aab76
switched over to new Boost Licence
...
[SVN r20232]
2003-09-30 13:02:51 +00:00
6750cf4892
Modified wide character tests to warn not fail when no wide character support is available in the platform.
...
Modified Jamfiles to use centralised options.
Added wide character concept check.
[SVN r19318]
2003-07-26 11:22:17 +00:00
11f535596b
Added fix for SGI64 (std::messages::open appears to require a non-const reference on that platform :-( )
...
[SVN r19305]
2003-07-25 11:27:17 +00:00
e12105e591
Added casts to (unsigned char) to suppress warnings from picky compilers.
...
Changed array initialisation to take account of it's true size (bug fix).
[SVN r19087]
2003-07-12 11:51:36 +00:00
c32c644a38
Added fixes for:
...
Compilers that pretend to be Visual C++
export of memory management code
[SVN r18955]
2003-07-07 11:44:00 +00:00
f0f32bdda1
Merged regex-4 branch.
...
[SVN r18430]
2003-05-17 11:45:48 +00:00
0ed72c37e4
Fixed nasty typo
...
[SVN r18133]
2003-03-30 10:30:16 +00:00
5cf85df857
Changed name of getlocale proc to avoid HP OS clash.
...
[SVN r18079]
2003-03-25 11:43:57 +00:00
3819294ac1
Added check to verify that we have something to clean up before calling do_free
...
[SVN r18075]
2003-03-24 12:36:55 +00:00
86e5251979
Fix for broken std::setlocale implementations (MacOS X ?)
...
[SVN r17575]
2003-02-21 12:43:49 +00:00
5a65397974
Changed boost/regex/detail to boost/regex/v3
...
[SVN r16184]
2002-11-10 11:35:53 +00:00
c7c8400efa
VACPP fix
...
[SVN r15373]
2002-09-16 11:54:41 +00:00
d9694bbc1f
Fixed regex makefiles to work nice with the new boost.test lib.
...
Added tentative VACPP fix.
[SVN r15300]
2002-09-13 11:52:11 +00:00
38b55d0db8
Added missing break statements
...
[SVN r15078]
2002-08-24 11:25:01 +00:00
bed785ad19
Added GCC warning suppression
...
[SVN r15022]
2002-08-21 11:05:30 +00:00
1ad6328d33
Added BOOST_NO_STD_WSTREAMBUF guard
...
[SVN r14491]
2002-07-17 11:39:15 +00:00
0575e50ddb
Changed template function overload to wchar_t overload.
...
[SVN r14138]
2002-06-13 10:30:46 +00:00
b856079e74
Added C++ Builder 6 binary compatibilty fixes,
...
Updated gcc makefiles to build archive index.
[SVN r14088]
2002-06-06 11:33:46 +00:00
998f94ffe9
vc7 warning suppression.
...
[SVN r14064]
2002-05-30 11:07:55 +00:00
992eb043af
Config updates/patches
...
[SVN r13973]
2002-05-18 11:33:30 +00:00
752c43f9d4
Bug fix: changed int to std::ptrdiff_t
...
[SVN r13572]
2002-04-27 10:38:47 +00:00
976fb02a1b
Moved some key template instances into the lib and out of user code.
...
Updated makefiles:
renamed lib files with new more systematic naming convention.
Added bcb6 support.
Rewritten automatic lib selection.
Updated copyright declarations.
[SVN r13557]
2002-04-24 10:50:23 +00:00