]> git.lyx.org Git - features.git/blob - src/support/ChangeLog
f6d967a27aacd00a8d2b5f469b3f95726c9781ab
[features.git] / src / support / ChangeLog
1 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * lstrings.h: do not include <cctype>
4
5 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
6
7         * lyxsum.C: portability fix for mmap patch
8
9 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10
11         * filetools.C:
12         * lstrings.C:
13         * lyxstring.C: change "while(" to "while ("
14
15 2001-12-03  Ben Stanley <bds02@uow.edu.au>
16
17         * lyxsum.C: Added mmap version of CRC and made it selected 
18         by default where available. Used process_block for crc for speedup.
19         
20 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
21
22         * filetools.C: more robust failure for DirList()
23
24 2001-11-29  André Pönitz <poenitz@gmx.net>
25         
26         * types.h: introduce types for textclass numbers and layout numbers
27
28 2001-11-28  André Pönitz <poenitz@gmx.net>
29         
30         * Makefile.am: put types.h in
31
32 2001-11-26  André Pönitz <poenitz@gmx.net>
33         
34         * types.h: introduce types for paragraph positions and layout numbers
35
36 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
37
38         * filetools.C: remove dead code
39  
40         * syscall.C: show prog in fail case
41  
42 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
43
44         * filetools.C: code style cleanup
45
46 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
47
48         * os.h: remove spurious punctuation.
49
50 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
51
52         * LAssert.h:
53         * LAssert.C: use new emergencyCleanup()
54  
55 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
56
57         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
58         like GNU gettext does.
59
60 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
61
62         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
63         several methods)
64         (findtexfile): oops! the change from last friday was wrong...
65
66         * os_win32.C (is_absolute_path): 
67         * os_unix.C (is_absolute_path): 
68         * os_os2.C (is_absolute_path): new method       
69
70 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
71
72         * filetools.C (findtexfile): apply os::internal_path to the result.
73
74 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
75
76         * os_win32.C: 
77         * os_unix.C:
78         * os_os2.C:
79         * os.h: add internal_path method, which converts a unix-type file
80         name to the type known to the underlying file system (currently
81         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
82
83 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
84
85         * smart_ptr.h: new file
86
87         * utility.h: new file
88
89 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
90
91         * filetools.h:
92         * filetools.C (IsDirWriteable): fix this
93  
94 2001-07-26  Baruch Even  <baruch@lyx.org>
95
96         * lyxlib.h (float_equal): Added function to compare floats almost equal
97         (see function comment).
98
99 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
100
101         Consistent use of Lsstream.h:
102         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
103
104 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
105
106         * translator.h: (*it). -> it->
107
108 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
109
110         * filetools.C (DeleteAllFilesInDir): send debug output to
111         Debug::FILES instewad of Debug::ANY.
112
113         * DebugStream.h: remove gcc 2.8.x hack.
114
115 2001-06-26  The LyX Project  <jug@sad.it>
116
117         * lstrings.h:
118         * lstrings.C (escape): move method to escape non ascii characters
119         from insets label and ref to here.
120
121 2001-06-25  The LyX Project  <jug@sad.it>
122
123         * filetools.C (IsLyXFilename): 
124         (IsSGMLFilename): do case insensitive name matching
125
126 2001-06-24  The LyX Project  <jug@sad.it>
127
128         * lstrings.C (compare_ascii_no_case): version of compare_no_case
129         which only considers case of ascii characters
130
131         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
132         sstream header.
133
134 2001-06-23  The LyX Project  <jug@sad.it>
135
136         * textutils.h (IsPrintable): take into account unprintable spaces
137         above 127.
138         (IsDigit): new function
139         (IsLetterCharOrDigit): use IsDigit
140
141 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
142
143         * filetools.C (findtexfile): strip final \r if necessary (for
144         cygwin)
145
146 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
147
148         * FileInfo.C:
149         * StrPool.C: removed // -*- C++ -*- as first line.
150
151 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
152
153         * lyxsum.C (do_crc): switch to use boost::crc for generating the
154         checksum.
155
156 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
157
158         * lstrings.C: 
159         * syscall.C:
160         * syscontr.C: 
161         * LSubstring.C: bring C functions in global namespace if
162         necessary. 
163
164         * lstrings.h (compare): use the std:: version of str[n]cmp only
165         when it exists.
166
167 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
168
169         * syscontr.C: add std::
170
171         * syscall.C: add std::
172
173         * lstrings.h (compare): add std::
174
175         * lstrings.C (prefixIs): add std::
176         (suffixIs): ditto
177         (subst): ditto
178
179         * LSubstring.C (LSubstring): add std::
180
181 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
182
183         * lyxsum.C (sum): use istreambuf_iterator when available.
184
185 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
186
187         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
188         directly instead.
189
190         * lyxstring.C (operator): make const operator[] behave as
191         non-const and at.
192
193 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
194
195         * Makefile.am (EXTRA_DIST): add the os_*.C files.
196
197 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
198
199         * filetools.C (MakeAbsPath): remove debugging statement
200
201 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
202
203         * FileInfo.h: X_OK workaround for cygwin
204
205         * Makefile.am:
206         * os.C:
207         * os.h:
208         * os_os2.C:
209         * os_unix.C:
210         * os_win32.C:
211         * filetools.C:
212         * filetools.h: Added os:: class.
213
214         * rename.C:
215         * syscall.C:
216         * tempname.C: OS/2 fixes
217
218 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
219
220         * textutils.h: remvoe !NEW_INSETS cruft
221
222 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
223
224         * fmt.C: 
225         * atoi.C: add using directives when needed for C functions
226         declared in std:: namespace.
227
228 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
229
230         * lstrings.C : add two helper structs, local_lowercase and
231         local_uppercase. 
232         (lowercase): change to use std::transform
233         (uppercase): change to use std::transform
234
235 2001-04-25  Allan Rae  <rae@lyx.org>
236
237         * lyxstring.C : Assert got moved and Lars missed a few.
238
239 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
240
241         * LAssert.h (Assert): put into namespace lyx
242
243         * lyxfunctional.h: put into namespace lyx
244         * translator.h: adjust
245
246 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
247
248         * lyxalgo.h: put into namespace lyx, add firster and copy_if
249
250         * FileInfo.h: inherit privately from noncopyable
251         * path.h: ditto
252
253 2001-04-16  Allan Rae  <rae@lyx.org>
254
255         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
256         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
257
258 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
259
260         * several files: remove CXX_WORKING_NAMESPACES
261
262         * FileInfo.h: noncopyable is in namespace boost
263         * path.h: ditto
264
265 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
266
267         * syscontr.h: fix header include
268
269 2001-02-28  Baruch Even  <baruch@ev-en.org>
270
271         * filetools.C: Removed dependency on syscall.h
272
273         * syscall.h:
274         * syscall.C: Minor cleanings before I start to touch this code.
275
276 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
277
278         * filetools.C (CreateTmpDir): change umask to 0700.
279
280 2001-02-27  José Matos  <jamatos@fep.up.pt>
281
282         * filetools.h (BasePath):
283         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
284
285         * filetools.C (IsLyXFilename):
286         * filetools.C (IsSGMLFilename): test if extension is suffix and not
287         only contained.
288
289 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
290
291         * fmt.C: 
292         * filetools.C: 
293         * atoi.C: remove cruft
294
295 2001-02-06  albert chin  <china@thewrittenword.com>
296
297         * snprintf.h: 
298         * fmt.C: use HAVE_DECL_SNPRINTF
299         
300 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
301
302         * lyxstring.C: Fix some assertions.
303
304 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
305
306         * lstrings.C (strip): Add a fix for compilers with broken
307         string::find_last_not_of.
308
309         * filetools.C (AddPath): Simplify by using strip and frontStrip.
310
311 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
312
313         * lyxstring.C (rfind): Fix broken functions.
314         (find): Few optimizations.