mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
a27892b6c8
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1774 a592a061-630c-0410-9148-cb99ea01b6c8
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
2001-03-15 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* FileInfo.h: noncopyable is in namespace boost
|
|
* path.h: ditto
|
|
|
|
2001-02-16 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
* syscontr.h: fix header include
|
|
|
|
2001-02-28 Baruch Even <baruch@ev-en.org>
|
|
|
|
* filetools.C: Removed dependency on syscall.h
|
|
|
|
* syscall.h:
|
|
* syscall.C: Minor cleanings before I start to touch this code.
|
|
|
|
2001-02-27 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* filetools.C (CreateTmpDir): change umask to 0700.
|
|
|
|
2001-02-27 José 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 contained.
|
|
|
|
2001-02-14 Lars Gullik Bjø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.
|