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