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