$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: arseny.kapoulkine_at_[hidden]
Date: 2007-08-01 14:56:46
Author: zeux
Date: 2007-08-01 14:56:43 EDT (Wed, 01 Aug 2007)
New Revision: 38345
URL: http://svn.boost.org/trac/boost/changeset/38345
Log:
Todo updated (gcc tests problems)
Text files modified: 
   sandbox/SOC/2007/bigint/libs/bigint/todo.txt |     6 ++++++                                  
   1 files changed, 6 insertions(+), 0 deletions(-)
Modified: sandbox/SOC/2007/bigint/libs/bigint/todo.txt
==============================================================================
--- sandbox/SOC/2007/bigint/libs/bigint/todo.txt	(original)
+++ sandbox/SOC/2007/bigint/libs/bigint/todo.txt	2007-08-01 14:56:43 EDT (Wed, 01 Aug 2007)
@@ -165,6 +165,12 @@
 * Is it possible to test cases when bigint must cause illegal operations (division by zero, sqrt(negative number))?
 Status: investigated; there is no portable way
 
+- fix number_conversion test for gcc
+Status: needs fixing
+
+- fix stream test for gcc (locale name)
+Status: needs fixing
+
 4. Documentation
 
 - do we have to change the current behaviour for string conversions for bases outside [2, 36]?