]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
inherit privately from noncopyable, add algos, use namespace lyx
[lyx.git] / src / support / ChangeLog
1 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * lyxalgo.h: put into namespace lyx, add firster and copy_if
4
5         * FileInfo.h: inherit privately from noncopyable
6         * path.h: ditto
7
8 2001-04-16  Allan Rae  <rae@lyx.org>
9
10         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
11         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
12
13 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14
15         * several files: remove CXX_WORKING_NAMESPACES
16
17         * FileInfo.h: noncopyable is in namespace boost
18         * path.h: ditto
19
20 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
21
22         * syscontr.h: fix header include
23
24 2001-02-28  Baruch Even  <baruch@ev-en.org>
25
26         * filetools.C: Removed dependency on syscall.h
27
28         * syscall.h:
29         * syscall.C: Minor cleanings before I start to touch this code.
30
31 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
32
33         * filetools.C (CreateTmpDir): change umask to 0700.
34
35 2001-02-27  José Matos  <jamatos@fep.up.pt>
36
37         * filetools.h (BasePath):
38         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
39
40         * filetools.C (IsLyXFilename):
41         * filetools.C (IsSGMLFilename): test if extension is suffix and not
42         only contained.
43
44 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
45
46         * fmt.C: 
47         * filetools.C: 
48         * atoi.C: remove cruft
49
50 2001-02-06  albert chin  <china@thewrittenword.com>
51
52         * snprintf.h: 
53         * fmt.C: use HAVE_DECL_SNPRINTF
54         
55 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
56
57         * lyxstring.C: Fix some assertions.
58
59 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
60
61         * lstrings.C (strip): Add a fix for compilers with broken
62         string::find_last_not_of.
63
64         * filetools.C (AddPath): Simplify by using strip and frontStrip.
65
66 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
67
68         * lyxstring.C (rfind): Fix broken functions.
69         (find): Few optimizations.