acknowledgements.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Acknowledgements</title>
  5. <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../../index.html" title="Boost.Regex 5.1.4">
  8. <link rel="up" href="../background.html" title="Background Information">
  9. <link rel="prev" href="redist.html" title="Redistributables">
  10. <link rel="next" href="history.html" title="History">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="redist.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h3 class="title">
  27. <a name="boost_regex.background.acknowledgements"></a><a class="link" href="acknowledgements.html" title="Acknowledgements">Acknowledgements</a>
  28. </h3></div></div></div>
  29. <p>
  30. The author can be contacted at john - at - johnmaddock.co.uk; the home page
  31. for this library is at <a href="http://www.boost.org" target="_top">www.boost.org</a>.
  32. </p>
  33. <p>
  34. I am indebted to <a href="http://www.cs.princeton.edu/~rs/" target="_top">Robert Sedgewick's
  35. "Algorithms in C++"</a> for forcing me to think about algorithms
  36. and their performance, and to the folks at boost for forcing me to think,
  37. period.
  38. </p>
  39. <p>
  40. <a href="http://www.boost-consulting.com/" target="_top">Eric Niebler</a>, author
  41. of Boost.Expressive and the <a href="http://research.microsoft.com/projects/greta" target="_top">GRETA
  42. regular expression component</a>, has shared several important ideas,
  43. in a series of long discussions.
  44. </p>
  45. <p>
  46. Pete Becker, of <a href="http://www.versatilecoding.com" target="_top">Roundhouse Consulting,
  47. Ltd.</a>, has helped enormously with the standardisation proposal language.
  48. </p>
  49. <p>
  50. The following people have all contributed useful comments or fixes: Dave
  51. Abrahams, Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan B&#246;lsche,
  52. Beman Dawes, Paul Baxter, David Bergman, David Dennerline, Edward Diener,
  53. Peter Dimov, Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc
  54. Gregoire, Chris Hecker, Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy,
  55. Jan Hermelink, Max Leung, Wei-hao Lin, Jens Maurer, Richard Peters, Heiko
  56. Schmidt, Jason Shirk, Gerald Slacik, Scobie Smith, Mike Smyth, Alexander
  57. Sokolovsky, Herv&#233; Poirier, Michael Raykh, Marc Recht, Scott VanCamp, Bruno
  58. Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward, Lealon Watts, John Wismar,
  59. Thomas Witt and Yuval Yosef.
  60. </p>
  61. <p>
  62. If I've missed your name off (I'm sure there are a few, just not who they
  63. are...) then please do get in touch.
  64. </p>
  65. <p>
  66. I am also grateful to the manuals supplied with the Henry Spencer, PCRE,
  67. Perl and GNU regular expression libraries - wherever possible I have tried
  68. to maintain compatibility with these libraries and with the POSIX standard
  69. - the code however is entirely my own, including any bugs! I can absolutely
  70. guarantee that I will not fix any bugs I don't know about, so if you have
  71. any comments or spot any bugs, please get in touch.
  72. </p>
  73. </div>
  74. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  75. <td align="left"></td>
  76. <td align="right"><div class="copyright-footer">Copyright &#169; 1998-2013 John Maddock<p>
  77. Distributed under the Boost Software License, Version 1.0. (See accompanying
  78. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  79. </p>
  80. </div></td>
  81. </tr></table>
  82. <hr>
  83. <div class="spirit-nav">
  84. <a accesskey="p" href="redist.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  85. </div>
  86. </body>
  87. </html>