|
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 |
|
|
33b6eb0637
|
Renamed member functions "free" to prevent conflict with system macro.
[SVN r11380]
|
2001-10-13 10:19:01 +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 |
|
|
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 |
|
|
1d473147fd
|
commit of split-config, including any changes required to existing libraries (mainly regex).
[SVN r11138]
|
2001-09-18 11:13:39 +00:00 |
|
|
a4912a834e
|
Fixed initialisation order warnings (gcc)
[SVN r10887]
|
2001-08-18 10:22:53 +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 |
|
|
50c4d1e6ca
|
Fixed some purify errors (unitialised reads)
[SVN r10712]
|
2001-07-28 11:22:28 +00:00 |
|
|
3045723a54
|
Added std:: prefix to some size_t's
[SVN r10463]
|
2001-06-28 11:44:36 +00:00 |
|
|
330d46f306
|
regex point release (minor compatiblity fixes)
[SVN r10245]
|
2001-05-30 11:36:49 +00:00 |
|
|
0ef48255a7
|
Fixed problems that occur when regex has invalid or unititalised expression.
[SVN r10231]
|
2001-05-26 11:57:25 +00:00 |
|
|
f913683002
|
Fixed some issues with calling conventions for Borland/Microsoft compilers
[SVN r10114]
|
2001-05-15 11:00:01 +00:00 |
|
|
efd0ce56bc
|
reorganised regex config setup
[SVN r10064]
|
2001-05-08 11:24:35 +00:00 |
|
|
a92faf9d3d
|
regex point release
[SVN r9834]
|
2001-04-18 11:35:32 +00:00 |
|
|
ab16e6c6c0
|
updated regex directory structure
[SVN r9765]
|
2001-04-12 11:14:59 +00:00 |
|
|
b8adb4df00
|
regex updates: compatability fixes for Como and sunpro compilers
[SVN r9642]
|
2001-03-26 11:09:49 +00:00 |
|
|
f5368b7666
|
Fixed header include: should have included <boost/type_traits/cv_traits.hpp>
[SVN r9537]
|
2001-03-10 11:24:11 +00:00 |
|
|
c126ed4b87
|
regex: tweeked type_traits usage to reduce header dependencies
[SVN r9519]
|
2001-03-09 11:51:44 +00:00 |
|
|
15142ddf9d
|
Misc fixes that missed the last commit..
[SVN r9402]
|
2001-03-04 11:08:29 +00:00 |
|
|
ee8c9873bc
|
Updates for better partial match support, and to ensure that that the POSIX API functions are able to return the correct error code.
[SVN r9392]
|
2001-03-03 11:28:50 +00:00 |
|
|
8872307cb1
|
regex Intel C++ fix...
[SVN r9251]
|
2001-02-18 12:03:08 +00:00 |
|
|
25d57dbe3e
|
Fixed minor typedef typo
[SVN r9226]
|
2001-02-16 12:03:48 +00:00 |
|
|
d754f23bcf
|
regex configuration tweeks, and point release.
[SVN r9225]
|
2001-02-16 11:26:21 +00:00 |
|
|
31c5b449bb
|
FIXED: Signed/unsigned conversions in regex_compile.hpp and regex_format.hpp
ADDED: Forwarder functions to match_results.
FIXED: More errors from Como in strict mode.
[SVN r8826]
|
2001-01-31 11:39:04 +00:00 |
|
|
328e0b5561
|
regex: fixes for Como in strict mode
[SVN r8655]
|
2001-01-20 12:57:47 +00:00 |
|
|
e927090ba0
|
regex: Irix fixes and point release
[SVN r8653]
|
2001-01-20 12:23:51 +00:00 |
|
|
36e4289aaa
|
Regex point release 3.02
[SVN r8226]
|
2000-11-16 11:29:03 +00:00 |
|
|
4378b06e43
|
Updated regex code with tentative support for partial matches
[SVN r8160]
|
2000-11-09 11:24:58 +00:00 |
|
|
209636b869
|
compiler specific fixes (mostly MWCW)
[SVN r8032]
|
2000-10-24 11:53:07 +00:00 |
|
|
74ca42eb88
|
regex regression test fixes
[SVN r8030]
|
2000-10-21 11:18:50 +00:00 |
|
|
c9cfe5a906
|
more post submission fixes for regex
[SVN r7855]
|
2000-09-27 12:06:41 +00:00 |
|
|
fc0bf318a2
|
fix grievious missing std:: qualification
[SVN r7852]
|
2000-09-27 01:47:03 +00:00 |
|
|
116efaa69a
|
add streaming for syntax_element_type to suppress warnings
[SVN r7846]
|
2000-09-26 15:47:45 +00:00 |
|
|
58a5836642
|
Initial boost-regex++ release
[SVN r7845]
|
2000-09-26 11:48:28 +00:00 |
|