]> git.lyx.org Git - features.git/blob - src/support/ChangeLog
mathed cleanup, change mask for tmpdir
[features.git] / src / support / ChangeLog
1 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2
3         * filetools.C (CreateTmpDir): change umask to 0700.
4
5 2001-02-27  José Matos  <jamatos@fep.up.pt>
6
7         * filetools.h (BasePath):
8         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
9
10         * filetools.C (IsLyXFilename):
11         * filetools.C (IsSGMLFilename): test if extension is suffix and not
12         only containned.
13
14 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15
16         * fmt.C: 
17         * filetools.C: 
18         * atoi.C: remove cruft
19
20 2001-02-06  albert chin  <china@thewrittenword.com>
21
22         * snprintf.h: 
23         * fmt.C: use HAVE_DECL_SNPRINTF
24         
25 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
26
27         * lyxstring.C: Fix some assertions.
28
29 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
30
31         * lstrings.C (strip): Add a fix for compilers with broken
32         string::find_last_not_of.
33
34         * filetools.C (AddPath): Simplify by using strip and frontStrip.
35
36 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
37
38         * lyxstring.C (rfind): Fix broken functions.
39         (find): Few optimizations.