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