Added extra acknowledgements

[SVN r22384]
This commit is contained in:
John Maddock
2004-02-25 12:34:42 +00:00
parent f1312f16c4
commit b3f7d35f68
2 changed files with 54 additions and 42 deletions

View File

@ -25,25 +25,32 @@
<BR> <BR>
<BR> <BR>
<HR> <HR>
<P>The author can be contacted at john@johnmaddock.co.uk;&nbsp;the <P>The author can be contacted at john@johnmaddock.co.uk;&nbsp;the home page for
home page for this library is at <A href="http://www.boost.org">www.boost.org</A>.</P> this library is at <A href="http://www.boost.org">www.boost.org</A>.</P>
<P>I am indebted to Robert Sedgewick's "Algorithms in C++" for forcing me to think <P>I am indebted to <A href="http://www.cs.princeton.edu/~rs/">Robert Sedgewick's
about algorithms and their performance, and to the folks at boost for forcing "Algorithms in C++" </A>for forcing me to think about algorithms and their
me to <I>think</I>, period. The following people have all contributed useful performance, and to the folks at <A href="http://www.boost.org">boost</A> for
comments or fixes: Dave Abrahams, Mike Allison, Edan Ayal, Jayashree forcing me to <I>think</I>, period.</P>
Balasubramanian, Jan B<>lsche, Beman Dawes, Paul Baxter, David Bergman, David <P><A href="http://www.boost-consulting.com">Eric Niebler</A>, author of the <A href="http://research.microsoft.com/projects/greta">
Dennerline, Edward Diener, Peter Dimov, Robert Dunn, Fabio Forno, Tobias GRETA regular expression component</A>, has shared several important ideas,
Gabrielsson, Rob Gillen, Marc Gregoire, Chris Hecker, Nick Hodapp, Jesse Jones, in a series of long discussions.</P>
Martin Jost, Boris Krasnovskiy, Jan Hermelink, Max Leung, Wei-hao Lin, Jens <P>Pete Becker, of <A href="http://www.dinkumware.com/">Dinkumware Ltd</A>, has
Maurer, Richard Peters, Heiko Schmidt, Jason Shirk, Gerald Slacik, Scobie helped enormously with the standardisation proposal language.</P>
Smith, Mike Smyth, Alexander Sokolovsky, Herv<72> Poirier, Michael Raykh, Marc <P>The following people have all contributed useful comments or fixes: Dave
Recht, Scott VanCamp, Bruno Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward, Abrahams, Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan B<>lsche,
Lealon Watts, Thomas Witt and Yuval Yosef. I am also grateful to the manuals Beman Dawes, Paul Baxter, David Bergman, David Dennerline, Edward Diener, Peter
supplied with the Henry Spencer, Perl and GNU regular expression libraries - Dimov, Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc Gregoire,
wherever possible I have tried to maintain compatibility with these libraries Chris Hecker, Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy, Jan
and with the POSIX standard - the code however is entirely my own, including Hermelink, Max Leung, Wei-hao Lin, Jens Maurer, Richard Peters, Heiko Schmidt,
any bugs! I can absolutely guarantee that I will not fix any bugs I don't know Jason Shirk, Gerald Slacik, Scobie Smith, Mike Smyth, Alexander Sokolovsky,
about, so if you have any comments or spot any bugs, please get in touch.</P> Herv<EFBFBD> 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.</P>
<P>Useful further information can be found at:</P> <P>Useful further information can be found at:</P>
<P>Short&nbsp;tutorials on regular expressions can be <A href="http://etext.lib.virginia.edu/helpsheets/regex.html"> <P>Short&nbsp;tutorials on regular expressions can be <A href="http://etext.lib.virginia.edu/helpsheets/regex.html">
found here</A> and&nbsp;<A href="http://www.devshed.com/Server_Side/Administration/RegExp/page1.html">here</A>.</P> found here</A> and&nbsp;<A href="http://www.devshed.com/Server_Side/Administration/RegExp/page1.html">here</A>.</P>
@ -72,8 +79,7 @@
24 Oct 2003 24 Oct 2003
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
<p><i><EFBFBD> Copyright John Maddock&nbsp;1998- <p><i><EFBFBD> Copyright John Maddock&nbsp;1998-
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> 2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
<P><I>Use, modification and distribution are subject to the Boost Software License, <P><I>Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A>
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P> or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>

View File

@ -25,25 +25,32 @@
<BR> <BR>
<BR> <BR>
<HR> <HR>
<P>The author can be contacted at john@johnmaddock.co.uk;&nbsp;the <P>The author can be contacted at john@johnmaddock.co.uk;&nbsp;the home page for
home page for this library is at <A href="http://www.boost.org">www.boost.org</A>.</P> this library is at <A href="http://www.boost.org">www.boost.org</A>.</P>
<P>I am indebted to Robert Sedgewick's "Algorithms in C++" for forcing me to think <P>I am indebted to <A href="http://www.cs.princeton.edu/~rs/">Robert Sedgewick's
about algorithms and their performance, and to the folks at boost for forcing "Algorithms in C++" </A>for forcing me to think about algorithms and their
me to <I>think</I>, period. The following people have all contributed useful performance, and to the folks at <A href="http://www.boost.org">boost</A> for
comments or fixes: Dave Abrahams, Mike Allison, Edan Ayal, Jayashree forcing me to <I>think</I>, period.</P>
Balasubramanian, Jan B<>lsche, Beman Dawes, Paul Baxter, David Bergman, David <P><A href="http://www.boost-consulting.com">Eric Niebler</A>, author of the <A href="http://research.microsoft.com/projects/greta">
Dennerline, Edward Diener, Peter Dimov, Robert Dunn, Fabio Forno, Tobias GRETA regular expression component</A>, has shared several important ideas,
Gabrielsson, Rob Gillen, Marc Gregoire, Chris Hecker, Nick Hodapp, Jesse Jones, in a series of long discussions.</P>
Martin Jost, Boris Krasnovskiy, Jan Hermelink, Max Leung, Wei-hao Lin, Jens <P>Pete Becker, of <A href="http://www.dinkumware.com/">Dinkumware Ltd</A>, has
Maurer, Richard Peters, Heiko Schmidt, Jason Shirk, Gerald Slacik, Scobie helped enormously with the standardisation proposal language.</P>
Smith, Mike Smyth, Alexander Sokolovsky, Herv<72> Poirier, Michael Raykh, Marc <P>The following people have all contributed useful comments or fixes: Dave
Recht, Scott VanCamp, Bruno Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward, Abrahams, Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan B<>lsche,
Lealon Watts, Thomas Witt and Yuval Yosef. I am also grateful to the manuals Beman Dawes, Paul Baxter, David Bergman, David Dennerline, Edward Diener, Peter
supplied with the Henry Spencer, Perl and GNU regular expression libraries - Dimov, Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc Gregoire,
wherever possible I have tried to maintain compatibility with these libraries Chris Hecker, Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy, Jan
and with the POSIX standard - the code however is entirely my own, including Hermelink, Max Leung, Wei-hao Lin, Jens Maurer, Richard Peters, Heiko Schmidt,
any bugs! I can absolutely guarantee that I will not fix any bugs I don't know Jason Shirk, Gerald Slacik, Scobie Smith, Mike Smyth, Alexander Sokolovsky,
about, so if you have any comments or spot any bugs, please get in touch.</P> Herv<EFBFBD> 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.</P>
<P>Useful further information can be found at:</P> <P>Useful further information can be found at:</P>
<P>Short&nbsp;tutorials on regular expressions can be <A href="http://etext.lib.virginia.edu/helpsheets/regex.html"> <P>Short&nbsp;tutorials on regular expressions can be <A href="http://etext.lib.virginia.edu/helpsheets/regex.html">
found here</A> and&nbsp;<A href="http://www.devshed.com/Server_Side/Administration/RegExp/page1.html">here</A>.</P> found here</A> and&nbsp;<A href="http://www.devshed.com/Server_Side/Administration/RegExp/page1.html">here</A>.</P>
@ -72,8 +79,7 @@
24 Oct 2003 24 Oct 2003
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
<p><i><EFBFBD> Copyright John Maddock&nbsp;1998- <p><i><EFBFBD> Copyright John Maddock&nbsp;1998-
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> 2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
<P><I>Use, modification and distribution are subject to the Boost Software License, <P><I>Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A>
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P> or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>