X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2FChangeLog;h=fdcb3879aad06a89c473288bcb51de98a6ebdf1c;hb=8524ee93c35ed3ca15a0aaafa7b893f2f7d21f47;hp=dda3ff3921a8df05e217a7a739e17d06e79a1e25;hpb=7ef4c4070c1e2874102eb428991c839b5e6c4dbc;p=lyx.git diff --git a/boost/ChangeLog b/boost/ChangeLog index dda3ff3921..fdcb3879aa 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,45 @@ +2006-03-12 Lars Gullik Bjønnes + + * libs/regex/src/Makefile.am (libboost_regex_la_SOURCES): remove + non-existant file + +2006-03-05 + + * boost/optional/optional_fwd.hpp: add missing file + +2006-03-05 Lars Gullik Bjøøonnes + + * Upgrade to version 1.33.1 of boost. + +2006-02-21 Lars Gullik Bjønnes + + * boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile + problem + +2005-09-30 Angus Leeming + + * libs/filesystem/src/operations_posix_windows.cpp (exists): + add ERROR_ACCESS_DENIED to the list of "recognised" errors. It + appears that Win98SE returns such an error from GetFileAttributes + if asked to query a path on a drive that doesn't exist. + + The "correct" fix is currently being discussed on the boost-devel + list, but this work around will do for us for now. + +2005-09-30 Angus Leeming + + * libs/filesystem/src/operations_posix_windows.cpp: add a block + of preprocessor code to include NewAPIs.h conditioned on the + WANT_GETFILEATTRIBUTESEX_WRAPPER macro. Enables runtime support + for Windows 95. + (_is_empty, file_size): replace GetFileAttributesExA with the + macro GetFileAttributesEx to enable the stub magic in NewAPIs.h + to work. + +2005-01-05 Lars Gullik Bjønnes + + * boost/detail/lwm_win32_nt.h: new file + 2004-12-05 Lars Gullik Bjønnes * libs/signals/src/.cvsignore: libboostsignals -> libboost_signals @@ -10,7 +52,7 @@ libboost_filesystem * libs/filesystem/src/Makefile.am: ditto -2004-12-04 Lars Gullik Bjonnes +2004-12-04 Lars Gullik Bjønnes * boost/config/compiler/gcc.hpp: all to compile with gcc 4.0 without warnings. @@ -19,11 +61,11 @@ * add spirit to the collection -2004-11-20 Lars Gullik Bjonnes +2004-11-20 Lars Gullik Bjønnes * update boost to version 1.32.0 -2004-04-03 Lars Gullik Bjonnes +2004-04-03 Lars Gullik Bjønnes * libs/filesystem/src/Makefile.am (AM_CXXFLAGS): define BOOST_USER_CONFIG @@ -36,15 +78,15 @@ format_item::truncate_ from 'int' to 'std::streamsize', thereby fixing a run-time error when using the library on a 64-bit machine. -2004-02-05 Lars Gullik Bjonnes +2004-02-05 Lars Gullik Bjønnes * update boost to version 1.31.0 -2004-01-26 Lars Gullik Bjonnes +2004-01-26 Lars Gullik Bjønnes * libs/regex/src/Makefile.am: remove trailing backslash -2004-01-08 Lars Gullik Bjonnes +2004-01-08 Lars Gullik Bjønnes * add boost::filesystem.