diff --git a/appendix.htm b/appendix.htm index a55d8eb6..19f92435 100644 --- a/appendix.htm +++ b/appendix.htm @@ -19,8 +19,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot"> alt="C++ Boost" width="276" height="86">

Regex++, Appendices.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, diff --git a/faq.htm b/faq.htm index 75140940..8fbea949 100644 --- a/faq.htm +++ b/faq.htm @@ -19,8 +19,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot"> alt="C++ Boost" width="276" height="86">

Regex++, FAQ.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, diff --git a/format_string.htm b/format_string.htm index 4a0e6ed1..41a33842 100644 --- a/format_string.htm +++ b/format_string.htm @@ -20,8 +20,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">

Regex++, Format String Reference.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, diff --git a/hl_ref.htm b/hl_ref.htm index aa6df2c7..0cb9dff3 100644 --- a/hl_ref.htm +++ b/hl_ref.htm @@ -20,8 +20,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">

Regex++, RegEx Class Reference.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, diff --git a/index.htm b/index.htm index ca7cc5ff..f313dd7c 100644 --- a/index.htm +++ b/index.htm @@ -21,7 +21,7 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot"> alt="C++ Boost" width="277" height="86">

Regex++, Index.

-

(Version 3.20, 29th Sept 2001)  +

(Version 3.31, 16th Dec 2001) 

Copyright (c) 1998-2001

Dr John Maddock

diff --git a/introduction.htm b/introduction.htm index 875a32da..dfbbb88a 100644 --- a/introduction.htm +++ b/introduction.htm @@ -21,8 +21,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot"> alt="C++ Boost" width="276" height="86">

Regex++, Introduction.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, diff --git a/posix_ref.htm b/posix_ref.htm index 35262c5c..ffe2e677 100644 --- a/posix_ref.htm +++ b/posix_ref.htm @@ -19,9 +19,7 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot"> alt="C++ Boost" width="276" height="86">

Regex++, POSIX API - Reference.

-

(Version 3.20, 29th Sept 2001)  -

+ Reference.

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, diff --git a/syntax.htm b/syntax.htm index dd9a3b3c..10e01b8d 100644 --- a/syntax.htm +++ b/syntax.htm @@ -20,8 +20,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">

Regex++, Regular Expression Syntax.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, diff --git a/template_class_ref.htm b/template_class_ref.htm index 6b4985fb..6ff0b546 100644 --- a/template_class_ref.htm +++ b/template_class_ref.htm @@ -21,8 +21,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">

Regex++ template class reference.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, @@ -801,6 +799,15 @@ to the reg_expression template.

The requirements for custom traits classes are documented separately here....

+

There is also an example of a custom traits class supplied by Christian Engström, +see iso8859_1_regex_traits.cpp +and iso8859_1_regex_traits.hpp, +see the +readme file for more details.

+

Class match_results

diff --git a/traits_class_ref.htm b/traits_class_ref.htm index b2772920..669f5a87 100644 --- a/traits_class_ref.htm +++ b/traits_class_ref.htm @@ -20,8 +20,6 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">

Regex++, Traits Class Reference.

-

(Version 3.20, 29th Sept 2001)  -

Copyright (c) 1998-2001

Dr John Maddock

Permission to use, copy, modify, @@ -996,12 +994,23 @@ class does not contain instance data:
-


+

There is also an example of a custom traits class supplied by Christian Engström, +see iso8859_1_regex_traits.cpp +and iso8859_1_regex_traits.hpp. +This example inherits from c_regex_traits and provides it's own +implementations of two locale specific functions. This ensures +that the class gives consistent behaviour (albeit tied to one +locale) on all platforms. A fuller desciption by the author is +available in the readme file.


Copyright Dr -John Maddock 1998-2000 all rights reserved.

+John Maddock
1998-2001 all rights reserved.