]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
make lyx compile with gcc 3.4. remove some warnings.
[lyx.git] / src / support / ChangeLog
1 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * BoostFormat.h (boost): remove one extern template. Gcc 3.4. does
4         not allow it (at least not in this form.)
5
6 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7
8         * os_win32.C: put namespace os in lyx::support.
9
10         * lstrings.C (bformat): call Assert from correct namespace.
11
12         * introduce namespace lyx::support
13
14 2003-06-30  André Pönitz  <poenitz@gmx.net>
15
16         * filetools.C:
17         * lstrings.C: re-enable --with-included-string
18
19 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
20
21         * filetools.h: fix some \param issue
22
23         * boost-inst.C: fix \file
24
25         * LAssert.h: fix \file
26
27 2003-06-20  Angus Leeming  <leeming@lyx.org>
28
29         * filetools.[Ch] (NormalizePath): also change /foo//bar ==> /foo/bar.
30
31 2003-06-18  Angus Leeming  <leeming@lyx.org>
32
33         * many files: add the standard blurb, "This file is part of LyX" etc
34
35 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
36
37         * limited_stack.h: make it have a const_iterator, add begin, and
38         end as interface.
39
40 2003-06-10  Angus Leeming  <leeming@lyx.org>
41
42         * filetools.C (copyFileToDir): ensure that temp files have unique names.
43
44 2003-06-04  André Pönitz  <poenitz@gmx.net>
45
46         * limited_stack.h (top): return reference instead of value
47
48 2003-06-02  Angus Leeming  <leeming@lyx.org>
49
50         * filetools.[Ch] (copyFileToDir): new helper function.
51
52         * os.h: remove trailing semi-colon from end of namespace os block.
53
54 2003-06-01  Angus Leeming  <leeming@lyx.org>
55
56         * filetools.h (LibScriptSearch): give the function a meaningful
57         description of what it now does.
58
59 2003-05-30  Angus Leeming  <leeming@lyx.org>
60
61         * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
62         this with the path to the script. If the script is not found, the "$$s/"
63         string is removed.
64
65 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
66
67         * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
68         char const *.
69
70 2003-05-19  André Pönitz  <poenitz@gmx.net>
71
72         * lstrings.C: add missing implementation of three-arg bformat
73
74         * lstrings.C: change rest of char * fmt -> string const & fmt
75
76
77 2003-05-15  André Pönitz  <poenitz@gmx.net>
78
79         * lstrings.[Ch]: use string const & instead of char const * for format
80
81 2003-05-12  André Pönitz  <poenitz@gmx.net>
82
83         * tostr.[Ch]: add long int overload
84
85 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
86
87         * lstrings.[Ch]: compile fix
88
89 2003-05-12  André Pönitz  <poenitz@gmx.net>
90
91         * lstrings.[Ch]: bformat() as wrapper around boost::format
92
93         * lyxstring.h: enable templatized constructor
94
95 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
96
97         * limited_stack.h: Change some comments, simplify a couple of
98         class functions.
99
100 2003-02-21  André Pönitz <poenitz@gmx.net>
101
102         * limited_stack.h: change underlying container to deque to
103           make this re-usable in mathed
104
105 2003-04-08  John Levon  <levon@movementarian.org>
106
107         * filetools.C: fix MakeDisplayPath() to not
108         lie (bug 993)
109
110 2003-03-30  John Levon  <levon@movementarian.org>
111
112         * Makefile.am:
113         * BoostFormat.h:
114         * boost-inst.C: moved from src/
115
116 2003-03-29  John Levon  <levon@movementarian.org>
117
118         * filetools.h:
119         * filetools.C: never call Alert directly from here
120
121 2003-03-12  John Levon  <levon@movementarian.org>
122
123         * textutils.h: remove META_NEWLINE
124
125 2003-02-27  Ling Li  <ling@caltech.edu>
126
127         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
128         sort.
129
130 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
131
132         * forkedcontr.C (timer): remove bogus continue
133
134 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
135
136         * forkedcallqueue.[Ch]: added
137
138 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
139
140         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
141         Emiting the signal can result in an arbitrary change to the list.
142
143 2003-02-25  Angus Leeming  <leeming@lyx.org>
144
145         * forkedcontr.C (timer): Use a while loop rather than for; makes it
146         easier to erase an element.
147
148 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
149
150         * forkedcontr.C (timer): don't start a running timer.
151
152 2003-02-21  André Pönitz <poenitz@gmx.net>
153
154         * filetools.C (PutEnv): removed (unused)
155
156 2003-02-17  John Levon  <levon@movementarian.org>
157
158         * forkedcall.h:
159         * forkedcall.C: add running()
160
161 2003-02-08  John Levon  <levon@movementarian.org>
162
163         * Makefile.am:
164         * lyxtime.h:
165         * lyxtime.C: add typedef for time_t, add current_time
166
167         * Makefile.am:
168         * userinfo.h:
169         * userinfo.C: add
170
171 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
172
173         * filetools.C (getExtFromContents): remove detection of epsi
174
175 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
176
177         * several files: ws changes
178
179 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
180
181         * filetools.C (DirList): remove all ugly hacks and do it nice
182
183 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
184
185         * lyxsum.C: an ugly hack to compile with non-gnu linkers
186
187 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
188
189         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
190         a solution that he likes and which actually works.
191
192 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
193
194         * lstrings.h (tostr): STRCONV
195
196         * lstrings.C (regexMatch): STRCONV
197         (getVectorFromString): STRCONV, manual copy into vector
198
199         * filetools.C (GetFileContents): STRCONV
200
201         * os.C: include config.h
202
203         * lstrings.C (getVectorFromString): rewrite to use
204         boost::tokenizer
205
206 2002-10-31  Angus Leeming  <leeming@lyx.org>
207
208         * forkedcall.C (generateChild): clean it up further.
209
210 2002-10-25  Angus Leeming  <leeming@lyx.org>
211
212         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
213         and a minimal ForkedCall daughter class.
214
215         * forkedcontr.[Ch]: minimal changes reflecting the use of a
216         ForkedProcess base class responsible for launching all child proceses.
217
218 2002-09-25  Angus Leeming  <leeming@lyx.org>
219
220         * LIstream.h:
221         * LOstream.h: doxygen fixes.
222
223 2002-09-24  Angus Leeming  <leeming@lyx.org>
224
225         * most files: clean-up the license info.
226
227 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
228
229         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
230
231 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
232
233         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
234         since at least for Cygwin, the "rb" read_mode acceptable for
235         fopen() is illegal for popen(), whose mode argument *must* be "r"
236         or "w".
237
238         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
239         of os::read_mode()
240
241 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
242
243         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
244         utility.h
245
246         * smart_ptr.h: remove file
247         * utility.h: ditto
248
249 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
250
251         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
252         class_fun and void_class_fun
253
254 2002-08-20  John Levon  <levon@movementarian.org>
255
256         * Makefile.am:
257         * fmt.C: remove
258
259 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
260
261         * textutils.h: formatting.
262
263 2002-08-08  John Levon  <levon@movementarian.org>
264
265         * limited_stack.h: default to 100 not 10
266
267 2002-08-01  John Levon  <levon@movementarian.org>
268
269         * forkedcall.C: more details on error
270
271 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
272
273         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
274         also add a trim function that is the equiv of
275         strip(frontStrip(...)), also reimplement the functions
276         (improvements still possible.)
277
278         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
279         * forkedcall.C (generateChild): ditto
280         * lstrings.C: ditto
281
282
283 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
284
285         * filetools.C (GetEnvPath): modify because of strip changes
286         (createDirectory): ditto
287         (findtexfile): ditto
288         * lstrings.[Ch] (isStrInt): ditto
289         (isStrUnsignedInt): ditto
290         (strToInt): ditto
291         (strToUnsignedInt): ditto
292         (isStrDbl): ditto
293         (contains): removed unneeded version of contains
294         (containsOnly): removed uneeded versions of containsOnly
295         (strip, frontStrip): removed unneded versions, changed argument types.
296
297 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
298
299         * filetools.C (RunCommand): Made public
300
301 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
302
303         * limited_stack.h: fix comment, remove un-needed header
304
305 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
306
307         * lstrings.h: correct comments for token and tokenPos
308
309 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
310
311         * lyxstring.C (operator>>): replace code which works only with
312         _some_ versions of GNU STL with generic one
313
314 2002-07-18  Angus Leeming  <leeming@lyx.org>
315
316         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
317         signal should it do so.
318
319         * Makefile.am: add FileMonitor.[Ch].
320
321 2002-07-18  André Pönitz <poenitz@gmx.net>
322
323         * filetools.C (LibScriptSearch): bug fix
324
325 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
326
327         * filetools.C (LyXReadLink): add bool 'resolve' to return link
328         contents as an absolute path
329
330 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
331
332         * filetools.C (IsLyXFilename):
333         (IsSGMLFilename): use ascii_lowercase instead of lowercase
334
335         * lstrings.[Ch] (ascii_lowercase): new function
336
337 2002-07-16  André Pönitz <poenitz@gmx.net>
338
339         * FileInfo.Ch: remove unneeded code
340
341 2002-06-20  Herbert Voss  <voss@perce.de>
342
343         * filetools.[C] (readExtFromContents): add support for
344         (x)fig format images
345
346 2002-06-26  André Pönitz <poenitz@gmx.net>
347
348         * filetools.[Ch]: small whitespace, more compact 'return' statement
349
350 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
351
352         * lyxalgo.h: add eliminate_duplicates
353
354 2002-06-17  Herbert Voss  <voss@perce.de>
355
356         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
357         (readBB_lyxerrMessage) to get better lyxerr messages
358         (getExtFromContents) test epsi files in the right way
359
360         * DestroxLyXTmpDir.C: changed to true, to delete the
361         temporary unzipped files, too.
362
363 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
364
365         * putenv.C (putenv): putenv should never be found in std::
366
367         * kill.C (kill): kill should never be found in std::
368
369         * filetools.C: pclose and popen should never be found in std::
370
371 2002-06-07  Angus Leeming  <leeming@lyx.org>
372
373         Fixes needed to compile with Compaq cxx 6.5.
374         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
375         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
376         more than one instance of overloaded function "lyx::class_fun" matches
377         the argument list.
378
379         * filetools.C:
380         * kill.C:
381         * lstrings.C:
382         * putenv.C:
383         * snprintf.h:
384         * systemcall.C:
385         * utility.h:
386         all c-library variables have been moved into namespace std.
387         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
388
389         * kill.C: rename signal.h as csignal.
390
391         * putenv.C: rename stdlib.h as cstdlib
392
393 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
394
395         * lxtl.h: remove unused file
396
397 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
398
399         * Makefile.am:
400         * date.C:
401         * getUserName.C:
402         * fileblocks.c:
403         * StrPool.h:
404         * StrPool.C: remove unused files
405
406         * lyxalgo.h:
407         * lyxlib.h:
408         * mkdir.C:
409         * path.h:
410         * path.C:
411         * systemcall.C:
412         * textutils.h:
413         * translator.h:
414         * types.h: document and small cleanups
415
416 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
417
418         * switch from SigC signals to boost::signals.
419
420 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
421
422         * Makefile.am:
423         * limited_stack.h: new template for limited-size
424           stacks
425
426 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
427
428         * filetools.C: do not include LSubstring.h
429
430         * lstrings.C: change include order
431         (regexMatch): use boost regex get rid of LRegex and LSubstring
432
433         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
434         stuff.
435
436         * LSubstring.h: remove file
437         * regex.c: ditto
438         * lyxregex.h: ditto
439         * LRegex.C: ditto
440         * LRegex.h: ditto
441         * LSubstring.C: ditto
442
443 2002-05-24  Juergen Vigna  <jug@sad.it>
444
445         * lyxsum.C: include local includes first (self containment)
446
447 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
448
449         * forkedcall.h: use more specific smart_ptr header.
450
451         * lyxsum.C: move some using declarations around.
452
453 2002-05-03  Herbert Voss  <voss@perce.de>
454
455         * filetools.C (getExtFromContents): only print the first 60 chars of
456         the scanned-string when debugging.
457
458 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
459
460         * lyxstring.C: close to typo fix.
461
462 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
463
464         * filetools.C: add a using std::getline directive.
465
466 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
467
468         * lyxstring.C (operator>>): try a new version of the operator>>
469
470 2002-04-14  Herbert Voss  <voss@perce.de>
471
472         * lstrings.[Ch]: move the getVectorFromString and the vice versa
473         from frontends/controllers/helper_funcs for better use in other
474         programs
475
476 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
477
478         * tempname.C (make_tempfile): simplify the #ifdef block by using
479         #if defined and re-write the #warning as a #error because it's terminal.
480
481 2002-04-08  Herbert Voss  <voss@perce.de>
482
483         * filetools.C (getExtFromContents): get tgif run
484
485 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
486
487         * filetools.C (getExtFromContents): re-format a little and remove
488         replicated "sgi" entry.
489
490 2002-04-07  Herbert Voss  <voss@perce.de>
491
492         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
493         for the lyx-view in graphics (moved from ControlGraphics)
494
495 2002-04-07  Herbert Voss  <voss@perce.de>
496
497         * filetools.C: fix bug for eps. scans now a whole line
498
499 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
500
501         * lyxstring.C (operator>>): use the better solution, this fixes a
502         "not able to read '\0'" bug.
503
504 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
505
506         * translator.h: add missing typename
507
508 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
509
510         * filetools.C (LibScriptSearch): new command. Searches for scripts
511         in lyx data directories.
512         (LibScriptSearch): try to use split() correctly.
513
514 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
515
516         * most files: ws cleanup
517
518         * Makefile.am: remove ld -r stuff
519
520 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
521
522         * Makefile.am (libsupport.la): special rules if partial linking
523
524 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
525
526         * forkedcontr.C: turn the timer off when their are no longer any
527         child processes running.
528
529 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
530
531         * forkedcall.h: docy fix
532         change SignalType second type to be const ref.
533
534         * forkedcall.C: doxy fix
535
536 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
537
538         * lyxsum.C: compilation fix
539
540 2002-03-02  Herbert Voss  <voss@perce.de>
541
542         * filetools.C: fix bug for xbm format and added some more debug
543         infos
544
545 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
546
547         * forkedcontr.h: make constructor public
548
549         * types.h: remove layout_type
550
551 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
552
553         * filetools.C (getExtFromContents): cleanup.
554
555         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
556
557 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
558
559         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
560         building outside of source tree.
561
562 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
563
564         * forkedcall.[Ch]:
565         * forkedcontr.[Ch]: new files. Asger's forked call controller is
566         re-born, with a working timer and a modified interface. The
567         startscript method is now passed a Signal rather than a pointer
568         to a callback function. This enables us to connect to the method of
569         a C++ class, if we so desire.
570
571         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
572
573 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
574
575         * Makefile.am:
576         * os2_defines.h:
577         * os2_errortable.h:
578         * nt_defines.h: moved from src/
579
580 2002-02-23  Herbert Voss  <voss@perce.de>
581
582         * filetools.C: added more graphic formats
583
584 2002-02-18  Herbert Voss  <voss@perce.de>
585
586         * filetools.C: (getExtFromContents) return the fileextension
587         if no format is detected.
588
589 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
590
591         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
592         as class SystemCall because one Systemcall instance represents a
593         single child process.
594
595         * filetools.C:
596         * Makefile.am: associated changes.
597
598 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
599
600         * syscall.C (Systemcalls): include <cstdlib>
601
602 2002-02-08  Herbert Voss  <voss@perce.de>
603
604         * filetools.C: (getExtFromContents) adding Grace-format
605         for filetypes
606
607 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
608
609         * syscontr.[Ch]:
610         * syssingleton.C: files removed.
611
612         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
613         uses it. Strip down the Systemcalls interface to make it brutally
614         obvious how unsophisticated it is.
615
616 2002-02-08  Herbert Voss  <voss@perce.de>
617
618         * filetools.C: (getExtFromContents) adding TGIF-format
619         and return type "user" when no type is detected
620
621 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
622
623         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
624
625 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
626
627         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
628
629 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
630
631         * FileInfo.h: remove special cygwin code.
632
633         * filetools.C (do_popen): use os::read_mode().
634
635         * os_win32.C (read_mode):
636         * os_os2.C (read_mode):
637         * os_unix.C (read_mode): new method
638
639         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
640         Hentschel). This code should maybe be moved to os:: class.
641
642 2002-02-08  Herbert Voss  <voss@perce.de>
643
644         * filetools.C: (unzipFile) fix typo
645
646 2002-02-06  Herbert Voss  <voss@perce.de>
647
648         * filetools.[Ch]: fix some bugs for detecting zipped files
649         adding unzipFile()
650
651 2002-02-04  Herbert Voss  <voss@perce.de>
652
653         * filetools.[Ch]: add ifZippedFile() for zipped
654         graphic files
655
656 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
657
658         * filetools.C (FileOpenSearch): remove duplicated line, probably
659         resulting from bad cut-and paste.
660
661 2002-01-31  Herbert Voss  <voss@perce.de>
662
663         * filetools.[Ch]: add getExtFromContents(), which returns
664         the type of the (graphic) file
665
666 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
667
668         * copy.C (copy): open file in binary mode (for cygwin)
669
670 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
671
672         * lyxsum.C: remove #warnings and replaced them with runtime debug
673         info.
674
675 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
676
677         * lyxalgo.h: include <algorithm>
678
679 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
680
681         * lyx_algo.h: add a standard-conforming count to namespace lyx.
682
683         * lstrings.[Ch] (countChar): removed. Use lyx::count.
684
685 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
686
687         * filetools.C: fix use of FileInfo
688
689         * FileInfo.h:
690         * FileInfo.C: add Asserts and documentation
691
692 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
693
694         * os_win32.C: compilation fixes
695
696 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
697
698         * lstrings.h: do not include <cctype>
699
700 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
701
702         * lyxsum.C: portability fix for mmap patch
703
704 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
705
706         * filetools.C:
707         * lstrings.C:
708         * lyxstring.C: change "while(" to "while ("
709
710 2001-12-03  Ben Stanley <bds02@uow.edu.au>
711
712         * lyxsum.C: Added mmap version of CRC and made it selected
713         by default where available. Used process_block for crc for speedup.
714
715 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
716
717         * filetools.C: more robust failure for DirList()
718
719 2001-11-29  André Pönitz <poenitz@gmx.net>
720
721         * types.h: introduce types for textclass numbers and layout numbers
722
723 2001-11-28  André Pönitz <poenitz@gmx.net>
724
725         * Makefile.am: put types.h in
726
727 2001-11-26  André Pönitz <poenitz@gmx.net>
728
729         * types.h: introduce types for paragraph positions and layout numbers
730
731 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
732
733         * filetools.C: remove dead code
734
735         * syscall.C: show prog in fail case
736
737 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
738
739         * filetools.C: code style cleanup
740
741 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * os.h: remove spurious punctuation.
744
745 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
746
747         * LAssert.h:
748         * LAssert.C: use new emergencyCleanup()
749
750 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
751
752         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
753         like GNU gettext does.
754
755 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
756
757         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
758         several methods)
759         (findtexfile): oops! the change from last friday was wrong...
760
761         * os_win32.C (is_absolute_path):
762         * os_unix.C (is_absolute_path):
763         * os_os2.C (is_absolute_path): new method
764
765 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
766
767         * filetools.C (findtexfile): apply os::internal_path to the result.
768
769 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
770
771         * os_win32.C:
772         * os_unix.C:
773         * os_os2.C:
774         * os.h: add internal_path method, which converts a unix-type file
775         name to the type known to the underlying file system (currently
776         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
777
778 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
779
780         * smart_ptr.h: new file
781
782         * utility.h: new file
783
784 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
785
786         * filetools.h:
787         * filetools.C (IsDirWriteable): fix this
788
789 2001-07-26  Baruch Even  <baruch@lyx.org>
790
791         * lyxlib.h (float_equal): Added function to compare floats almost equal
792         (see function comment).
793
794 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
795
796         Consistent use of Lsstream.h:
797         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
798
799 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
800
801         * translator.h: (*it). -> it->
802
803 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
804
805         * filetools.C (DeleteAllFilesInDir): send debug output to
806         Debug::FILES instewad of Debug::ANY.
807
808         * DebugStream.h: remove gcc 2.8.x hack.
809
810 2001-06-26  The LyX Project  <jug@sad.it>
811
812         * lstrings.h:
813         * lstrings.C (escape): move method to escape non ascii characters
814         from insets label and ref to here.
815
816 2001-06-25  The LyX Project  <jug@sad.it>
817
818         * filetools.C (IsLyXFilename):
819         (IsSGMLFilename): do case insensitive name matching
820
821 2001-06-24  The LyX Project  <jug@sad.it>
822
823         * lstrings.C (compare_ascii_no_case): version of compare_no_case
824         which only considers case of ascii characters
825
826         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
827         sstream header.
828
829 2001-06-23  The LyX Project  <jug@sad.it>
830
831         * textutils.h (IsPrintable): take into account unprintable spaces
832         above 127.
833         (IsDigit): new function
834         (IsLetterCharOrDigit): use IsDigit
835
836 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
837
838         * filetools.C (findtexfile): strip final \r if necessary (for
839         cygwin)
840
841 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
842
843         * FileInfo.C:
844         * StrPool.C: removed // -*- C++ -*- as first line.
845
846 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
847
848         * lyxsum.C (do_crc): switch to use boost::crc for generating the
849         checksum.
850
851 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
852
853         * lstrings.C:
854         * syscall.C:
855         * syscontr.C:
856         * LSubstring.C: bring C functions in global namespace if
857         necessary.
858
859         * lstrings.h (compare): use the std:: version of str[n]cmp only
860         when it exists.
861
862 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
863
864         * syscontr.C: add std::
865
866         * syscall.C: add std::
867
868         * lstrings.h (compare): add std::
869
870         * lstrings.C (prefixIs): add std::
871         (suffixIs): ditto
872         (subst): ditto
873
874         * LSubstring.C (LSubstring): add std::
875
876 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
877
878         * lyxsum.C (sum): use istreambuf_iterator when available.
879
880 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
881
882         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
883         directly instead.
884
885         * lyxstring.C (operator): make const operator[] behave as
886         non-const and at.
887
888 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
889
890         * Makefile.am (EXTRA_DIST): add the os_*.C files.
891
892 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
893
894         * filetools.C (MakeAbsPath): remove debugging statement
895
896 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
897
898         * FileInfo.h: X_OK workaround for cygwin
899
900         * Makefile.am:
901         * os.C:
902         * os.h:
903         * os_os2.C:
904         * os_unix.C:
905         * os_win32.C:
906         * filetools.C:
907         * filetools.h: Added os:: class.
908
909         * rename.C:
910         * syscall.C:
911         * tempname.C: OS/2 fixes
912
913 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
914
915         * textutils.h: remvoe !NEW_INSETS cruft
916
917 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
918
919         * fmt.C:
920         * atoi.C: add using directives when needed for C functions
921         declared in std:: namespace.
922
923 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
924
925         * lstrings.C : add two helper structs, local_lowercase and
926         local_uppercase.
927         (lowercase): change to use std::transform
928         (uppercase): change to use std::transform
929
930 2001-04-25  Allan Rae  <rae@lyx.org>
931
932         * lyxstring.C : Assert got moved and Lars missed a few.
933
934 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
935
936         * LAssert.h (Assert): put into namespace lyx
937
938         * lyxfunctional.h: put into namespace lyx
939         * translator.h: adjust
940
941 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
942
943         * lyxalgo.h: put into namespace lyx, add firster and copy_if
944
945         * FileInfo.h: inherit privately from noncopyable
946         * path.h: ditto
947
948 2001-04-16  Allan Rae  <rae@lyx.org>
949
950         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
951         as an unrecognised preprocessor directive.  So ensure they're wrapped.
952
953 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
954
955         * several files: remove CXX_WORKING_NAMESPACES
956
957         * FileInfo.h: noncopyable is in namespace boost
958         * path.h: ditto
959
960 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
961
962         * syscontr.h: fix header include
963
964 2001-02-28  Baruch Even  <baruch@ev-en.org>
965
966         * filetools.C: Removed dependency on syscall.h
967
968         * syscall.h:
969         * syscall.C: Minor cleanings before I start to touch this code.
970
971 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
972
973         * filetools.C (CreateTmpDir): change umask to 0700.
974
975 2001-02-27  José Matos  <jamatos@fep.up.pt>
976
977         * filetools.h (BasePath):
978         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
979
980         * filetools.C (IsLyXFilename):
981         * filetools.C (IsSGMLFilename): test if extension is suffix and not
982         only contained.
983
984 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
985
986         * fmt.C:
987         * filetools.C:
988         * atoi.C: remove cruft
989
990 2001-02-06  albert chin  <china@thewrittenword.com>
991
992         * snprintf.h:
993         * fmt.C: use HAVE_DECL_SNPRINTF
994
995 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
996
997         * lyxstring.C: Fix some assertions.
998
999 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1000
1001         * lstrings.C (strip): Add a fix for compilers with broken
1002         string::find_last_not_of.
1003
1004         * filetools.C (AddPath): Simplify by using strip and frontStrip.
1005
1006 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1007
1008         * lyxstring.C (rfind): Fix broken functions.
1009         (find): Few optimizations.