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