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