Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-06-29 05:10:47


Author: johnmaddock
Date: 2008-06-29 05:10:46 EDT (Sun, 29 Jun 2008)
New Revision: 46840
URL: http://svn.boost.org/trac/boost/changeset/46840

Log:
Fix some more inspection report issues: mostly non-ASCII characters in peoples names (sorry folks!).
Text files modified:
   trunk/boost/config/compiler/sunpro_cc.hpp | 2 +-
   trunk/boost/type_traits/conversion_traits.hpp | 2 +-
   trunk/boost/type_traits/is_convertible.hpp | 2 +-
   trunk/libs/config/test/boost_no_bcb_partial_spec.ipp | 2 +-
   trunk/libs/config/test/boost_no_mem_tem_pnts.ipp | 2 +-
   trunk/libs/config/test/boost_no_sfinae.ipp | 2 +-
   6 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/boost/config/compiler/sunpro_cc.hpp
==============================================================================
--- trunk/boost/config/compiler/sunpro_cc.hpp (original)
+++ trunk/boost/config/compiler/sunpro_cc.hpp 2008-06-29 05:10:46 EDT (Sun, 29 Jun 2008)
@@ -40,7 +40,7 @@
        // initialized in-class.
        // >> Assertion: (../links/dbg_cstabs.cc, line 611)
        // while processing ../test.cpp at line 0.
- // (Jens Maurer according to Gottfried Ganßauge 04 Mar 2002)
+ // (Jens Maurer according to Gottfried Ganssauge 04 Mar 2002)
 # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
 
        // SunPro 5.3 has better support for partial specialization,

Modified: trunk/boost/type_traits/conversion_traits.hpp
==============================================================================
--- trunk/boost/type_traits/conversion_traits.hpp (original)
+++ trunk/boost/type_traits/conversion_traits.hpp 2008-06-29 05:10:46 EDT (Sun, 29 Jun 2008)
@@ -1,7 +1,7 @@
 
 // Copyright 2000 John Maddock (john_at_[hidden])
 // Copyright 2000 Jeremy Siek (jsiek_at_[hidden])
-// Copyright 1999, 2000 Jaakko J„rvi (jaakko.jarvi_at_[hidden])
+// Copyright 1999, 2000 Jaakko Jarvi (jaakko.jarvi_at_[hidden])
 //
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: trunk/boost/type_traits/is_convertible.hpp
==============================================================================
--- trunk/boost/type_traits/is_convertible.hpp (original)
+++ trunk/boost/type_traits/is_convertible.hpp 2008-06-29 05:10:46 EDT (Sun, 29 Jun 2008)
@@ -1,7 +1,7 @@
 
 // Copyright 2000 John Maddock (john_at_[hidden])
 // Copyright 2000 Jeremy Siek (jsiek_at_[hidden])
-// Copyright 1999, 2000 Jaakko J„rvi (jaakko.jarvi_at_[hidden])
+// Copyright 1999, 2000 Jaakko Jarvi (jaakko.jarvi_at_[hidden])
 //
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: trunk/libs/config/test/boost_no_bcb_partial_spec.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_bcb_partial_spec.ipp (original)
+++ trunk/libs/config/test/boost_no_bcb_partial_spec.ipp 2008-06-29 05:10:46 EDT (Sun, 29 Jun 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Terje Slettebø 2002.
+// (C) Copyright Terje Slettebo 2002.
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/config/test/boost_no_mem_tem_pnts.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_mem_tem_pnts.ipp (original)
+++ trunk/libs/config/test/boost_no_mem_tem_pnts.ipp 2008-06-29 05:10:46 EDT (Sun, 29 Jun 2008)
@@ -1,4 +1,4 @@
-// Copyright (C) Joaquín M López Muñoz 2004.
+// Copyright (C) Joaquin M Lopez Munoz 2004.
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/config/test/boost_no_sfinae.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_sfinae.ipp (original)
+++ trunk/libs/config/test/boost_no_sfinae.ipp 2008-06-29 05:10:46 EDT (Sun, 29 Jun 2008)
@@ -1,5 +1,5 @@
 // (C) Copyright Eric Friedman 2003.
-// Some modifications by Jeremiah Willcock and Jaakko Järvi.
+// Some modifications by Jeremiah Willcock and Jaakko Jarvi.
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk