From b3f7d35f689a54a83abc91a14c1768e2c6212082 Mon Sep 17 00:00:00 2001
From: John Maddock The author can be contacted at john@johnmaddock.co.uk; the
- home page for this library is at www.boost.org. I am indebted to Robert Sedgewick's "Algorithms in C++" for forcing me to think
- about algorithms and their performance, and to the folks at boost for forcing
- me to think, period. The following people have all contributed useful
- comments or fixes: Dave Abrahams, Mike Allison, Edan Ayal, Jayashree
- Balasubramanian, Jan Bölsche, Beman Dawes, Paul Baxter, David Bergman, David
- Dennerline, Edward Diener, Peter Dimov, Robert Dunn, Fabio Forno, Tobias
- Gabrielsson, Rob Gillen, Marc Gregoire, Chris Hecker, Nick Hodapp, Jesse Jones,
- Martin Jost, Boris Krasnovskiy, Jan Hermelink, Max Leung, Wei-hao Lin, Jens
- Maurer, Richard Peters, Heiko Schmidt, Jason Shirk, Gerald Slacik, Scobie
- Smith, Mike Smyth, Alexander Sokolovsky, Hervé Poirier, Michael Raykh, Marc
- Recht, Scott VanCamp, Bruno Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward,
- Lealon Watts, Thomas Witt and Yuval Yosef. I am also grateful to the manuals
- supplied with the Henry Spencer, Perl and GNU regular expression libraries -
- wherever possible I have tried to maintain compatibility with these libraries
- and with the POSIX standard - the code however is entirely my own, including
- any bugs! I can absolutely guarantee that I will not fix any bugs I don't know
- about, so if you have any comments or spot any bugs, please get in touch. The author can be contacted at john@johnmaddock.co.uk; the home page for
+ this library is at www.boost.org. I am indebted to Robert Sedgewick's
+ "Algorithms in C++" for forcing me to think about algorithms and their
+ performance, and to the folks at boost for
+ forcing me to think, period. Eric Niebler, author of the
+ GRETA regular expression component, has shared several important ideas,
+ in a series of long discussions. Pete Becker, of Dinkumware Ltd, has
+ helped enormously with the standardisation proposal language. The following people have all contributed useful comments or fixes: Dave
+ Abrahams, Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan Bölsche,
+ Beman Dawes, Paul Baxter, David Bergman, David Dennerline, Edward Diener, Peter
+ Dimov, Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc Gregoire,
+ Chris Hecker, Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy, Jan
+ Hermelink, Max Leung, Wei-hao Lin, Jens Maurer, Richard Peters, Heiko Schmidt,
+ Jason Shirk, Gerald Slacik, Scobie Smith, Mike Smyth, Alexander Sokolovsky,
+ Hervé Poirier, Michael Raykh, Marc Recht, Scott VanCamp, Bruno Voigt, Alexey
+ Voinov, Jerry Waldorf, Rob Ward, Lealon Watts, John Wismar, Thomas Witt and
+ Yuval Yosef. I am also grateful to the manuals supplied with the Henry Spencer,
+ Perl and GNU regular expression libraries - wherever possible I have tried to
+ maintain compatibility with these libraries and with the POSIX standard - the
+ code however is entirely my own, including any bugs! I can absolutely guarantee
+ that I will not fix any bugs I don't know about, so if you have any comments or
+ spot any bugs, please get in touch. Useful further information can be found at: Short tutorials on regular expressions can be
found here and here.
-
© Copyright John Maddock 1998- - - 2003
+ 2003Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/doc/contacts.html b/doc/contacts.html index 874cee66..61d4500b 100644 --- a/doc/contacts.html +++ b/doc/contacts.html @@ -25,25 +25,32 @@The author can be contacted at john@johnmaddock.co.uk; the - home page for this library is at www.boost.org.
-I am indebted to Robert Sedgewick's "Algorithms in C++" for forcing me to think - about algorithms and their performance, and to the folks at boost for forcing - me to think, period. The following people have all contributed useful - comments or fixes: Dave Abrahams, Mike Allison, Edan Ayal, Jayashree - Balasubramanian, Jan Bölsche, Beman Dawes, Paul Baxter, David Bergman, David - Dennerline, Edward Diener, Peter Dimov, Robert Dunn, Fabio Forno, Tobias - Gabrielsson, Rob Gillen, Marc Gregoire, Chris Hecker, Nick Hodapp, Jesse Jones, - Martin Jost, Boris Krasnovskiy, Jan Hermelink, Max Leung, Wei-hao Lin, Jens - Maurer, Richard Peters, Heiko Schmidt, Jason Shirk, Gerald Slacik, Scobie - Smith, Mike Smyth, Alexander Sokolovsky, Hervé Poirier, Michael Raykh, Marc - Recht, Scott VanCamp, Bruno Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward, - Lealon Watts, Thomas Witt and Yuval Yosef. I am also grateful to the manuals - supplied with the Henry Spencer, Perl and GNU regular expression libraries - - wherever possible I have tried to maintain compatibility with these libraries - and with the POSIX standard - the code however is entirely my own, including - any bugs! I can absolutely guarantee that I will not fix any bugs I don't know - about, so if you have any comments or spot any bugs, please get in touch.
+The author can be contacted at john@johnmaddock.co.uk; the home page for + this library is at www.boost.org.
+I am indebted to Robert Sedgewick's + "Algorithms in C++" for forcing me to think about algorithms and their + performance, and to the folks at boost for + forcing me to think, period.
+Eric Niebler, author of the + GRETA regular expression component, has shared several important ideas, + in a series of long discussions.
+Pete Becker, of Dinkumware Ltd, has + helped enormously with the standardisation proposal language.
+The following people have all contributed useful comments or fixes: Dave + Abrahams, Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan Bölsche, + Beman Dawes, Paul Baxter, David Bergman, David Dennerline, Edward Diener, Peter + Dimov, Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc Gregoire, + Chris Hecker, Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy, Jan + Hermelink, Max Leung, Wei-hao Lin, Jens Maurer, Richard Peters, Heiko Schmidt, + Jason Shirk, Gerald Slacik, Scobie Smith, Mike Smyth, Alexander Sokolovsky, + Hervé Poirier, Michael Raykh, Marc Recht, Scott VanCamp, Bruno Voigt, Alexey + Voinov, Jerry Waldorf, Rob Ward, Lealon Watts, John Wismar, Thomas Witt and + Yuval Yosef. I am also grateful to the manuals supplied with the Henry Spencer, + Perl and GNU regular expression libraries - wherever possible I have tried to + maintain compatibility with these libraries and with the POSIX standard - the + code however is entirely my own, including any bugs! I can absolutely guarantee + that I will not fix any bugs I don't know about, so if you have any comments or + spot any bugs, please get in touch.
Useful further information can be found at:
Short tutorials on regular expressions can be found here and here.
@@ -72,8 +79,7 @@ 24 Oct 2003© Copyright John Maddock 1998- - - 2003
+ 2003Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)