switched over to new Boost Licence

[SVN r20232]
This commit is contained in:
John Maddock
2003-09-30 13:02:51 +00:00
parent ee85ed89a1
commit 11ea8aab76
134 changed files with 531 additions and 1229 deletions

View File

@ -1,284 +0,0 @@
Version 331:
FIXED: All known current bugs.
ADDED: Support for default SGI allocator when available (even if it's not
standard conformant).
Version 330:
BUG: Broken STLport-4.5 support.
BUG: Not all occurances of BOOST_RE_THREADS changed to use BOOST_HAS_THREADS
CHANGED: Completely redesigned config support (now fully integrated with boost).
FIXED: Support for building with _UNICODE defined.
FIXED: Bug when running on Windows XP (character classification bitmaps wrong).
Version 311:
FIXED: Support for STLPort 4.1b6.
FIXED: Library calling convention for VC6 debug builds.
FIXED: Borland compiler support when using non-default calling convention.
CHANGED: Reorganised and simplified config setup.
ADDED: Support for replacing only the first occurance during a regex_merge
using the format_first_only flag.
CHANGED: Removed use of deprecated api set_expression in one of the examples.
Version 310:
ADDED: Support for static linking with VC6 + dynamic runtime.
CHANGED: Library directory structure.
Version 305:
FIXED: VC6.sp5 fix.
ADDED: Support for mixed static/dynamic linking with vc6.
ADDED: Sunpro makefiles
FIXED: SunPro 6.1 support
FIXED: Spurious extra matches at the end of input when grepping with .*
Version 304:
FIXED: Missing this-> prefix to some symbols in cpp_regex_traits.cpp
CHANGED: Error reporting for wide character tests.
FIXED: Win2K problem with [[:unicode:]]
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.
Version 303:
FIXED: Code glitches for Como compiler in strict mode.
FIXED: Missing fixes for cstdio header.
FIXED: memory leak in underlying w32 traits classes
FIXED: vc6 clean option to remove *.pch files.
CHANGED: Build options for VC6 to avoid compiler optimisation bug.
FIXED: Missing BOOST_RE_NO_WCSTRING guard around using declaration in regex.h
FIXED: Pathological regular expressions in snip4.cpp and in docs.
FIXED: Missing std:: prefixes in some headers.
Version 302:
FIXED: STLPort debug problems.
FIXED: Compatibility with updated Dinkum libraries and VC6.
ADDED: Tentative support for partial matches (not yet documented).
Version 301:
First boost release version,
CHANGED: reg_match to match_results
CHANGED: Documentation updated to reflect changes, provided links to sources from docs.
CHANGED: RegEx(const char*) constructor to explicit.
CHANGED: Return type of RegEx::Split to unsigned int.
ADDED: Exception documentation for OS errors.
REMOVED: BOOST_RE_NO_EXCEPTIONS macro.
FIXED: mapfile::open/close to check for OS errors.
FIXED: Non-exception safe code in cpp_regex_traits.
FIXED: Removed undefined symbol INFINITE from re_thrd.hpp
FIXED: Bug in configure script thread detection code.
CHANGED: "depreciated" to "deprecated"
FIXED: Documentation error for bad_expression.
CHANGED: regbase::flag_type to unsigned int
ADDED: explicit constructors to reg_expression/match_results
ADDED: extra signatures for regex_format/regex_merge for std::string arguments.
REMOVED: bad_pattern/bad_expression::what from regex.cpp
REMOVED: Implicit conversion operators from sub_match (except for conversion to basic_string).
Version 300:
Candidate release boost version,
ADDED: Support for non-greedy repeats.
ADDED: Support for non-marking grouping.
ADDED: Auto-detection of STLPort STL versions.
CHANGED: Re-written and re-organised traits classes.
CHANGED: Regression test make files for more rigorous testing of all build versions.
Version 249:
Pre-release boost version,
CHANGED: All macro prefixes to BOOST_RE_
CHANGED: namespaces to boost
CHANGED: Header file extentions to .hpp
DEPRECIATED: Old style algorithms, replaced with more consistant naming style.
DEPRECIATED: Standard library independant compiles no longer possible, bespoke
classes replaced with standard library/boost equivalents where available.
Version 221:
ADDED: C++ Builder 3 workaround in boost/detail/jgrep.hpp
Version 220:
ADDED: Merge functions to class RegEx
Version 218:
FIXED: All known bugs prior to this version.
FIXED: Added workaround for gcc optimisation bug to jm/regmatch.h
ADDED: Cygwin mount point support.
Version 217:
BUG: configure script did not correctly identify template
friend support, or template function partial ordering support.
FIXED: All known bugs prior to this version.
Version 216:
BUG: Some RegEx::Grep variants buggy.
BUG: FileIterator leaked memory.
BUG: Memory alignment problems with gcc/sparc platform
CHANGED: RegEx callback declarations to cope with VC6 builds using
non-default calling conventions.
CHANGED: Some configuration options to try and keep Mingwin32 port
of gcc 2.95 happy.
FIXED: Bug in RegEx::What introduced in version 214 fix :-(
Version 215:
CHANGED: Added #pragma push/pop to fix C++ Builder 3 problems.
CHANGED: Wide to narrow character conversions, to be more conformant with standard.
CHANGED: Minor documentation updates.
Version 214:
FIXED All known bugs rpior to this point.
CHANGED: Minor changes to keep VC5 and GCC 2.95 happy.
Version 213:
BUG: Far eastern versions of Win32 could not compile
re_nlsw.cpp due to string literal - code page
interactions.
ADDED: Convenience conversion operators to sub_match<>.
CHANGED: Removed REG_E_MEMORY as it duplicates REG_ESPACE.
ADDED: Additional tests to regress.
CHANGED: RegEx::GrepFiles and RegEx::FindFiles previously had undefined
behaviour if the callback returned false, changed to abort
the whole search if the callback returns false.
FIXED: All known bugs prior to this release.
Version 212:
BUG: Use of catopen in re_mss.cpp causes problems on some systems.
BUG: Comparison operators for reg_expression and reg_match should be const.
BUG: Missing output iterator increment in regfmt.h.
ADDED: REG_NOCOLLATE, so that locale dependent collation can be turned off for
the POSIX C API's as well as the underlying templates.
CHANGED: Misc. documentation updates.
FIXED: Linking problem for some egcs ports.
CHANGED: Tightened up exception safety.
ADDED: Convenience interfaces to query_match, reg_search, reg_grep, reg_format and reg_merge.
ADDED: Convenience std::string overloads of reg_expression members.
FIXED: All bugs found prior to this release.
Version 211:
BUG: RegEx::GrepFiles fails to log sub-expression matches correctly.
BUG: file_iterator/directory_iterator fail to find all files when using '*'.
CHANGED: Changes required to make the code compile with HP's aCC compiler.
CHANGED: Using declarations, to hide implimentation details.
CHANGED: Behavior of ^ and $ to follow Unicode newline guidelines and account
for \r\n sequences.
Version 210:
FIXED: All known bugs prior to this point.
ADDED: configure shell script for porting to Unix style systems.
CHANGED: jm::reg_match_base::pair to jm::sub_match, for easier porting.
Version 200:
BUG: RegEx::GrepFiles buggy
BUG: RegEx::FindFiles buggy
BUG: non-portable header file usage in fileiter.h
BUG: non-portable enum declarations in headers.
BUG: non-portable use of isspace in regfacet.cpp
BUG: Missing regfac.obj from bcb makefiles.
BUG: non-portable declaration of type jm::reg_match_base::reference.
BUG: missing <wchar.h> declaration required by some systems.
BUG: Use of JM_NO_WCSTRING incomplete.
BUG: Misspelled JM_NO_EXCEPTIONS in places.
BUG: regfmt.h has typo on line 538.
BUG: reg_format and reg_merge not portable to all output iterator types.
BUG: non-portable use of typedefs.
BUG: non-portable use of friend declarations.
CHANGED: Allocator usage, to improve efficiency with instance based allocators.
CHANGED: regress.h, various fixes for various Borland C++ versions, allocators cleaned up.
ADDED: Win32 specific localisation code.
ADDED: C and C++ specific localisation code.
ADDED: collating element and equivalence class support.
CHANGED: Character class declarations.
CHANGED: Behaviour of ranges to deal with locales.
ADDED: Support for some perl escape sequences (but not yet (?...) ).
CHANGED: regbase::icase flag now turns on case insensitivity,
traits class char_regex_traits_i is now deprecated.
CHANGED: reg_grep now takes a predicate not an output iterator,
allows user code to terminate search midway through,
and to use regular callback function with grep.
CHANGED: Modified search heuristics to improve certain expression
types, especially expressions which start with a literal
string, or a single character repeat. The latter are much
less likely to become pathological now.
ADDED: High level C++ class RegEx.
Version 111:
BUG: Wouldn't compile directly on C++ Builder 4 when it was released
(not really a bug - more an incompatibility)
FIXED: All bugs discovered prior to this version (below).
Version 110:
BUG: reg_match::maybe_assign could lead to pointer
overrun in certain (rare) circumstances.
FIXED: All bugs discovered prior to this version (below).
FIXED: Support for VC++, GCC, EGCS.
CHANGED: Regress.h to work around various compiler bugs.
Version 100:
BUG: Literal "," not recognised as a literal.
FIXED: All bugs discovered prior to this version (below).
ADDED: Regress.exe, regression test application.
Version 095
BUG: wide character sets that start with ^ not recognised,
for example [^[:space:]] will not find anything.
BUG: reg_grep fails if match occurs at first character.
BUG: If regcomp fails, internal data not freed.
BUG: reg_grep fails to reinitialise match after assignment
to output iterator. Line start optimised search restarts
from the wrong location if the match is longer than one line.
BUG: POSIX API functions can propagate C++ exceptions if the
default allocator can throw exceptions.
BUG: character sets don't function correctly when regbase::char_classes
is not set.

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -147,3 +143,4 @@ void process_grep(const char* file)
} }
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -51,3 +47,4 @@ void process_grep(const char* file);

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -307,3 +303,4 @@ int main(int argc, char * argv[])

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -68,3 +64,4 @@ int main()

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -104,3 +100,4 @@ int main(int argc, char* argv[])

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -70,3 +66,4 @@ int main(int argc, char* argv[])
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -128,3 +124,4 @@ int main(int argc, const char** argv)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -121,3 +117,4 @@ int main(int argc, const char** argv)
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -147,3 +143,4 @@ int main(int argc, const char** argv)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -154,3 +150,4 @@ int main()

View File

@ -3,13 +3,9 @@
* Copyright (c) 2003 * Copyright (c) 2003
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -113,3 +109,4 @@ int main(int argc, const char** argv)
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -106,3 +102,4 @@ int main(int argc)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -135,3 +131,4 @@ const char* footer_text = "</PRE>\n</BODY>\n\n";

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -136,3 +132,4 @@ const char* footer_text = "</PRE>\n</BODY>\n\n";

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -128,3 +124,4 @@ int main(int argc, const char** argv)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -77,3 +73,4 @@ int main(int argc)
return 0; return 0;
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -85,3 +81,4 @@ int main(int argc, char** argv)
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 12003 * Copyright (c) 12003
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -73,3 +69,4 @@ int main(int argc)
return 0; return 0;
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 2003 * Copyright (c) 2003
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -90,3 +86,4 @@ int main(int argc, char** argv)
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -378,3 +374,4 @@ int main(int argc, char**argv)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -43,3 +39,4 @@

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -100,3 +96,4 @@ using boost::reg_errcode_t;
#endif // BOOST_RE_REGEX_H #endif // BOOST_RE_REGEX_H

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -41,3 +37,4 @@
#endif // include #endif // include

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -603,3 +599,4 @@ BOOST_REGEX_DECL void BOOST_REGEX_CALL print_regex_library_info();

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -64,3 +60,4 @@
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -304,3 +300,4 @@ using ::toupper;
#endif // __sgi #endif // __sgi
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -185,3 +181,4 @@ using ::wcsxfrm;
} // namespace std } // namespace std
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -205,3 +201,4 @@ BOOST_LIB_DEBUG_OPT: nothing for release builds,

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -63,3 +59,4 @@ public:
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -42,3 +38,4 @@

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -56,3 +52,4 @@
#include "libs/regex/src/regex_synch.cpp" #include "libs/regex/src/regex_synch.cpp"

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -88,3 +84,4 @@
// higher if you have multiple threads all using boost.regex, or lower // higher if you have multiple threads all using boost.regex, or lower
// if you don't want boost.regex to cache memory. // if you don't want boost.regex to cache memory.
// #define BOOST_REGEX_MAX_CACHE_BLOCKS 16 // #define BOOST_REGEX_MAX_CACHE_BLOCKS 16

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -315,3 +311,4 @@ public:

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -454,3 +450,4 @@ using boost::re_detail::mapfile;

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -166,3 +162,4 @@ template void BOOST_REGEX_CALL match_results_base<iterator, Allocator>::cow();

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -1632,5 +1628,6 @@ typedef match_results<std::wstring::const_iterator> wsmatch;

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -2121,3 +2117,4 @@ void BOOST_REGEX_CALL reg_expression<charT, traits, Allocator>::fail(unsigned in

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -132,3 +128,4 @@ inline void BOOST_REGEX_CALL re_strfree(charT* p)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -577,3 +573,4 @@ std::basic_string<charT> regex_merge(const std::basic_string<charT>& s,

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -68,3 +64,4 @@ typedef reg_expression<wchar_t, regex_traits<wchar_t>, BOOST_DEFAULT_ALLOCATOR(w

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -109,3 +105,4 @@ kmp_info<charT>* kmp_compile(iterator first, iterator last, charT, Trans transla

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -182,3 +178,4 @@ BOOST_LIB_DEBUG_OPT: nothing for release builds,

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -2014,3 +2010,4 @@ inline unsigned int regex_grep(bool (*foo)(const match_results<std::basic_string

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -247,3 +243,4 @@ void* BOOST_REGEX_CALL raw_storage<Allocator>::insert(size_type pos, size_type n

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -150,3 +146,4 @@ inline std::size_t regex_split(OutputIterator out,
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -225,3 +221,4 @@ jstack<T, Allocator>::~jstack()

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -211,3 +207,4 @@ BOOST_REGEX_DECL extern unsigned int re_lock_count;

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -816,3 +812,4 @@ class regex_traits : public cpp_regex_traits<charT>

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -389,3 +385,4 @@ public:
#endif #endif
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -83,3 +79,4 @@ public:
#endif #endif
#endif // include #endif // include

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -282,3 +278,4 @@ public:

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -448,3 +444,4 @@ using boost::re_detail::mapfile;

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -90,3 +86,4 @@ template class BOOST_REGEX_DECL reg_expression< BOOST_REGEX_CHAR_T >;

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -88,3 +84,4 @@ const bool is_random_access_iterator<I>::value;
} }
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -104,3 +100,4 @@ struct regex_iterator_traits : public std::iterator_traits<T> {};
#endif #endif
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -133,3 +129,4 @@ using regex_constants::format_first_only;
} // namespace boost } // namespace boost
#endif // __cplusplus #endif // __cplusplus
#endif // include guard #endif // include guard

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -318,3 +314,4 @@ std::ostream& operator << (std::ostream& os,
#endif #endif
#endif #endif

View File

@ -2,13 +2,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -95,3 +91,4 @@ extern mem_block_cache block_cache;
#endif #endif
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -444,3 +440,4 @@ private:
#include <boost/regex/v4/perl_matcher_common.hpp> #include <boost/regex/v4/perl_matcher_common.hpp>
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -798,3 +794,4 @@ bool perl_matcher<BidiIterator, Allocator, traits, Allocator2>::find_restart_lit
#endif #endif
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -1263,3 +1259,4 @@ bool perl_matcher<BidiIterator, Allocator, traits, Allocator2>::unwind_non_greed
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -706,3 +702,4 @@ bool perl_matcher<BidiIterator, Allocator, traits, Allocator2>::backtrack_till_m
#endif #endif
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -150,3 +146,4 @@ namespace regex_constants{
#endif #endif
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -191,5 +187,6 @@ typedef match_results<std::wstring::const_iterator> wsmatch;

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -2184,3 +2180,4 @@ void BOOST_REGEX_CALL reg_expression<charT, traits, Allocator>::fail(unsigned in

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -124,3 +120,4 @@ inline void BOOST_REGEX_CALL re_strfree(charT* p)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -538,3 +534,4 @@ std::basic_string<charT> regex_format(const match_results<Iterator, Allocator>&

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -70,3 +66,4 @@ typedef basic_regex<wchar_t, regex_traits<wchar_t>, BOOST_DEFAULT_ALLOCATOR(wcha

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -144,3 +140,4 @@ inline unsigned int regex_grep(bool (*foo)(const match_results<std::basic_string
} // namespace boost } // namespace boost
#endif // BOOST_REGEX_V4_REGEX_GREP_HPP #endif // BOOST_REGEX_V4_REGEX_GREP_HPP

View File

@ -3,13 +3,9 @@
* Copyright (c) 2003 * Copyright (c) 2003
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -159,3 +155,4 @@ private:
} // namespace boost } // namespace boost
#endif // BOOST_REGEX_V4_REGEX_ITERATOR_HPP #endif // BOOST_REGEX_V4_REGEX_ITERATOR_HPP

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -109,3 +105,4 @@ kmp_info<charT>* kmp_compile(iterator first, iterator last, charT, Trans transla

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -193,3 +189,4 @@ inline bool regex_match(const std::basic_string<wchar_t>& s,

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -80,3 +76,4 @@ inline std::basic_string<charT> regex_merge(const std::basic_string<charT>& s,
#endif // BOOST_REGEX_V4_REGEX_MERGE_HPP #endif // BOOST_REGEX_V4_REGEX_MERGE_HPP

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -254,3 +250,4 @@ void* BOOST_REGEX_CALL raw_storage<Allocator>::insert(size_type pos, size_type n

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -89,3 +85,4 @@ std::basic_string<charT> regex_replace(const std::basic_string<charT>& s,
#endif // BOOST_REGEX_V4_REGEX_REPLACE_HPP #endif // BOOST_REGEX_V4_REGEX_REPLACE_HPP

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -195,3 +191,4 @@ inline bool regex_search(const std::basic_string<wchar_t>& s,
#endif // BOOST_REGEX_V4_REGEX_SEARCH_HPP #endif // BOOST_REGEX_V4_REGEX_SEARCH_HPP

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -150,3 +146,4 @@ inline std::size_t regex_split(OutputIterator out,
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -226,3 +222,4 @@ jstack<T, Allocator>::~jstack()

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -211,3 +207,4 @@ BOOST_REGEX_DECL extern unsigned int re_lock_count;

View File

@ -3,13 +3,9 @@
* Copyright (c) 2003 * Copyright (c) 2003
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -268,3 +264,4 @@ private:
#endif // BOOST_REGEX_V4_REGEX_TOKEN_ITERATOR_HPP #endif // BOOST_REGEX_V4_REGEX_TOKEN_ITERATOR_HPP

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -808,3 +804,4 @@ class regex_traits : public cpp_regex_traits<charT>

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -232,3 +228,4 @@ iterator BOOST_REGEX_CALL re_is_set_member(iterator next,
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2002 * Copyright (c) 1998-2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -335,3 +331,4 @@ sub_match<BidiIterator>::operator unsigned int()const
#endif #endif
#endif #endif

View File

@ -1,19 +0,0 @@
Copyright (c) 1998-2000
Dr John Maddock
Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation. Dr John Maddock makes no representations
about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.
Footnotes:
1) Localised versions may translate the above notice into the native
language of the version.
2) The above notice applies to source code and documentation, users
who are distributing only binary forms, need only indicate, somewhere
in their documentation or in their help|about notice that the product
uses this library and that the copyright is Dr John Maddock 1998-2000

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -127,3 +123,4 @@ using namespace boost;
#endif #endif
#endif // include guard #endif // include guard

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -23,3 +19,4 @@ using boost::re_detail::file_iterator;
using boost::re_detail::mapfile; using boost::re_detail::mapfile;
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -437,3 +433,4 @@ using namespace boost::deprecated;
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -75,3 +71,4 @@ int main()

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -82,3 +78,4 @@ int main(int argc, const char** argv)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -83,3 +79,4 @@ int main(int argc, const char** argv)

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -103,3 +99,4 @@ const char* footer_text = "</PRE>\n</BODY>\n\n";

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -49,3 +45,4 @@ void IndexClasses(const std::string& file)
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -98,3 +94,4 @@ int main(int argc, const char** argv)
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 1998-2000 * Copyright (c) 1998-2000
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -100,3 +96,4 @@ int main(int argc, const char** argv)
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002-2003 * Copyright (c) 2002-2003
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -481,4 +477,4 @@ void output_final_html()
{ {
std::cout << html_contents; std::cout << html_contents;
} }
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -249,3 +245,4 @@ int cpp_main(int argc, char * argv[])
return 0; return 0;
} }

View File

@ -3,9 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* All rights reserved. * Use, modification and distribution is subject to the
* May not be transfered or disclosed to a third party without * Boost Software License, Version 1.0. (See accompanying file
* prior consent of the author. * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* *
*/ */
@ -134,3 +134,4 @@ inline void test_find_all(const std::string& re, const std::string& text, bool i
#define REPEAT_COUNT 10 #define REPEAT_COUNT 10
#endif #endif

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -96,3 +92,4 @@ double time_find_all(const std::string& re, const std::string& text, bool icase)
} }
} }

View File

@ -3,13 +3,9 @@
* Copyright (c) 2002 * Copyright (c) 2002
* Dr John Maddock * Dr John Maddock
* *
* Permission to use, copy, modify, distribute and sell this software * Use, modification and distribution is subject to the
* and its documentation for any purpose is hereby granted without fee, * Boost Software License, Version 1.0. (See accompanying file
* provided that the above copyright notice appear in all copies and * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* that both that copyright notice and this permission notice appear
* in supporting documentation. Dr John Maddock makes no representations
* about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
* *
*/ */
@ -123,3 +119,4 @@ double time_find_all(const std::string& re, const std::string& text, bool icase)
#endif #endif

Some files were not shown because too many files have changed in this diff Show More