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