]> git.lyx.org Git - lyx.git/blob - boost/ChangeLog
Introduce LFUN_PRINT.
[lyx.git] / boost / ChangeLog
1 2004-02-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * update boost to version 1.31.0
4
5 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
6
7         * libs/regex/src/Makefile.am: remove trailing backslash
8
9 2004-01-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
10
11         * add boost::filesystem.
12
13 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
14
15         * libs/regex/src/cpp_regex_traits.cpp (seekpos): use correct
16         types. same patch sent to boost list and accepted there.
17
18 2003-10-07  Angus Leeming  <leeming@lyx.org>
19
20         * boost/any.hpp: change the throw to boost::throw_exception.
21
22 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
23
24         * boost/test/detail/nullstream.hpp: new file
25
26 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
27
28         * boost/config/compiler/gcc.hpp: allow for gcc 3.4
29
30         * update boost to version 1.30.2
31
32 2003-08-21  Michael Schmitt  <michael.schmitt@teststep.org>
33
34         * boost/integer_traits.hpp: fix compile error on NetBSD
35
36 2003-08-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
37
38         * boost/config/user.hpp: do not use BOOST_NO_EXCEPTIONS here, that
39         is done automatically by the gcc config.
40
41         * boost/config/compiler/gcc.hpp: allow for gcc 2.4
42
43         * update boost to version 1.30.1
44
45 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
46
47         * libs/regex/src/cpp_regex_traits.cpp (message_data): cast to safe
48         types
49
50         * libs/regex/src/c_regex_traits.cpp (do_update_ctype): cast to
51         safe types.
52
53         * boost/config/compiler/gcc.hpp: allow for gcc 2.4
54
55 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
56
57         * boost/type_traits/detail/wrap.hpp: add file
58
59 2003-03-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
60
61         * update boost to version 1.30.0
62
63 2003-03-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
64
65         * update from boost cvs branch RC_1_30_0
66
67 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
68
69         * update boost to version pre-1.30.0
70
71 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
72
73         * boost/format/format_implementation.hpp (clear_bind): use
74         io::out_of_range
75
76         * boost/config/user.hpp (BOOST_FUNCTION_NO_DEPRECATED): define it.
77
78 2002-11-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
79
80         * Boost.Format: add files so that this boost lib can be used.
81
82 2002-11-07  Angus Leeming  <leeming@lyx.org>
83
84         * libs/regex/src/Makefile.am: add cregex.cpp and fileiter.cpp
85
86 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
87
88         * update boost to version 1.29.0.
89
90 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
91
92         * update boost, we have almost no local changes to the boost files
93         now.
94         [But still: Remember that all changes to boost code _must_ go
95         through me, then I can sync up with my boost tree, and also
96         request changes on the boost developers list.]
97
98 2002-08-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
99
100         * update boost
101         [Remember that all changes to boost code _must_ go through me,
102         then I can sync up with my boost tree, and also request changes on
103         the boost developers list.]
104
105 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
106
107         * update boost
108         [Remember that all changes to boost code _must_ go through me,
109         then I can sync up with my boost tree, and also request changes on
110         the boost developers list.]
111
112 2002-06-18  Angus Leeming  <leeming@lyx.org>
113
114         Reapplied:
115         * boost/signals/connection.hpp:
116         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
117         pass it a pointer.
118
119 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
120
121         * update boost. (prev commit lost).
122
123 2002-06-12  Angus Leeming  <leeming@lyx.org>
124
125         * boost/signals/connection.hpp:
126         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
127         pass it a pointer.
128
129 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
130
131         * libs/regex/src/Makefile.am: only compile the source files that
132         we actually have to.
133
134 2002-05-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
135
136         * libs/regex/src/.cvsignore: ignore .lo, .deps and .libs
137         * libs/signals/src/.cvsignore: ditto
138
139 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
140
141         * libs/signals/Makefile.am: new file
142         * libs/signals/.cvsignore: ditto
143         * libs/signals/src/.cvsignore: ditto
144         * libs/signals/src/Makefile.am: ditto
145         * libs/signals/src/connection.cpp: ditto
146         * libs/signals/src/signal_base.cpp: ditto
147         * libs/signals/src/slot.cpp: ditto
148         * libs/signals/src/trackable.cpp: ditto
149
150         * libs/regex/src/.cvsignore: add libboostregex.la
151
152         * libs/Makefile.am (SUBDIRS): add signals
153
154 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
155
156         * libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
157         missing \ that made the lib incomplete.
158
159         * update and enable use of exceptions again.
160
161 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
162
163         * boost/detail/shared_count.hpp: never throw, assert or ponder on
164         instead.
165
166         * major boost update. (a bit more is comming)
167
168 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
169
170         * boost/crc.hpp (detail): re-apply the cxx patch from 2001-06-07.
171
172 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
173
174         * boost/config.hpp: update
175
176 2001-06-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
177
178         * boost/limits.hpp: completely bogus jug addon removed.
179
180         * boost/crc.hpp: possible fix for the cxx compilation problems, as
181         suggested on the boost list.
182
183 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
184
185         * boost/config.hpp: remove hack moved to config.h
186
187 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
188
189         * boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned
190         below.
191
192 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
193
194         * boost/utility.hpp: update
195         * boost/static_assert.hpp: update
196         * boost/smart_ptr.hpp: update
197         * boost/config.hpp: update
198         (BOOST_NO_LIMITS): add a hack so that we can continue to use
199         lyxstring.
200
201         * boost/detail/limits.hpp: new file
202         * boost/limits.hpp: new file
203         * boost/integer.hpp: new file
204         * boost/crc.hpp: new file
205
206 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
207
208         * boost/re_detail/regex_synch.hpp: delete file
209         * boost/re_detail/regex_stack.hpp: delete file
210         * boost/re_detail/regex_split.hpp: delete file
211         * boost/re_detail/regex_raw_buffer.hpp: delete file
212         * boost/re_detail/regex_options.hpp: delete file
213         * boost/re_detail/regex_match.hpp: delete file
214         * boost/re_detail/regex_library_include.hpp: delete file
215         * boost/re_detail/regex_kmp.hpp: delete file
216         * boost/re_detail/regex_format.hpp: delete file
217         * boost/re_detail/regex_cstring.hpp: delete file
218         * boost/re_detail/regex_config.hpp: delete file
219         * boost/re_detail/regex_compile.hpp: delete file
220         * boost/re_detail/fileiter.hpp: delete file
221
222         * boost/regex_traits.hpp: delete file
223         * boost/regex.hpp: delete file
224         * boost/regex.h: delete file
225         * boost/cregex.hpp: delete file
226         * boost/config.h.in: delete file
227
228         * mkinstalldirs: delete file
229         * missing: delete file
230         * ltmain.sh delete file
231         * ltconfig: delete file
232         * install-sh: delete file
233         * configure.in: delete file
234         * config.sub: delete file
235         * config.guess: delete file
236         * aclocal.m4: delete file
237         * acinclude.m4: delete file
238
239 2001-05-30  Juergen Vigna  <jug@sad.it>
240
241         * boost/config.hpp: change include of <string> to "LString.h".
242
243 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
244
245         * boost/utility.hpp: update
246
247         * boost/smart_ptr.hpp: update... not finished
248
249         * boost/config.hpp: update
250
251 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
252
253         * boost/array.hpp: move array back into namespace boost
254
255 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
256
257         * boost/utility.hpp: remove lyx specific modifications.
258
259 2001-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
260
261         * .cvsignore: added various files