John Maddock
|
9219aa0b5b
|
Merge inspection report fixes from Trunk: remove tabs.
[SVN r49285]
|
2008-10-11 16:18:15 +00:00 |
|
John Maddock
|
a2eccc999c
|
Fix inspection report issues: remove tabs.
[SVN r49284]
|
2008-10-11 16:07:45 +00:00 |
|
John Maddock
|
545993d3eb
|
Suppress configuration messages when not actually building the regex lib.
[SVN r49065]
|
2008-09-30 10:54:38 +00:00 |
|
John Maddock
|
5471176846
|
Merge changes from Trunk ready for 1.37.
[SVN r48796]
|
2008-09-16 11:54:24 +00:00 |
|
John Maddock
|
d70f98e658
|
Fixes #2306.
Change "id" to "state_id".
[SVN r48751]
|
2008-09-12 12:40:23 +00:00 |
|
John Maddock
|
18623d00af
|
Fix Jamfile logic: BOOST_REGEX_ICU_OPTS needs to be a list not a string.
[SVN r48574]
|
2008-09-04 08:36:34 +00:00 |
|
John Maddock
|
30074a601a
|
Add /usr/local/include to the list of include paths for ICU on FreeBSD.
[SVN r48454]
|
2008-08-29 17:11:18 +00:00 |
|
John Maddock
|
4212c0d915
|
Update TR1 library to cope with GCC-4.3 in C++0x mode, and in TR1 mode.
Updated regex concepts to match the TR1.
Added "tricky" cmath_test to test for the functions Boost doesn't implement.
[SVN r48413]
|
2008-08-28 11:02:59 +00:00 |
|
John Maddock
|
1297f92b8a
|
Tentative fix for issue #2244: ICU uses wchar_t as UCHAR whenever sizeof(wchar_t) == 2.
[SVN r48312]
|
2008-08-23 11:40:58 +00:00 |
|
John Maddock
|
cb5443477b
|
Fix for VC8 without the service pack.
[SVN r48220]
|
2008-08-19 15:54:39 +00:00 |
|
John Maddock
|
1012d28c32
|
Fix for issue #2188.
[SVN r48185]
|
2008-08-17 11:15:07 +00:00 |
|
John Maddock
|
3a15c301db
|
Disable MSVC std lib workarounds if we're really using STLPort or Apache/RW std lib.
[SVN r47880]
|
2008-07-30 09:35:44 +00:00 |
|
John Maddock
|
756a875620
|
Merge doc fixes from trunk.
[SVN r47798]
|
2008-07-25 09:58:49 +00:00 |
|
John Maddock
|
546dd9f6fb
|
Fixes #1940.
[SVN r47795]
|
2008-07-25 09:28:01 +00:00 |
|
John Maddock
|
be28ad44c7
|
Tentative fix for some VC failures.
[SVN r47542]
|
2008-07-18 11:29:50 +00:00 |
|
John Maddock
|
b7d906dff5
|
Fixes #2097.
[SVN r47320]
|
2008-07-11 18:00:41 +00:00 |
|
John Maddock
|
6eb35e2cf1
|
Fixes #2097.
[SVN r47319]
|
2008-07-11 18:00:15 +00:00 |
|
John Maddock
|
a08e8b5c85
|
Merge changes from Trunk.
[SVN r47307]
|
2008-07-11 11:49:03 +00:00 |
|
Daniel James
|
831156d759
|
Replace a couple of non-ascii symbols.
[SVN r46943]
|
2008-07-01 09:58:27 +00:00 |
|
John Maddock
|
d7d38da27f
|
Changed POSIX API functions to use the global C locale.
Fixes #1446.
[SVN r46170]
|
2008-06-05 17:07:42 +00:00 |
|
John Maddock
|
31b68369ae
|
Patch for VC9 explicit template instantiation.
Fixes #1959.
[SVN r46077]
|
2008-06-03 12:52:55 +00:00 |
|
John Maddock
|
4c105a90a1
|
Changed behaviour of \B so that it succeeds when the neither adjacent character is a word character.
[SVN r45354]
|
2008-05-14 11:19:58 +00:00 |
|
John Maddock
|
8928c7737e
|
Added needed #includes to source files.
[SVN r45353]
|
2008-05-14 11:14:30 +00:00 |
|
John Maddock
|
3704b9c595
|
Fixes for issue #1871 that prevents duplicate symbol errors with VC++ compilers, when building with /Zc:wchar_t-.
[SVN r44842]
|
2008-04-28 11:07:14 +00:00 |
|
John Maddock
|
5fdf2752ae
|
Add explicit type cast to fix GCC-C++0X mode error.
[SVN r44437]
|
2008-04-15 17:50:11 +00:00 |
|
John Maddock
|
c7dda1b549
|
Fix doc typo from issue #1794.
[SVN r44169]
|
2008-04-11 08:53:54 +00:00 |
|
John Maddock
|
6e9b9a7995
|
Doh! Changes to code should actually compile!
A fix for the last change.
[SVN r44145]
|
2008-04-10 12:46:41 +00:00 |
|
John Maddock
|
e5bc36d7c9
|
Fix for bug #1790.
[SVN r44128]
|
2008-04-09 15:32:08 +00:00 |
|
Daniel James
|
9546df1f23
|
Rebuild a lot of documentation.
[SVN r43650]
|
2008-03-16 11:38:32 +00:00 |
|
John Maddock
|
c9d1a42e05
|
Added missing files.
[SVN r43632]
|
2008-03-15 18:19:11 +00:00 |
|
John Maddock
|
b39edff796
|
Added missing files.
[SVN r43631]
|
2008-03-15 18:18:41 +00:00 |
|
John Maddock
|
788c8a8470
|
Merged doc fixes from Trunk.
[SVN r43352]
|
2008-02-21 13:23:29 +00:00 |
|
John Maddock
|
e32c5d0888
|
Added link to PDF docs, and regenerated.
[SVN r43351]
|
2008-02-21 12:58:15 +00:00 |
|
John Maddock
|
c527b20062
|
Merge fix fix for inspect issue.
[SVN r43149]
|
2008-02-07 10:27:23 +00:00 |
|
John Maddock
|
370c429bd6
|
Added comment to suppress inspect warning.
[SVN r43148]
|
2008-02-07 10:24:29 +00:00 |
|
John Maddock
|
0915f19c03
|
Extended leading repeat optimization to more cases.
[SVN r42992]
|
2008-01-27 18:43:35 +00:00 |
|
John Maddock
|
37040f4bfd
|
Applies fix for issue #1598: added missing #include.
[SVN r42929]
|
2008-01-23 16:08:44 +00:00 |
|
John Maddock
|
a65bccab1c
|
Merge TR1 patches for VC9 + MS TR1 implementation from main Trunk.
[SVN r42761]
|
2008-01-14 13:47:39 +00:00 |
|
John Maddock
|
2cbd1c8882
|
Patch regex concept checks and TR1 library to work with VC9 + MS TR1 feature pack.
[SVN r42751]
|
2008-01-14 13:17:09 +00:00 |
|
John Maddock
|
8fffb1250e
|
Fix doc typos.
[SVN r42748]
|
2008-01-14 10:06:29 +00:00 |
|
John Maddock
|
37cd93fc82
|
Fix documentation typos.
[SVN r42747]
|
2008-01-14 09:58:36 +00:00 |
|
John Maddock
|
069e845239
|
Merge bug fixes from main Trunk: these fix security issues reported by Will Drewry.
[SVN r42746]
|
2008-01-14 09:53:42 +00:00 |
|
John Maddock
|
b1af72fd23
|
Ooops, fix broken escape sequence.
[SVN r42745]
|
2008-01-14 09:46:12 +00:00 |
|
John Maddock
|
299086b99c
|
Fix bugs reported by Will Drewry: certain invalid regexes can cause the library to access invalid memory, changed to ensure that the correct exception is thrown long before this happens.
[SVN r42674]
|
2008-01-11 09:55:43 +00:00 |
|
John Maddock
|
07eaac9e0e
|
Fix typos.
[SVN r42455]
|
2008-01-04 16:54:35 +00:00 |
|
John Maddock
|
79d7e84f26
|
Merged typo fixes from trunk.
[SVN r42026]
|
2007-12-14 10:16:35 +00:00 |
|
John Maddock
|
71fdd5eb44
|
Fix typos reported by Sebastian Pipping.
[SVN r42025]
|
2007-12-14 10:11:21 +00:00 |
|
John Maddock
|
45891854d9
|
Merged fixes for #1471 (warning suppression).
[SVN r41974]
|
2007-12-11 17:29:58 +00:00 |
|
John Maddock
|
31668ed4be
|
Fixes #1471.
[SVN r41973]
|
2007-12-11 17:28:15 +00:00 |
|
John Maddock
|
a159bacf3f
|
Merge fixes for #1455.
[SVN r41972]
|
2007-12-11 17:26:26 +00:00 |
|