]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
fix doxygen operation ; stop #warning causing errors on Sun CC 6.0
[lyx.git] / src / support / ChangeLog
1 2001-04-16  Allan Rae  <rae@lyx.org>
2
3         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
4         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
5
6 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7
8         * several files: remove CXX_WORKING_NAMESPACES
9
10         * FileInfo.h: noncopyable is in namespace boost
11         * path.h: ditto
12
13 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
14
15         * syscontr.h: fix header include
16
17 2001-02-28  Baruch Even  <baruch@ev-en.org>
18
19         * filetools.C: Removed dependency on syscall.h
20
21         * syscall.h:
22         * syscall.C: Minor cleanings before I start to touch this code.
23
24 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
25
26         * filetools.C (CreateTmpDir): change umask to 0700.
27
28 2001-02-27  José Matos  <jamatos@fep.up.pt>
29
30         * filetools.h (BasePath):
31         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
32
33         * filetools.C (IsLyXFilename):
34         * filetools.C (IsSGMLFilename): test if extension is suffix and not
35         only contained.
36
37 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
38
39         * fmt.C: 
40         * filetools.C: 
41         * atoi.C: remove cruft
42
43 2001-02-06  albert chin  <china@thewrittenword.com>
44
45         * snprintf.h: 
46         * fmt.C: use HAVE_DECL_SNPRINTF
47         
48 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
49
50         * lyxstring.C: Fix some assertions.
51
52 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
53
54         * lstrings.C (strip): Add a fix for compilers with broken
55         string::find_last_not_of.
56
57         * filetools.C (AddPath): Simplify by using strip and frontStrip.
58
59 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
60
61         * lyxstring.C (rfind): Fix broken functions.
62         (find): Few optimizations.