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