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