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