mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Initial commit of quickbook conversion of docs.
[SVN r37942]
This commit is contained in:
41
doc/acknowledgements.qbk
Normal file
41
doc/acknowledgements.qbk
Normal file
@ -0,0 +1,41 @@
|
||||
|
||||
[section:acknowledgements Acknowledgements]
|
||||
|
||||
The author can be contacted at john - at - johnmaddock.co.uk; the home page for this
|
||||
library is at [@http://www.boost.org www.boost.org].
|
||||
|
||||
I am indebted to [@http://www.cs.princeton.edu/~rs/
|
||||
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.
|
||||
|
||||
[@http://www.boost-consulting.com/ Eric Niebler], author of Boost.Expressive and
|
||||
the [@http://research.microsoft.com/projects/greta GRETA regular expression component],
|
||||
has shared several important ideas, in a series of long discussions.
|
||||
|
||||
Pete Becker, of [@http://www.versatilecoding.com Roundhouse Consulting, 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.
|
||||
|
||||
If I've missed your name off (I'm sure there are a few, just not who they are...) then
|
||||
please do get in touch.
|
||||
|
||||
I am also grateful to the manuals supplied with the Henry Spencer, PCRE, 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.
|
||||
|
||||
[endsect]
|
||||
|
Reference in New Issue
Block a user