]> git.lyx.org Git - features.git/blob - src/support/ChangeLog
10a495ef3125d51553f8a0da2c9334f28e0cc2cf
[features.git] / src / support / ChangeLog
1 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * lyxsum.C (sum): use istreambuf_iterator when available.
4
5 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6
7         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
8         directly instead.
9
10         * lyxstring.C (operator): make const operator[] behave as
11         non-const and at.
12
13 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14
15         * Makefile.am (EXTRA_DIST): add the os_*.C files.
16
17 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18
19         * filetools.C (MakeAbsPath): remove debugging statement
20
21 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
22
23         * FileInfo.h: X_OK workaround for cygwin
24
25         * Makefile.am:
26         * os.C:
27         * os.h:
28         * os_os2.C:
29         * os_unix.C:
30         * os_win32.C:
31         * filetools.C:
32         * filetools.h: Added os:: class.
33
34         * rename.C:
35         * syscall.C:
36         * tempname.C: OS/2 fixes
37
38 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
39
40         * textutils.h: remvoe !NEW_INSETS cruft
41
42 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
43
44         * fmt.C: 
45         * atoi.C: add using directives when needed for C functions
46         declared in std:: namespace.
47
48 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
49
50         * lstrings.C : add two helper structs, local_lowercase and
51         local_uppercase. 
52         (lowercase): change to use std::transform
53         (uppercase): change to use std::transform
54
55 2001-04-25  Allan Rae  <rae@lyx.org>
56
57         * lyxstring.C : Assert got moved and Lars missed a few.
58
59 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
60
61         * LAssert.h (Assert): put into namespace lyx
62
63         * lyxfunctional.h: put into namespace lyx
64         * translator.h: adjust
65
66 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
67
68         * lyxalgo.h: put into namespace lyx, add firster and copy_if
69
70         * FileInfo.h: inherit privately from noncopyable
71         * path.h: ditto
72
73 2001-04-16  Allan Rae  <rae@lyx.org>
74
75         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
76         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
77
78 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
79
80         * several files: remove CXX_WORKING_NAMESPACES
81
82         * FileInfo.h: noncopyable is in namespace boost
83         * path.h: ditto
84
85 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
86
87         * syscontr.h: fix header include
88
89 2001-02-28  Baruch Even  <baruch@ev-en.org>
90
91         * filetools.C: Removed dependency on syscall.h
92
93         * syscall.h:
94         * syscall.C: Minor cleanings before I start to touch this code.
95
96 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
97
98         * filetools.C (CreateTmpDir): change umask to 0700.
99
100 2001-02-27  José Matos  <jamatos@fep.up.pt>
101
102         * filetools.h (BasePath):
103         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
104
105         * filetools.C (IsLyXFilename):
106         * filetools.C (IsSGMLFilename): test if extension is suffix and not
107         only contained.
108
109 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
110
111         * fmt.C: 
112         * filetools.C: 
113         * atoi.C: remove cruft
114
115 2001-02-06  albert chin  <china@thewrittenword.com>
116
117         * snprintf.h: 
118         * fmt.C: use HAVE_DECL_SNPRINTF
119         
120 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
121
122         * lyxstring.C: Fix some assertions.
123
124 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
125
126         * lstrings.C (strip): Add a fix for compilers with broken
127         string::find_last_not_of.
128
129         * filetools.C (AddPath): Simplify by using strip and frontStrip.
130
131 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
132
133         * lyxstring.C (rfind): Fix broken functions.
134         (find): Few optimizations.