|
5613d77433
|
Changed all pointer casts to either static_cast or reinterpret_cast as appropriate.
[SVN r12574]
|
2002-01-30 12:16:28 +00:00 |
|
|
c07c4e0a11
|
Added support for forward lookahead asserts.
[SVN r12455]
|
2002-01-23 12:42:31 +00:00 |
|
|
e4138b5bdc
|
Added members RegEx::Match and RegEx::npos.
[SVN r12243]
|
2002-01-07 13:02:37 +00:00 |
|
|
534f6273c0
|
No longer throws on copy-construct
asserts when applying fixups (invariant checks) added
[SVN r12242]
|
2002-01-07 13:01:31 +00:00 |
|
|
edbc68df6c
|
Updated to reflect changes in STLport-4.5
[SVN r11970]
|
2001-12-07 12:14:56 +00:00 |
|
|
372a07902e
|
Made string_compare functions inline (they should have been all along).
[SVN r11952]
|
2001-12-06 12:39:31 +00:00 |
|
|
7104418bd5
|
* Changed BOOST_RE_THREADS to BOOST_HAS_THREADS,
* Updated allocator code to use SGI node based allocator when available.
[SVN r11829]
|
2001-11-30 11:58:04 +00:00 |
|
|
72c3b4ed13
|
Fix for broken split (doesn't spit out all sub expressions).
[SVN r11716]
|
2001-11-16 12:24:40 +00:00 |
|
|
6cc5cf41d5
|
Trivial fix for signed/unsigned comparison
[SVN r11715]
|
2001-11-16 12:24:01 +00:00 |
|
|
19d8e96cf5
|
Added workaround for Rogue Wave lib bug.
[SVN r11391]
|
2001-10-16 11:36:47 +00:00 |
|
|
33b6eb0637
|
Renamed member functions "free" to prevent conflict with system macro.
[SVN r11380]
|
2001-10-13 10:19:01 +00:00 |
|
|
a042a0b6de
|
Removed spurious MSVC pragma
[SVN r11369]
|
2001-10-09 11:25:43 +00:00 |
|
|
f16f300347
|
Fixed inclusion of windows.h
[SVN r11356]
|
2001-10-08 11:32:22 +00:00 |
|
|
fe45d5bf4a
|
Tweeked regex version number to reference <boost/version.hpp>
[SVN r11309]
|
2001-09-30 10:30:14 +00:00 |
|
|
4dd87c299f
|
Fixed iterator definition
[SVN r11299]
|
2001-09-28 11:33:25 +00:00 |
|
|
3d3f591516
|
Fixed partial ordering macro names
[SVN r11298]
|
2001-09-28 11:08:33 +00:00 |
|
|
4922ae784f
|
Fixed messed up c_regex_traits from previous commit, fixed Koenig lookup bug caused by presence of boost::re_detail::destroy
[SVN r11249]
|
2001-09-25 11:48:21 +00:00 |
|
|
007c0da3b2
|
Add a workaround for platforms where <ctype.h> has macros only.
[SVN r11235]
|
2001-09-24 19:34:15 +00:00 |
|
|
3fb0375da4
|
Another attempt to fix the WinXP character class problems
[SVN r11216]
|
2001-09-23 12:02:28 +00:00 |
|
|
0cef054b31
|
change missed occasion of BOOST_RE_NO_SWPRINTF -> BOOST_NO_SWPRINTF
[SVN r11205]
|
2001-09-22 15:24:10 +00:00 |
|
|
1647dd908e
|
Added missing typename qualifier
[SVN r11165]
|
2001-09-20 11:45:48 +00:00 |
|
|
187208adf5
|
First round of config fixes
[SVN r11146]
|
2001-09-19 11:48:51 +00:00 |
|
|
30e9920147
|
remove stray \r
[SVN r11143]
|
2001-09-18 21:53:41 +00:00 |
|
|
1d473147fd
|
commit of split-config, including any changes required to existing libraries (mainly regex).
[SVN r11138]
|
2001-09-18 11:13:39 +00:00 |
|
|
1be8e9241b
|
Previous update broke non-win32 support, now fixed.
[SVN r11094]
|
2001-09-11 11:06:44 +00:00 |
|
|
b9628e449d
|
Fixed do that code compiles on Win32 with _UNICODE defined
[SVN r11069]
|
2001-09-08 12:01:30 +00:00 |
|
|
a4912a834e
|
Fixed initialisation order warnings (gcc)
[SVN r10887]
|
2001-08-18 10:22:53 +00:00 |
|
|
88a6779e8b
|
Fixed WinXP problems
[SVN r10842]
|
2001-08-11 11:50:34 +00:00 |
|
|
5749937f26
|
Fixed some WinXP problems
[SVN r10841]
|
2001-08-11 11:49:19 +00:00 |
|
|
a06c964cab
|
Spell things consistently. Add some bits of Mac stuff to the tests.
Use std::size_t where needed.
[SVN r10800]
|
2001-08-07 17:22:02 +00:00 |
|
|
77f76889f8
|
Minor purify error fixes
[SVN r10713]
|
2001-07-28 11:23:09 +00:00 |
|
|
50c4d1e6ca
|
Fixed some purify errors (unitialised reads)
[SVN r10712]
|
2001-07-28 11:22:28 +00:00 |
|
|
e7b8b5712d
|
Fixed nasty bug, where some invalid expressions caused access violations.
[SVN r10688]
|
2001-07-22 10:26:54 +00:00 |
|
|
9bbca4613c
|
Fix bad patch I sent to John that makes Metrowerks compiles fail.
[SVN r10521]
|
2001-07-03 21:43:51 +00:00 |
|
|
01575dccbd
|
Added some missing std:: prefixes and fixed Metroworks 7 support
[SVN r10464]
|
2001-06-28 11:45:22 +00:00 |
|
|
3045723a54
|
Added std:: prefix to some size_t's
[SVN r10463]
|
2001-06-28 11:44:36 +00:00 |
|
|
d36070e4cd
|
Added dec alpha fix for missing LC_MESSAGES category
[SVN r10418]
|
2001-06-25 11:26:20 +00:00 |
|
|
1acfee5702
|
Updated for intel compiler support
[SVN r10304]
|
2001-06-10 11:06:12 +00:00 |
|
|
330d46f306
|
regex point release (minor compatiblity fixes)
[SVN r10245]
|
2001-05-30 11:36:49 +00:00 |
|
|
60659c5d84
|
Added BeOS threading support, tweeked STLPort detection.
[SVN r10235]
|
2001-05-28 11:48:06 +00:00 |
|
|
1444ac208f
|
minor cygwin config fix
[SVN r10234]
|
2001-05-27 11:08:48 +00:00 |
|
|
c0a8361373
|
Fixed purify warings about access to unitialised memory
[SVN r10232]
|
2001-05-26 11:58:19 +00:00 |
|
|
0ef48255a7
|
Fixed problems that occur when regex has invalid or unititalised expression.
[SVN r10231]
|
2001-05-26 11:57:25 +00:00 |
|
|
bfb3ccc907
|
regex: fixed iterator definition so that it passes the SGI/boost concept checks.
[SVN r10214]
|
2001-05-24 10:35:34 +00:00 |
|
|
04b11fdd1c
|
Added support for "format_first_only" new format flag
[SVN r10119]
|
2001-05-17 11:55:55 +00:00 |
|
|
f466b2ad2a
|
Minor regex config changes, fixed KMP search code.
[SVN r10115]
|
2001-05-15 12:00:33 +00:00 |
|
|
f913683002
|
Fixed some issues with calling conventions for Borland/Microsoft compilers
[SVN r10114]
|
2001-05-15 11:00:01 +00:00 |
|
|
a58bf0705d
|
Added missing BOOST_RE_CALL declarators to c_regex_traits
tweeked BOOST_RE_CALL definition
[SVN r10100]
|
2001-05-12 10:41:19 +00:00 |
|
|
f6fd177e2a
|
Added missing BOOST_RE_CALL modifier
[SVN r10091]
|
2001-05-11 11:30:32 +00:00 |
|
|
9f051ee667
|
Added some missing BOOST_RE_CALL macros
[SVN r10090]
|
2001-05-11 11:28:11 +00:00 |
|