Commit Graph

  • 7c5e1f05c4 Added fix for compilers without <locale>. John Maddock 2005-02-28 10:54:12 +0000
  • ef25339d94 Don't test locales with MSVC: setlocale sometimes bombs out. John Maddock 2005-02-25 11:04:11 +0000
  • 31370cd498 Updated concepts to match the TR. John Maddock 2005-02-21 12:27:23 +0000
  • ea94315d6b Fix mutex linking problems. John Maddock 2005-02-19 11:42:04 +0000
  • f736d985fb Update docs on empty alternatives. John Maddock 2005-02-18 17:15:24 +0000
  • ecd5dd5ff3 Allow sort keys to contain nothing but a single NUL character (characters may be ignorable). John Maddock 2005-02-17 12:44:16 +0000
  • 077f211f2f Compiler specific fixes and workarounds. John Maddock 2005-02-09 13:16:39 +0000
  • 2ee7ef601c include needed <iostream> John Maddock 2005-02-09 13:15:27 +0000
  • eff6f06792 Made 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
  • 1df0b9cacd Added more info about sort keys from traits classes. John Maddock 2005-02-08 16:54:36 +0000
  • c3f16e3834 SunPro test program fix. John Maddock 2005-02-05 13:12:23 +0000
  • 012fe3a99d replaced BOOST_TEST Stefan Slapeta 2005-02-03 13:24:55 +0000
  • dbb39f3589 Changed assert code to try and clear up a mysterious sunpro problem. John Maddock 2005-01-31 11:06:54 +0000
  • 40735d5630 Added another check to try and diagnode sunpro issue. John Maddock 2005-01-28 13:37:41 +0000
  • d28ac18da2 Need some more tests to track down remaining issues. John Maddock 2005-01-25 17:22:50 +0000
  • 29df3606a1 Some fixes for MWCW, broken compilers etc. John Maddock 2005-01-24 11:05:45 +0000
  • 3bedef8c4e Updated 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
  • c04cb21103 Added BOOST_REGEX_BUGGY_CTYPE_FACET to list of macros to print. John Maddock 2005-01-22 13:14:11 +0000
  • 56fadadba8 More Sunpro std::distance fixes. Changed Dr John Maddock to John Maddock John Maddock 2005-01-21 17:28:42 +0000
  • d7e194585d More std::distance fixes for Sunpro. Changed Dr John Maddock to John Maddock. John Maddock 2005-01-21 17:22:39 +0000
  • e874d7710b Rewritten format method, to avoid ambiguous function call. John Maddock 2005-01-20 11:10:44 +0000
  • ca338db5ae Removed erroneous charT references. John Maddock 2005-01-20 11:10:28 +0000
  • 018fbfec05 Changed legacy referernces to reg_expression to basic_regex John Maddock 2005-01-19 13:29:43 +0000
  • b7cb69bae3 Removed one dead file. Changed legacy referernces to reg_expression to basic_regex John Maddock 2005-01-19 13:28:57 +0000
  • 8545aeb1f3 Fixed 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
  • 2a248d1f87 Changed assert's to BOOST_ASSERT's. Made array sizes explicit to fix MWCW problems. John Maddock 2005-01-18 12:52:40 +0000
  • 9781fe3150 Removed 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
  • c8c4c1c289 Fix 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
  • 5ef242d146 Disable some tests for MWCW John Maddock 2005-01-17 12:11:47 +0000
  • c2db73aec7 Cleaned 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
  • 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. John Maddock 2005-01-15 12:29:59 +0000
  • 1e48609cfd Patches for MWCW and gcc-4.0. John Maddock 2005-01-15 11:23:46 +0000
  • 34355d3e79 Added fix for msvc+STLport. John Maddock 2005-01-14 11:19:46 +0000
  • 434f3589a5 Added MWCW fix. John Maddock 2005-01-14 11:10:22 +0000
  • 71a0e020e2 merged changes in regex5 branch John Maddock 2005-01-13 17:06:21 +0000
  • de0ab9092a Fix for .{n,} failing in partial matches. Fix for [\x0-\xff] failing in wide character expressions. John Maddock 2004-12-21 17:07:46 +0000
  • ab6f20486b Fix 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
  • 916dbeadbf merge RC_1_32_0 fixes Aleksey Gurtovoy 2004-11-28 04:44:21 +0000
  • 9079cc8201 Updated installation notes. John Maddock 2004-11-27 11:20:37 +0000
  • e2c97fbb13 Enable auto-linking for compilers other than MSVC. John Maddock 2004-11-08 12:24:18 +0000
  • bc140f1948 Added fix to ensure that expressions prefixed with \` do not scan through the text unnecessarily. John Maddock 2004-10-08 12:45:31 +0000
  • 24fec31d2c c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +0000
  • ad21d2cb2f Stamped on more C++ style comments in C compatible code. John Maddock 2004-09-29 10:22:04 +0000
  • 50dccbe6e0 Removed mingw workaround, and added to mingw toolset instead. John Maddock 2004-09-28 14:56:13 +0000
  • 396136146f Cleaned up comments to make regex.h C compatible. John Maddock 2004-09-26 10:25:31 +0000
  • c0e6b1f5a2 mingw dll specific fixes. Disable one SGI test - compiler deduces template arguments strangely. John Maddock 2004-09-20 12:31:08 +0000
  • 138d526839 Made config header C compatible. Added mingw dll specific fix. John Maddock 2004-09-20 12:28:37 +0000
  • 8e60fd2cb7 Added needed include (fix for RW STL on Linux) John Maddock 2004-09-18 10:32:45 +0000
  • 5dfe10a136 Fix for RW STL: undef wchar symbols before use John Maddock 2004-09-18 10:32:05 +0000
  • c2b82eae1f License update Douglas Gregor 2004-09-09 13:59:01 +0000
  • b0a325cf65 Fix: re-used match_results structure didn't set size correctly. John Maddock 2004-08-26 10:41:49 +0000
  • 54be0eaa9d VC6-specific fixes for wide character convenience functions. John Maddock 2004-08-19 15:29:21 +0000
  • 276fa31266 Fix signature to operator!= John Maddock 2004-08-16 11:22:52 +0000
  • 2e968dea9c Minor workarounds for SGI and Darwin platforms. John Maddock 2004-08-08 09:48:10 +0000
  • 97d3cdad83 Makefiles updated with 1.32 version number. John Maddock 2004-07-23 11:35:03 +0000
  • 99f8d02805 Documentation update from Jon T. Pedant Douglas Gregor 2004-07-20 17:03:55 +0000
  • 7043e5585f Ooops, 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
  • 048d5b788c Added missing copyright declarations. John Maddock 2004-07-18 10:21:47 +0000
  • ee631c02eb Need to make string_out_iterator a "real" iterator type to keep commeau compiler happy. John Maddock 2004-07-18 10:20:56 +0000
  • 4600a25228 Updated makefiles. John Maddock 2004-07-16 10:56:15 +0000
  • aebb44e507 Don't include integer_traits.hpp unless it's actually used: IBM C++ trips up otherwise. John Maddock 2004-07-02 10:40:53 +0000
  • 8d994b14b2 remove std_min and std_max, update minmax coding guidelines Eric Niebler 2004-06-23 04:49:48 +0000
  • d310bc9835 HP aCC patches. John Maddock 2004-06-22 12:42:16 +0000
  • 6c02074270 More aCC portability fixes. John Maddock 2004-06-22 12:34:04 +0000
  • ca44c8182c Fixed bug with grepping for literals. Added Sunpro workaround. John Maddock 2004-06-12 10:10:07 +0000
  • 2e10c5ec17 Update Vladimir Prus 2004-06-11 11:54:08 +0000
  • ba148bae42 64-bit portability fix John Maddock 2004-06-09 12:12:42 +0000
  • 7c74a98ae5 64-bit portability fix John Maddock 2004-06-09 11:23:52 +0000
  • 9424952e8f Added workarounds for Sunpro and HP aCC John Maddock 2004-06-05 11:46:45 +0000
  • c3f14400b0 Moved detail/allocator.hpp into regex directory. John Maddock 2004-05-28 12:21:44 +0000
  • 55a6787950 Altered initialiser order to stop gcc from complaining. John Maddock 2004-05-20 10:16:09 +0000
  • 4c0572d98f Attempt to sync V2 Jamfiles with V1 ones, again... Vladimir Prus 2004-05-17 07:45:33 +0000
  • 25e51d3984 Patch for nosubs flag bug. John Maddock 2004-05-14 10:27:13 +0000
  • c9b37542c5 Added additional tests for new bugs John Maddock 2004-05-13 12:33:22 +0000
  • 6382470ac1 Fixed \l and \u so that they work correctly in case insensitive mode. John Maddock 2004-05-12 11:39:28 +0000
  • 1dc081e1c2 Fixed problem with wide character optimisations, changed asserts on pointers (HP-specific workaround). John Maddock 2004-05-03 11:24:58 +0000
  • b3e28896b7 Changed ar to $(AR) to allow for override. John Maddock 2004-05-01 10:33:47 +0000
  • 76176b302b Don't optimise leading repeats when there are backreferences involved. John Maddock 2004-04-25 10:32:09 +0000
  • a262f28327 Added introductory comment John Maddock 2004-04-17 10:56:46 +0000
  • e3aacc5c55 Fixes for POSIX regexes not grepping correctly. John Maddock 2004-04-09 15:55:32 +0000
  • dc90d07749 Added fix for grepping for POSIX style matches. John Maddock 2004-04-07 11:04:06 +0000
  • 300ca31723 Added missing hyperlink John Maddock 2004-04-07 10:49:50 +0000
  • c65dd3be41 Added link to old docs. John Maddock 2004-03-20 12:12:03 +0000
  • 5a29047906 Added missing preconditions, and fixed minor typos. John Maddock 2004-03-20 11:53:56 +0000
  • cdd130ae2d Added typedefs to index John Maddock 2004-03-17 12:53:57 +0000
  • 9f47972bcf Removed unneeded export specifiers John Maddock 2004-03-16 17:37:54 +0000
  • 0633ba70f2 Added missing typedefs John Maddock 2004-03-16 17:36:15 +0000
  • 8330b19cec Added tests to check new format specifiers. John Maddock 2004-03-12 13:13:14 +0000
  • b8eab985e5 Added support for perl style \u \U \l \L etc in formatting. John Maddock 2004-03-12 13:12:33 +0000
  • f90d8c667e Fixed typo John Maddock 2004-03-05 11:32:34 +0000
  • 4b7f14e72d Added 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
  • 89515b9a8e Fixed nasty non-greedy repeat bug, tidied up min/max workarounds, removed unneeded #if John Maddock 2004-03-02 16:58:50 +0000
  • 3075aaba4a remove 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
  • 50b8204753 Updated iterator defs. John Maddock 2004-02-25 12:36:45 +0000
  • 02c652c01e Added extra iterator based tests John Maddock 2004-02-25 12:35:08 +0000
  • b3f7d35f68 Added extra acknowledgements John Maddock 2004-02-25 12:34:42 +0000
  • f1312f16c4 Cleared up references to implementation specific types. John Maddock 2004-02-07 13:11:54 +0000
  • 9ebe515adf Fixed 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
  • c9efbea4a7 Added more tests to catch some additional regressions. John Maddock 2004-01-07 12:02:58 +0000
  • 6cbda47155 Added last minute patch for .*?$ failing in the non-recursive algorithm. John Maddock 2004-01-07 12:00:51 +0000