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