]> git.lyx.org Git - lyx.git/blobdiff - boost/ChangeLog
fix bulding on cygwin
[lyx.git] / boost / ChangeLog
index 4129834984bdd74516853226243a1b6d0958f5ff..dfe2e52813df520a1f8d80330685bf31d821fdc0 100644 (file)
@@ -1,3 +1,81 @@
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * libs/regex/src/cpp_regex_traits.cpp (message_data): cast to safe
+       types 
+
+       * libs/regex/src/c_regex_traits.cpp (do_update_ctype): cast to
+       safe types.
+
+       * boost/config/compiler/gcc.hpp: allow for gcc 2.4
+
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * boost/type_traits/detail/wrap.hpp: add file
+
+2003-03-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * update boot so version 1.30.0
+
+2003-03-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * update from boost cvs branch RC_1_30_0
+
+2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * update boost to version pre-1.30.0
+
+2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * boost/format/format_implementation.hpp (clear_bind): use
+       io::out_of_range
+
+       * boost/config/user.hpp (BOOST_FUNCTION_NO_DEPRECATED): define it.
+
+2002-11-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Boost.Format: add files so that this boost lib can be used.
+
+2002-11-07  Angus Leeming  <leeming@lyx.org>
+
+       * libs/regex/src/Makefile.am: add cregex.cpp and fileiter.cpp
+
+2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * update boost to version 1.29.0.
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * update boost, we have almost no local changes to the boost files
+       now.
+       [But still: Remember that all changes to boost code _must_ go
+       through me, then I can sync up with my boost tree, and also
+       request changes on the boost developers list.]
+
+2002-08-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * update boost
+       [Remember that all changes to boost code _must_ go through me,
+       then I can sync up with my boost tree, and also request changes on
+       the boost developers list.]
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * update boost
+       [Remember that all changes to boost code _must_ go through me,
+       then I can sync up with my boost tree, and also request changes on
+       the boost developers list.]
+
+2002-06-18  Angus Leeming  <leeming@lyx.org>
+
+       Reapplied:
+       * boost/signals/connection.hpp:
+       * libs/signals/src/connection.cpp: c-assert expects an int, so don't
+       pass it a pointer.
+
+2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * update boost. (prev commit lost).
+
 2002-06-12  Angus Leeming  <leeming@lyx.org>
 
        * boost/signals/connection.hpp: