lyx_mirror/src/support/ChangeLog

40 lines
992 B
Plaintext
Raw Normal View History

2001-02-27 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
* filetools.C (CreateTmpDir): change umask to 0700.
2001-02-27 Jos<6F> Matos <jamatos@fep.up.pt>
* filetools.h (BasePath):
* filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
* filetools.C (IsLyXFilename):
* filetools.C (IsSGMLFilename): test if extension is suffix and not
only containned.
2001-02-14 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
* fmt.C:
* filetools.C:
* atoi.C: remove cruft
2001-02-06 albert chin <china@thewrittenword.com>
* snprintf.h:
* fmt.C: use HAVE_DECL_SNPRINTF
2001-01-26 Dekel Tsur <dekelts@tau.ac.il>
* lyxstring.C: Fix some assertions.
2001-01-23 Dekel Tsur <dekelts@tau.ac.il>
* lstrings.C (strip): Add a fix for compilers with broken
string::find_last_not_of.
* filetools.C (AddPath): Simplify by using strip and frontStrip.
2001-01-20 Dekel Tsur <dekelts@tau.ac.il>
* lyxstring.C (rfind): Fix broken functions.
(find): Few optimizations.