73ed8a2
diff -urp boost_1_34_1/boost/spirit/phoenix/operators.hpp boost_1_34_1.pm/boost/spirit/phoenix/operators.hpp
73ed8a2
--- boost_1_34_1/boost/spirit/phoenix/operators.hpp	2006-08-25 18:27:30.000000000 +0200
73ed8a2
+++ boost_1_34_1.pm/boost/spirit/phoenix/operators.hpp	2008-02-06 16:29:32.000000000 +0100
73ed8a2
@@ -24,6 +24,7 @@
73ed8a2
 #include <boost/spirit/phoenix/composite.hpp>
73ed8a2
 #include <boost/config.hpp>
73ed8a2
 #include <boost/mpl/if.hpp>
73ed8a2
+#include <limits.h>
73ed8a2
 
73ed8a2
 ///////////////////////////////////////////////////////////////////////////////
73ed8a2
 namespace phoenix {
73ed8a2
diff -urp boost_1_34_1/boost/regex/v4/basic_regex_creator.hpp boost_1_34_1.pm/boost/regex/v4/basic_regex_creator.hpp
73ed8a2
--- boost_1_34_1/boost/regex/v4/basic_regex_creator.hpp	2006-07-16 18:06:38.000000000 +0200
73ed8a2
+++ boost_1_34_1.pm/boost/regex/v4/basic_regex_creator.hpp	2008-02-06 17:36:42.000000000 +0100
73ed8a2
@@ -24,6 +24,8 @@
73ed8a2
 #  include BOOST_ABI_PREFIX
73ed8a2
 #endif
73ed8a2
 
73ed8a2
+#include <limits.h>
73ed8a2
+
73ed8a2
 namespace boost{
73ed8a2
 
73ed8a2
 namespace re_detail{
73ed8a2
diff -urp boost_1_34_1/boost/regex/v4/basic_regex.hpp boost_1_34_1.pm/boost/regex/v4/basic_regex.hpp
73ed8a2
--- boost_1_34_1/boost/regex/v4/basic_regex.hpp	2007-06-05 19:28:18.000000000 +0200
73ed8a2
+++ boost_1_34_1.pm/boost/regex/v4/basic_regex.hpp	2008-02-06 17:33:30.000000000 +0100
73ed8a2
@@ -23,6 +23,8 @@
73ed8a2
 #  include BOOST_ABI_PREFIX
73ed8a2
 #endif
73ed8a2
 
73ed8a2
+#include <limits.h>
73ed8a2
+
73ed8a2
 namespace boost{
73ed8a2
 #ifdef BOOST_MSVC
73ed8a2
 #pragma warning(push)
73ed8a2
diff -urp boost_1_34_1/boost/regex/v4/basic_regex_parser.hpp boost_1_34_1.pm/boost/regex/v4/basic_regex_parser.hpp
73ed8a2
--- boost_1_34_1/boost/regex/v4/basic_regex_parser.hpp	2008-02-06 17:45:26.000000000 +0100
73ed8a2
+++ boost_1_34_1.pm/boost/regex/v4/basic_regex_parser.hpp	2008-02-06 17:38:58.000000000 +0100
73ed8a2
@@ -23,6 +23,8 @@
73ed8a2
 #  include BOOST_ABI_PREFIX
73ed8a2
 #endif
73ed8a2
 
73ed8a2
+#include <limits.h>
73ed8a2
+
73ed8a2
 namespace boost{
73ed8a2
 namespace re_detail{
73ed8a2
 
73ed8a2
diff -urp boost_1_34_1/boost/regex/v4/cpp_regex_traits.hpp boost_1_34_1.pm/boost/regex/v4/cpp_regex_traits.hpp
73ed8a2
--- boost_1_34_1/boost/regex/v4/cpp_regex_traits.hpp	2007-01-15 12:09:44.000000000 +0100
73ed8a2
+++ boost_1_34_1.pm/boost/regex/v4/cpp_regex_traits.hpp	2008-02-06 17:26:51.000000000 +0100
73ed8a2
@@ -41,6 +41,7 @@
73ed8a2
 
73ed8a2
 #include <istream>
73ed8a2
 #include <ios>
73ed8a2
+#include <limits.h>
73ed8a2
 
73ed8a2
 #ifdef BOOST_HAS_ABI_HEADERS
73ed8a2
 #  include BOOST_ABI_PREFIX
73ed8a2
diff -urp boost_1_34_1/boost/regex/v4/perl_matcher.hpp boost_1_34_1.pm/boost/regex/v4/perl_matcher.hpp
73ed8a2
--- boost_1_34_1/boost/regex/v4/perl_matcher.hpp	2006-10-18 14:55:30.000000000 +0200
73ed8a2
+++ boost_1_34_1.pm/boost/regex/v4/perl_matcher.hpp	2008-02-06 17:39:44.000000000 +0100
73ed8a2
@@ -18,6 +18,8 @@
73ed8a2
 #  include BOOST_ABI_PREFIX
73ed8a2
 #endif
73ed8a2
 
73ed8a2
+#include <limits.h>
73ed8a2
+
73ed8a2
 namespace boost{
73ed8a2
 namespace re_detail{
73ed8a2
 
73ed8a2
diff -urp boost_1_34_1/boost/regex/v4/regex_split.hpp boost_1_34_1.pm/boost/regex/v4/regex_split.hpp
73ed8a2
--- boost_1_34_1/boost/regex/v4/regex_split.hpp	2005-01-21 18:22:38.000000000 +0100
73ed8a2
+++ boost_1_34_1.pm/boost/regex/v4/regex_split.hpp	2008-02-06 17:42:13.000000000 +0100
73ed8a2
@@ -21,6 +21,8 @@
73ed8a2
 #ifndef BOOST_REGEX_SPLIT_HPP
73ed8a2
 #define BOOST_REGEX_SPLIT_HPP
73ed8a2
 
73ed8a2
+#include <limits.h>
73ed8a2
+
73ed8a2
 namespace boost{
73ed8a2
 
73ed8a2
 #ifdef BOOST_HAS_ABI_HEADERS
73ed8a2
diff -urp boost_1_34_1/boost/regex/v4/states.hpp boost_1_34_1.pm/boost/regex/v4/states.hpp
73ed8a2
--- boost_1_34_1/boost/regex/v4/states.hpp	2005-09-20 14:01:25.000000000 +0200
73ed8a2
+++ boost_1_34_1.pm/boost/regex/v4/states.hpp	2008-02-06 17:32:42.000000000 +0100
73ed8a2
@@ -23,6 +23,8 @@
73ed8a2
 #  include BOOST_ABI_PREFIX
73ed8a2
 #endif
73ed8a2
 
73ed8a2
+#include <limits.h>
73ed8a2
+
73ed8a2
 namespace boost{
73ed8a2
 namespace re_detail{
73ed8a2
 
73ed8a2
diff -urp boost_1_34_1/boost/test/test_tools.hpp boost_1_34_1.pm/boost/test/test_tools.hpp
73ed8a2
--- boost_1_34_1/boost/test/test_tools.hpp	2007-02-22 18:57:29.000000000 +0100
73ed8a2
+++ boost_1_34_1.pm/boost/test/test_tools.hpp	2008-02-06 17:18:20.000000000 +0100
73ed8a2
@@ -44,6 +44,7 @@
73ed8a2
 // STL
73ed8a2
 #include <cstddef>          // for std::size_t
73ed8a2
 #include <iosfwd>
73ed8a2
+#include <limits.h>
73ed8a2
 
73ed8a2
 #include <boost/test/detail/suppress_warnings.hpp>
73ed8a2
 
73ed8a2
diff -urp boost_1_34_1/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp boost_1_34_1.pm/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp
73ed8a2
--- boost_1_34_1/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp	2006-12-20 17:38:24.000000000 +0100
73ed8a2
+++ boost_1_34_1.pm/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp	2008-02-06 17:25:00.000000000 +0100
73ed8a2
@@ -16,6 +16,8 @@
73ed8a2
 #include <string>
73ed8a2
 #include <cstdio>
73ed8a2
 #include <cstdarg>
73ed8a2
+#include <cstring>
73ed8a2
+
73ed8a2
 #if defined(BOOST_SPIRIT_DEBUG)
73ed8a2
 #include <iostream>
73ed8a2
 #endif // defined(BOOST_SPIRIT_DEBUG)
73ed8a2
diff -urp boost_1_34_1/boost/wave/util/flex_string.hpp boost_1_34_1.pm/boost/wave/util/flex_string.hpp
73ed8a2
--- boost_1_34_1/boost/wave/util/flex_string.hpp	2006-04-25 19:21:01.000000000 +0200
73ed8a2
+++ boost_1_34_1.pm/boost/wave/util/flex_string.hpp	2008-02-06 17:22:31.000000000 +0100
73ed8a2
@@ -94,6 +94,7 @@ class StoragePolicy
73ed8a2
 #include <limits>
73ed8a2
 #include <stdexcept>
73ed8a2
 #include <cstddef>
73ed8a2
+#include <cstring>
73ed8a2
 
73ed8a2
 // this must occur after all of the includes and before any code appears
73ed8a2
 #ifdef BOOST_HAS_ABI_HEADERS
73ed8a2
diff -urp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/boost/archive/polymorphic_iarchive.hpp
73ed8a2
--- boost_1_34_1/boost/archive/polymorphic_iarchive.hpp	2005-12-11 07:12:51.000000000 +0100
73ed8a2
+++ boost_1_34_1.pm/boost/archive/polymorphic_iarchive.hpp	2008-02-06 18:42:07.000000000 +0100
73ed8a2
@@ -33,6 +33,8 @@ namespace std{
73ed8a2
 #include <boost/archive/detail/interface_iarchive.hpp>
73ed8a2
 #include <boost/serialization/nvp.hpp>
73ed8a2
 
73ed8a2
+#include <limits.h>
73ed8a2
+
73ed8a2
 // determine if its necessary to handle (u)int64_t specifically
73ed8a2
 // i.e. that its not a synonym for (unsigned) long
73ed8a2
 // if there is no 64 bit int or if its the same as a long
c693092
diff -urp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/boost/archive/polymorphic_iarchive.hpp
c693092
--- boost_1_34_1/boost/archive/polymorphic_oarchive.hpp	2005-12-11 07:12:51.000000000 +0100
c693092
+++ boost_1_34_1.pm/boost/archive/polymorphic_oarchive.hpp	2008-02-06 18:42:07.000000000 +0100
c693092
@@ -33,6 +33,8 @@ namespace std{
c693092
 #include <boost/archive/detail/interface_iarchive.hpp>
c693092
 #include <boost/serialization/nvp.hpp>
c693092
 
c693092
+#include <limits.h>
c693092
+
c693092
 // determine if its necessary to handle (u)int64_t specifically
c693092
 // i.e. that its not a synonym for (unsigned) long
c693092
 // if there is no 64 bit int or if its the same as a long
eb542eb
diff -urp boost_1_34_1/boost/date_time/date_facet.hpp boost_1_34_1-pm/boost/date_time/date_facet.hpp
eb542eb
--- boost_1_34_1/boost/date_time/date_facet.hpp	2005-09-05 23:10:50.000000000 +0200
eb542eb
+++ boost_1_34_1-pm/boost/date_time/date_facet.hpp	2008-02-13 16:07:59.000000000 +0100
eb542eb
@@ -429,7 +429,7 @@ namespace boost { namespace date_time {
eb542eb
     typedef std::basic_string<CharT> string_type;
eb542eb
     typedef CharT                    char_type;
eb542eb
     typedef boost::date_time::period_parser<date_type, CharT>  period_parser_type;
eb542eb
-    typedef special_values_parser<date_type,CharT> special_values_parser_type; 
eb542eb
+    typedef boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type; 
eb542eb
     typedef std::vector<std::basic_string<CharT> > input_collection_type;
eb542eb
     typedef format_date_parser<date_type, CharT> format_date_parser_type;
eb542eb
     // date_generators stuff goes here
ac5861b
diff -urp boost_1_34_1/boost/python/detail/def_helper.hpp boost_1_34_1-pm/boost/python/detail/def_helper.hpp
ac5861b
--- boost_1_34_1/boost/python/detail/def_helper.hpp	2004-09-16 03:00:28.000000000 +0200
ac5861b
+++ boost_1_34_1-pm/boost/python/detail/def_helper.hpp	2008-02-14 13:26:23.000000000 +0100
ac5861b
@@ -155,7 +155,7 @@ namespace detail
ac5861b
           , T3 const&
ac5861b
           , T4 const&
ac5861b
           , default_call_policies
ac5861b
-          , keywords<0>
ac5861b
+          , boost::python::detail::keywords<0>
ac5861b
           , char const*
ac5861b
           , void(not_specified::*)()   // A function pointer type which is never an
ac5861b
                                        // appropriate default implementation
4e9fe29
diff -urp new-boost/date_time/tz_db_base.hpp old-boost/date_time/tz_db_base.hpp
4e9fe29
--- boost_1_34_1/boost/date_time/tz_db_base.hpp	2008-06-12 13:03:34.000000000 +0200
4e9fe29
+++ boost_1_34_1-pm/boost/date_time/tz_db_base.hpp	2008-06-12 12:59:43.000000000 +0200
4e9fe29
@@ -158,7 +158,7 @@ namespace boost {
4e9fe29
       typedef typename time_zone_type::base_type time_zone_base_type;
4e9fe29
       typedef typename time_zone_type::time_duration_type time_duration_type;
4e9fe29
       typedef time_zone_names_base<char_type> time_zone_names;
4e9fe29
-      typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
4e9fe29
+      typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets_t;
4e9fe29
       typedef std::basic_string<char_type> string_type;
4e9fe29
 
4e9fe29
       //! Constructs an empty database
4e9fe29
@@ -346,18 +346,18 @@ namespace boost {
4e9fe29
         time_duration_type utc_offset = 
4e9fe29
           str_from_delimited_time_duration<time_duration_type,char_type>(result[GMTOFFSET]);
4e9fe29
         
4e9fe29
-        dst_adjustment_offsets adjust(time_duration_type(0,0,0),
4e9fe29
-                                      time_duration_type(0,0,0),
4e9fe29
-                                      time_duration_type(0,0,0));
4e9fe29
+        dst_adjustment_offsets_t adjust(time_duration_type(0,0,0),
4e9fe29
+					time_duration_type(0,0,0),
4e9fe29
+					time_duration_type(0,0,0));
4e9fe29
 
4e9fe29
         boost::shared_ptr<rule_type> rules;
4e9fe29
 
4e9fe29
         if(has_dst){
4e9fe29
-          adjust = dst_adjustment_offsets(
4e9fe29
-                                          str_from_delimited_time_duration<time_duration_type,char_type>(result[DSTADJUST]),
4e9fe29
-                                          str_from_delimited_time_duration<time_duration_type,char_type>(result[START_TIME]),
4e9fe29
-                                          str_from_delimited_time_duration<time_duration_type,char_type>(result[END_TIME])
4e9fe29
-                                          );
4e9fe29
+          adjust = dst_adjustment_offsets_t(
4e9fe29
+					    str_from_delimited_time_duration<time_duration_type,char_type>(result[DSTADJUST]),
4e9fe29
+					    str_from_delimited_time_duration<time_duration_type,char_type>(result[START_TIME]),
4e9fe29
+					    str_from_delimited_time_duration<time_duration_type,char_type>(result[END_TIME])
4e9fe29
+					    );
4e9fe29
 
4e9fe29
           rules = 
4e9fe29
             boost::shared_ptr<rule_type>(parse_rules(result[START_DATE_RULE],