]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/regex/doc/acknowledgements.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / regex / doc / acknowledgements.qbk
CommitLineData
7c673cae
FG
1[/
2 Copyright 2006-2007 John Maddock.
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt).
6]
7
8
9[section:acknowledgements Acknowledgements]
10
11The author can be contacted at john - at - johnmaddock.co.uk; the home page for this
12library is at [@http://www.boost.org www.boost.org].
13
14I am indebted to [@http://www.cs.princeton.edu/~rs/
15Robert Sedgewick's "Algorithms in C++"] for forcing me to think
16about algorithms and their performance, and to the folks at boost for forcing me
17to think, period.
18
19[@http://www.boost-consulting.com/ Eric Niebler], author of Boost.Expressive and
20the [@http://research.microsoft.com/projects/greta GRETA regular expression component],
21has shared several important ideas, in a series of long discussions.
22
23Pete Becker, of [@http://www.versatilecoding.com Roundhouse Consulting, Ltd.],
24has helped enormously with the standardisation
25proposal language.
26
27The following people have all contributed useful comments or fixes: Dave Abrahams,
28Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan B'''ö'''lsche, Beman Dawes,
29Paul Baxter, David Bergman, David Dennerline, Edward Diener, Peter Dimov,
30Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc Gregoire, Chris Hecker,
31Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy, Jan Hermelink, Max Leung,
32Wei-hao Lin, Jens Maurer, Richard Peters, Heiko Schmidt, Jason Shirk, Gerald Slacik,
33Scobie Smith, Mike Smyth, Alexander Sokolovsky, Herv'''é''' Poirier, Michael Raykh,
34Marc Recht, Scott VanCamp, Bruno Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward,
35Lealon Watts, John Wismar, Thomas Witt and Yuval Yosef.
36
37If I've missed your name off (I'm sure there are a few, just not who they are...) then
38please do get in touch.
39
40I am also grateful to the manuals supplied with the Henry Spencer, PCRE, Perl
41and GNU regular expression libraries - wherever possible I have tried to
42maintain compatibility with these libraries and with the POSIX standard -
43the code however is entirely my own, including any bugs! I can absolutely guarantee
44that I will not fix any bugs I don't know about, so if you have any comments or
45spot any bugs, please get in touch.
46
47[endsect]
48
49