$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49217 - in branches/release: . boost
From: marshall_at_[hidden]
Date: 2008-10-09 14:18:11
Author: marshall
Date: 2008-10-09 14:18:11 EDT (Thu, 09 Oct 2008)
New Revision: 49217
URL: http://svn.boost.org/trac/boost/changeset/49217
Log:
Merged revisions 49211 via svnmerge from 
https://svn.boost.org/svn/boost/trunk
........
  r49211 | marshall | 2008-10-09 09:04:37 -0700 (Thu, 09 Oct 2008) | 1 line
  
  Changed spelling of Jouaquin's name to remove non-ASCII chars in Tokenizer
........
Properties modified: 
   branches/release/   (props changed)
Text files modified: 
   branches/release/boost/token_functions.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/token_functions.hpp
==============================================================================
--- branches/release/boost/token_functions.hpp	(original)
+++ branches/release/boost/token_functions.hpp	2008-10-09 14:18:11 EDT (Thu, 09 Oct 2008)
@@ -9,7 +9,7 @@
 // See http://www.boost.org/libs/tokenizer/ for documentation.
 
 // Revision History:
-// 01 Oct 2004   Joaquín M López Muñoz
+// 01 Oct 2004   Joaquin M Lopez Munoz
 //      Workaround for a problem with string::assign in msvc-stlport
 // 06 Apr 2004   John Bandela
 //      Fixed a bug involving using char_delimiter with a true input iterator