$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61532 - trunk/libs
From: nesotto_at_[hidden]
Date: 2010-04-24 09:26:13
Author: nesotto
Date: 2010-04-24 09:26:12 EDT (Sat, 24 Apr 2010)
New Revision: 61532
URL: http://svn.boost.org/trac/boost/changeset/61532
Log:
updated description of range lib and put Neil's name where it should be.
Text files modified: 
   trunk/libs/libraries.htm   |    23 ++++++++++++-----------                 
   trunk/libs/maintainers.txt |     2 +-                                      
   2 files changed, 13 insertions(+), 12 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm	(original)
+++ trunk/libs/libraries.htm	2010-04-24 09:26:12 EDT (Sat, 24 Apr 2010)
@@ -231,9 +231,10 @@
         Abrahams.</li>
     <li>random - A complete
         system for random number generation, from Jens Maurer.</li>
-    <li>range - A new infrastructure
-        for generic algorithms that builds on top
-        of the new iterator concepts, from Thorsten Ottosen.</li>
+    <li>range - Concepts and utilities for 
+        range-based algorithms, as well as range-based algorithms and range 
+        adaptors that allow for efficient and very expressive code, from 
+        Thorsten Ottosen and Neil Groves.</li> 
     <li>rational - A rational
         number class, from Paul Moore.</li>
 
@@ -282,7 +283,7 @@
     <li>tokenizer - Break of a string or other
       character sequence into a series of tokens, from John Bandela.</li>
     <li>TR1 - An implementation of the Technical
-    	Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
+        Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li>tribool - 3-state boolean type library, from Doug Gregor.</li>
     <li>tuple - Ease definition of functions returning multiple values, and more,
     from Jaakko Järvi.</li>
@@ -301,8 +302,8 @@
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b> 
       <b>prior()</b>
         function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
-	<li>value_initialized - Wrapper for uniform-syntax value initialization,
-	from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+    <li>value_initialized - Wrapper for uniform-syntax value initialization,
+    from Fernando Cacciola, based on the original idea of David Abrahams.</li>
     <li>uuid - A universally unique identifier, from Andy Tompkins.</li>
     <li>variant - Safe, generic, stack-based discriminated union
     container, from Eric Friedman and Itay Maman.</li>
@@ -450,8 +451,8 @@
     <li>concept check
         - Tools for generic programming, from Jeremy Siek.</li>
     <li>enable_if -
-	Selective inclusion of function template overloads, from Jaakko
-	Järvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
+    Selective inclusion of function template overloads, from Jaakko
+    Järvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
     <li>function_types - Type traits
         for callable, built-in types, from Tobias Schwinger</li>
     <li>gil - Generic Image Library, from
@@ -708,7 +709,7 @@
     progress timer, and progress display classes, from Beman
     Dawes.</li>
     <li>TR1 - An implementation of the Technical
-    	Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
+        Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li>tribool - 3-state boolean type library, from Doug Gregor.</li>
     <li>typeof -
         Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
@@ -719,8 +720,8 @@
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b> 
       <b>prior()</b>
         function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others. </li>
-	<li>value_initialized - Wrapper for uniform-syntax value initialization,
-	from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+    <li>value_initialized - Wrapper for uniform-syntax value initialization,
+    from Fernando Cacciola, based on the original idea of David Abrahams.</li>
 </ul>
 
 <h3>Broken compiler <a name="workarounds">workarounds</a></h3>
Modified: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt	(original)
+++ trunk/libs/maintainers.txt	2010-04-24 09:26:12 EDT (Sat, 24 Apr 2010)
@@ -65,7 +65,7 @@
 ptr_container         Thorsten Ottosen <nesotto -at- cs.auc.dk>
 python                David Abrahams <dave -at- boost-consulting.com>
 random                Jens Maurer <Jens.Maurer -at- gmx.net>
-range                 Thorsten Ottosen <nesotto -at- cs.auc.dk>
+range                 Neil Groves <neilgroves -at- googlemail.com>
 rational              Jonathan Turkanis <turkanis -at- coderage.com>
 regex                 John Maddock <john -at- johnmaddock.co.uk>
 scope_exit            Alexander Nasonov <alexander.nasonov -at- gmail.com>