From 3bedef8c4eb2450c77c074b121cacc57545a1f27 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 22 Jan 2005 16:32:01 +0000 Subject: [PATCH] Updated more license terms. Added new informational program to try and track down issues with std::collate, and std::ctype. [SVN r26803] --- doc/Attic/error_type.html | 2 +- doc/error_type.html | 2 +- old_include/cregex.h | 2 +- old_include/fileiter.h | 2 +- old_include/regex.h | 2 +- readme.txt | 2 +- test/Jamfile | 3 + test/Jamfile.v2 | 1 + test/c_compiler_checks/posix_api_check.c | 2 +- test/c_compiler_checks/wide_posix_api_check.c | 2 +- test/collate_info/collate_info.cpp | 200 ++++++++++++++++++ test/regress/test_operators.cpp | 12 +- test/regress/test_overloads.cpp | 12 +- 13 files changed, 234 insertions(+), 10 deletions(-) create mode 100644 test/collate_info/collate_info.cpp diff --git a/doc/Attic/error_type.html b/doc/Attic/error_type.html index 1f2754b8..f28c9f4d 100644 --- a/doc/Attic/error_type.html +++ b/doc/Attic/error_type.html @@ -134,7 +134,7 @@ static const error_type error_bad_pattern; 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 + John Maddock makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

diff --git a/doc/error_type.html b/doc/error_type.html index 1f2754b8..f28c9f4d 100644 --- a/doc/error_type.html +++ b/doc/error_type.html @@ -134,7 +134,7 @@ static const error_type error_bad_pattern; 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 + John Maddock makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

diff --git a/old_include/cregex.h b/old_include/cregex.h index 060bab1c..1e53ba18 100644 --- a/old_include/cregex.h +++ b/old_include/cregex.h @@ -1,7 +1,7 @@ /* * * Copyright (c) 1998-2000 - * Dr John Maddock + * John Maddock * * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file diff --git a/old_include/fileiter.h b/old_include/fileiter.h index bac956a6..5eea48a2 100644 --- a/old_include/fileiter.h +++ b/old_include/fileiter.h @@ -1,7 +1,7 @@ /* * * Copyright (c) 1998-2000 - * Dr John Maddock + * John Maddock * * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file diff --git a/old_include/regex.h b/old_include/regex.h index 14b05d2d..95b2a76f 100644 --- a/old_include/regex.h +++ b/old_include/regex.h @@ -1,7 +1,7 @@ /* * * Copyright (c) 1998-2000 - * Dr John Maddock + * John Maddock * * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file diff --git a/readme.txt b/readme.txt index 0e7078e6..f028bd33 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ Copyright (c) 1998-2003 -Dr John Maddock +John Maddock * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file diff --git a/test/Jamfile b/test/Jamfile index 095800a8..0b71b358 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -177,6 +177,9 @@ test-suite regex : : : always_show_run_output : regex_dll_config_info ] + [ run collate_info/collate_info.cpp