7c5e1f05c4Added fix for compilers without <locale>.
John Maddock
2005-02-28 10:54:12 +0000
ef25339d94Don't test locales with MSVC: setlocale sometimes bombs out.
John Maddock
2005-02-25 11:04:11 +0000
31370cd498Updated concepts to match the TR.
John Maddock
2005-02-21 12:27:23 +0000
ea94315d6bFix mutex linking problems.
John Maddock
2005-02-19 11:42:04 +0000
f736d985fbUpdate docs on empty alternatives.
John Maddock
2005-02-18 17:15:24 +0000
ecd5dd5ff3Allow sort keys to contain nothing but a single NUL character (characters may be ignorable).
John Maddock
2005-02-17 12:44:16 +0000
077f211f2fCompiler specific fixes and workarounds.
John Maddock
2005-02-09 13:16:39 +0000
2ee7ef601cinclude needed <iostream>
John Maddock
2005-02-09 13:15:27 +0000
eff6f06792Made min/max usage conform to our guidelines. Changed Boost.test usage to conform to new interface.
John Maddock
2005-02-09 12:33:18 +0000
1df0b9cacdAdded more info about sort keys from traits classes.
John Maddock
2005-02-08 16:54:36 +0000
c3f16e3834SunPro test program fix.
John Maddock
2005-02-05 13:12:23 +0000
012fe3a99dreplaced BOOST_TEST
Stefan Slapeta
2005-02-03 13:24:55 +0000
dbb39f3589Changed assert code to try and clear up a mysterious sunpro problem.
John Maddock
2005-01-31 11:06:54 +0000
40735d5630Added another check to try and diagnode sunpro issue.
John Maddock
2005-01-28 13:37:41 +0000
d28ac18da2Need some more tests to track down remaining issues.
John Maddock
2005-01-25 17:22:50 +0000
29df3606a1Some fixes for MWCW, broken compilers etc.
John Maddock
2005-01-24 11:05:45 +0000
3bedef8c4eUpdated more license terms. Added new informational program to try and track down issues with std::collate, and std::ctype.
John Maddock
2005-01-22 16:32:01 +0000
c04cb21103Added BOOST_REGEX_BUGGY_CTYPE_FACET to list of macros to print.
John Maddock
2005-01-22 13:14:11 +0000
56fadadba8More Sunpro std::distance fixes. Changed Dr John Maddock to John Maddock
John Maddock
2005-01-21 17:28:42 +0000
d7e194585dMore std::distance fixes for Sunpro. Changed Dr John Maddock to John Maddock.
John Maddock
2005-01-21 17:22:39 +0000
e874d7710bRewritten format method, to avoid ambiguous function call.
John Maddock
2005-01-20 11:10:44 +0000
ca338db5aeRemoved erroneous charT references.
John Maddock
2005-01-20 11:10:28 +0000
018fbfec05Changed legacy referernces to reg_expression to basic_regex
John Maddock
2005-01-19 13:29:43 +0000
b7cb69bae3Removed one dead file. Changed legacy referernces to reg_expression to basic_regex
John Maddock
2005-01-19 13:28:57 +0000
8545aeb1f3Fixed primary equivalence classes, so that delimiter based sort keys with a delim in position 0 still work.
John Maddock
2005-01-19 11:13:53 +0000
2a248d1f87Changed assert's to BOOST_ASSERT's. Made array sizes explicit to fix MWCW problems.
John Maddock
2005-01-18 12:52:40 +0000
9781fe3150Removed dead files. Changed some asserts to BOOST_ASSERT. Disabled collation in one test (locale dependent behaviour fails on some platforms).
John Maddock
2005-01-18 12:51:26 +0000
c8c4c1c289Fix for libstdc++ debug mode assertions: singular iterators can not be copied, so insertion into a container requires extra special care.
John Maddock
2005-01-17 16:56:14 +0000
5ef242d146Disable some tests for MWCW
John Maddock
2005-01-17 12:11:47 +0000
c2db73aec7Cleaned up non-standard behaviour in traits classes. Suppressed explicit instantiations for older Intel versions. Added std::distance workaround for Sunpro.
John Maddock
2005-01-17 12:10:48 +0000
30acb7d2f8Rewritten grep example program. "touched" some of the sources to force regression tests to rebuild. Split test code up some more to help msvc-stlport.
John Maddock
2005-01-15 12:29:59 +0000
1e48609cfdPatches for MWCW and gcc-4.0.
John Maddock
2005-01-15 11:23:46 +0000
34355d3e79Added fix for msvc+STLport.
John Maddock
2005-01-14 11:19:46 +0000
434f3589a5Added MWCW fix.
John Maddock
2005-01-14 11:10:22 +0000
71a0e020e2merged changes in regex5 branch
John Maddock
2005-01-13 17:06:21 +0000
de0ab9092aFix for .{n,} failing in partial matches. Fix for [\x0-\xff] failing in wide character expressions.
John Maddock
2004-12-21 17:07:46 +0000
ab6f20486bFix problem with match_any and POSIX-style matches (match results structure wasn't getting filled in). Fixed problem with gcc in -pedantic mode.
John Maddock
2004-11-29 13:50:17 +0000
ad21d2cb2fStamped on more C++ style comments in C compatible code.
John Maddock
2004-09-29 10:22:04 +0000
50dccbe6e0Removed mingw workaround, and added to mingw toolset instead.
John Maddock
2004-09-28 14:56:13 +0000
396136146fCleaned up comments to make regex.h C compatible.
John Maddock
2004-09-26 10:25:31 +0000
c0e6b1f5a2mingw dll specific fixes. Disable one SGI test - compiler deduces template arguments strangely.
John Maddock
2004-09-20 12:31:08 +0000
138d526839Made config header C compatible. Added mingw dll specific fix.
John Maddock
2004-09-20 12:28:37 +0000
8e60fd2cb7Added needed include (fix for RW STL on Linux)
John Maddock
2004-09-18 10:32:45 +0000
5dfe10a136Fix for RW STL: undef wchar symbols before use
John Maddock
2004-09-18 10:32:05 +0000
c2b82eae1fLicense update
Douglas Gregor
2004-09-09 13:59:01 +0000
b0a325cf65Fix: re-used match_results structure didn't set size correctly.
John Maddock
2004-08-26 10:41:49 +0000
54be0eaa9dVC6-specific fixes for wide character convenience functions.
John Maddock
2004-08-19 15:29:21 +0000
276fa31266Fix signature to operator!=
John Maddock
2004-08-16 11:22:52 +0000
2e968dea9cMinor workarounds for SGI and Darwin platforms.
John Maddock
2004-08-08 09:48:10 +0000
97d3cdad83Makefiles updated with 1.32 version number.
John Maddock
2004-07-23 11:35:03 +0000
99f8d02805Documentation update from Jon T. Pedant
Douglas Gregor
2004-07-20 17:03:55 +0000
7043e5585fOoops, last fix had a misplaced "typename" in it, and therefore was not legal code, strangely some compilers just didn't care.
John Maddock
2004-07-20 10:38:44 +0000
048d5b788cAdded missing copyright declarations.
John Maddock
2004-07-18 10:21:47 +0000
ee631c02ebNeed to make string_out_iterator a "real" iterator type to keep commeau compiler happy.
John Maddock
2004-07-18 10:20:56 +0000
4600a25228Updated makefiles.
John Maddock
2004-07-16 10:56:15 +0000
aebb44e507Don't include integer_traits.hpp unless it's actually used: IBM C++ trips up otherwise.
John Maddock
2004-07-02 10:40:53 +0000
8d994b14b2remove std_min and std_max, update minmax coding guidelines
Eric Niebler
2004-06-23 04:49:48 +0000
d310bc9835HP aCC patches.
John Maddock
2004-06-22 12:42:16 +0000
6c02074270More aCC portability fixes.
John Maddock
2004-06-22 12:34:04 +0000
ca44c8182cFixed bug with grepping for literals. Added Sunpro workaround.
John Maddock
2004-06-12 10:10:07 +0000
2e10c5ec17Update
Vladimir Prus
2004-06-11 11:54:08 +0000
ba148bae4264-bit portability fix
John Maddock
2004-06-09 12:12:42 +0000
7c74a98ae564-bit portability fix
John Maddock
2004-06-09 11:23:52 +0000
9424952e8fAdded workarounds for Sunpro and HP aCC
John Maddock
2004-06-05 11:46:45 +0000
c3f14400b0Moved detail/allocator.hpp into regex directory.
John Maddock
2004-05-28 12:21:44 +0000
55a6787950Altered initialiser order to stop gcc from complaining.
John Maddock
2004-05-20 10:16:09 +0000
4c0572d98fAttempt to sync V2 Jamfiles with V1 ones, again...
Vladimir Prus
2004-05-17 07:45:33 +0000
25e51d3984Patch for nosubs flag bug.
John Maddock
2004-05-14 10:27:13 +0000
c9b37542c5Added additional tests for new bugs
John Maddock
2004-05-13 12:33:22 +0000
6382470ac1Fixed \l and \u so that they work correctly in case insensitive mode.
John Maddock
2004-05-12 11:39:28 +0000
1dc081e1c2Fixed problem with wide character optimisations, changed asserts on pointers (HP-specific workaround).
John Maddock
2004-05-03 11:24:58 +0000
b3e28896b7Changed ar to $(AR) to allow for override.
John Maddock
2004-05-01 10:33:47 +0000
76176b302bDon't optimise leading repeats when there are backreferences involved.
John Maddock
2004-04-25 10:32:09 +0000
a262f28327Added introductory comment
John Maddock
2004-04-17 10:56:46 +0000
e3aacc5c55Fixes for POSIX regexes not grepping correctly.
John Maddock
2004-04-09 15:55:32 +0000
dc90d07749Added fix for grepping for POSIX style matches.
John Maddock
2004-04-07 11:04:06 +0000
300ca31723Added missing hyperlink
John Maddock
2004-04-07 10:49:50 +0000
c65dd3be41Added link to old docs.
John Maddock
2004-03-20 12:12:03 +0000
5a29047906Added missing preconditions, and fixed minor typos.
John Maddock
2004-03-20 11:53:56 +0000
cdd130ae2dAdded typedefs to index
John Maddock
2004-03-17 12:53:57 +0000
9f47972bcfRemoved unneeded export specifiers
John Maddock
2004-03-16 17:37:54 +0000
0633ba70f2Added missing typedefs
John Maddock
2004-03-16 17:36:15 +0000
8330b19cecAdded tests to check new format specifiers.
John Maddock
2004-03-12 13:13:14 +0000
b8eab985e5Added support for perl style \u \U \l \L etc in formatting.
John Maddock
2004-03-12 13:12:33 +0000
f90d8c667eFixed typo
John Maddock
2004-03-05 11:32:34 +0000
4b7f14e72dAdded extra non-greedy repeat tests, fixed concept checks for vc6 (they don't work, and won't work).
John Maddock
2004-03-02 17:00:15 +0000
89515b9a8eFixed nasty non-greedy repeat bug, tidied up min/max workarounds, removed unneeded #if
John Maddock
2004-03-02 16:58:50 +0000
3075aaba4aremove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
Eric Niebler
2004-02-26 18:27:02 +0000
50b8204753Updated iterator defs.
John Maddock
2004-02-25 12:36:45 +0000
02c652c01eAdded extra iterator based tests
John Maddock
2004-02-25 12:35:08 +0000
b3f7d35f68Added extra acknowledgements
John Maddock
2004-02-25 12:34:42 +0000
f1312f16c4Cleared up references to implementation specific types.
John Maddock
2004-02-07 13:11:54 +0000
9ebe515adfFixed errors in docs: unsigned int changed to match_flag_type in several places, plus occurance of std rather than boost.
John Maddock
2004-02-04 11:57:35 +0000
c9efbea4a7Added more tests to catch some additional regressions.
John Maddock
2004-01-07 12:02:58 +0000
6cbda47155Added last minute patch for .*?$ failing in the non-recursive algorithm.
John Maddock
2004-01-07 12:00:51 +0000