]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
win32 port updates
[lyx.git] / src / support / ChangeLog
1 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
2
3         * os_win32.C: 
4         * os_unix.C:
5         * os_os2.C:
6         * os.h: add internal_path method, which converts a unix-type file
7         name to the type known to the underlying file system (currently
8         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
9
10 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11
12         * smart_ptr.h: new file
13
14         * utility.h: new file
15
16 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
17
18         * filetools.h:
19         * filetools.C (IsDirWriteable): fix this
20  
21 2001-07-26  Baruch Even  <baruch@lyx.org>
22
23         * lyxlib.h (float_equal): Added function to compare floats almost equal
24         (see function comment).
25
26 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
27
28         Consistent use of Lsstream.h:
29         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
30
31 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
32
33         * translator.h: (*it). -> it->
34
35 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
36
37         * filetools.C (DeleteAllFilesInDir): send debug output to
38         Debug::FILES instewad of Debug::ANY.
39
40         * DebugStream.h: remove gcc 2.8.x hack.
41
42 2001-06-26  The LyX Project  <jug@sad.it>
43
44         * lstrings.h:
45         * lstrings.C (escape): move method to escape non ascii characters
46         from insets label and ref to here.
47
48 2001-06-25  The LyX Project  <jug@sad.it>
49
50         * filetools.C (IsLyXFilename): 
51         (IsSGMLFilename): do case insensitive name matching
52
53 2001-06-24  The LyX Project  <jug@sad.it>
54
55         * lstrings.C (compare_ascii_no_case): version of compare_no_case
56         which only considers case of ascii characters
57
58         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
59         sstream header.
60
61 2001-06-23  The LyX Project  <jug@sad.it>
62
63         * textutils.h (IsPrintable): take into account unprintable spaces
64         above 127.
65         (IsDigit): new function
66         (IsLetterCharOrDigit): use IsDigit
67
68 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
69
70         * filetools.C (findtexfile): strip final \r if necessary (for
71         cygwin)
72
73 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
74
75         * FileInfo.C:
76         * StrPool.C: removed // -*- C++ -*- as first line.
77
78 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
79
80         * lyxsum.C (do_crc): switch to use boost::crc for generating the
81         checksum.
82
83 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
84
85         * lstrings.C: 
86         * syscall.C:
87         * syscontr.C: 
88         * LSubstring.C: bring C functions in global namespace if
89         necessary. 
90
91         * lstrings.h (compare): use the std:: version of str[n]cmp only
92         when it exists.
93
94 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
95
96         * syscontr.C: add std::
97
98         * syscall.C: add std::
99
100         * lstrings.h (compare): add std::
101
102         * lstrings.C (prefixIs): add std::
103         (suffixIs): ditto
104         (subst): ditto
105
106         * LSubstring.C (LSubstring): add std::
107
108 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
109
110         * lyxsum.C (sum): use istreambuf_iterator when available.
111
112 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
113
114         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
115         directly instead.
116
117         * lyxstring.C (operator): make const operator[] behave as
118         non-const and at.
119
120 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
121
122         * Makefile.am (EXTRA_DIST): add the os_*.C files.
123
124 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
125
126         * filetools.C (MakeAbsPath): remove debugging statement
127
128 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
129
130         * FileInfo.h: X_OK workaround for cygwin
131
132         * Makefile.am:
133         * os.C:
134         * os.h:
135         * os_os2.C:
136         * os_unix.C:
137         * os_win32.C:
138         * filetools.C:
139         * filetools.h: Added os:: class.
140
141         * rename.C:
142         * syscall.C:
143         * tempname.C: OS/2 fixes
144
145 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
146
147         * textutils.h: remvoe !NEW_INSETS cruft
148
149 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
150
151         * fmt.C: 
152         * atoi.C: add using directives when needed for C functions
153         declared in std:: namespace.
154
155 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
156
157         * lstrings.C : add two helper structs, local_lowercase and
158         local_uppercase. 
159         (lowercase): change to use std::transform
160         (uppercase): change to use std::transform
161
162 2001-04-25  Allan Rae  <rae@lyx.org>
163
164         * lyxstring.C : Assert got moved and Lars missed a few.
165
166 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
167
168         * LAssert.h (Assert): put into namespace lyx
169
170         * lyxfunctional.h: put into namespace lyx
171         * translator.h: adjust
172
173 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
174
175         * lyxalgo.h: put into namespace lyx, add firster and copy_if
176
177         * FileInfo.h: inherit privately from noncopyable
178         * path.h: ditto
179
180 2001-04-16  Allan Rae  <rae@lyx.org>
181
182         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
183         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
184
185 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
186
187         * several files: remove CXX_WORKING_NAMESPACES
188
189         * FileInfo.h: noncopyable is in namespace boost
190         * path.h: ditto
191
192 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
193
194         * syscontr.h: fix header include
195
196 2001-02-28  Baruch Even  <baruch@ev-en.org>
197
198         * filetools.C: Removed dependency on syscall.h
199
200         * syscall.h:
201         * syscall.C: Minor cleanings before I start to touch this code.
202
203 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
204
205         * filetools.C (CreateTmpDir): change umask to 0700.
206
207 2001-02-27  José Matos  <jamatos@fep.up.pt>
208
209         * filetools.h (BasePath):
210         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
211
212         * filetools.C (IsLyXFilename):
213         * filetools.C (IsSGMLFilename): test if extension is suffix and not
214         only contained.
215
216 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
217
218         * fmt.C: 
219         * filetools.C: 
220         * atoi.C: remove cruft
221
222 2001-02-06  albert chin  <china@thewrittenword.com>
223
224         * snprintf.h: 
225         * fmt.C: use HAVE_DECL_SNPRINTF
226         
227 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
228
229         * lyxstring.C: Fix some assertions.
230
231 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
232
233         * lstrings.C (strip): Add a fix for compilers with broken
234         string::find_last_not_of.
235
236         * filetools.C (AddPath): Simplify by using strip and frontStrip.
237
238 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
239
240         * lyxstring.C (rfind): Fix broken functions.
241         (find): Few optimizations.