]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
show some more info on execvp error
[lyx.git] / src / support / ChangeLog
1 2002-08-01  John Levon  <levon@movementarian.org>
2
3         * forkedcall.C: more details on error
4  
5 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6
7         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
8         also add a trim function that is the equiv of
9         strip(frontStrip(...)), also reimplement the functions
10         (improvements still possible.)
11
12         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
13         * forkedcall.C (generateChild): ditto
14         * lstrings.C: ditto
15
16
17 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
18
19         * filetools.C (GetEnvPath): modify because of strip changes
20         (createDirectory): ditto
21         (findtexfile): ditto
22         * lstrings.[Ch] (isStrInt): ditto
23         (isStrUnsignedInt): ditto
24         (strToInt): ditto
25         (strToUnsignedInt): ditto
26         (isStrDbl): ditto
27         (contains): removed unneeded version of contains
28         (containsOnly): removed uneeded versions of containsOnly
29         (strip, frontStrip): removed unneded versions, changed argument types.
30
31 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
32
33         * filetools.C (RunCommand): Made public
34
35 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
36
37         * limited_stack.h: fix comment, remove un-needed header
38
39 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
40
41         * lstrings.h: correct comments for token and tokenPos
42
43 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
44
45         * lyxstring.C (operator>>): replace code which works only with
46         _some_ versions of GNU STL with generic one
47
48 2002-07-18  Angus Leeming  <leeming@lyx.org>
49
50         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
51         signal should it do so.
52
53         * Makefile.am: add FileMonitor.[Ch].
54
55 2002-07-18  André Pönitz <poenitz@gmx.net>
56
57         * filetools.C (LibScriptSearch): bug fix
58
59 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
60
61         * filetools.C (LyXReadLink): add bool 'resolve' to return link
62         contents as an absolute path
63
64 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
65
66         * filetools.C (IsLyXFilename):
67         (IsSGMLFilename): use ascii_lowercase instead of lowercase
68
69         * lstrings.[Ch] (ascii_lowercase): new function
70
71 2002-07-16  André Pönitz <poenitz@gmx.net>
72
73         * FileInfo.Ch: remove unneeded code
74
75 2002-06-20  Herbert Voss  <voss@perce.de>
76
77         * filetools.[C] (readExtFromContents): add support for
78         (x)fig format images
79
80 2002-06-26  André Pönitz <poenitz@gmx.net>
81
82         * filetools.[Ch]: small whitespace, more compact 'return' statement
83
84 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
85
86         * lyxalgo.h: add eliminate_duplicates
87
88 2002-06-17  Herbert Voss  <voss@perce.de>
89
90         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
91         (readBB_lyxerrMessage) to get better lyxerr messages
92         (getExtFromContents) test epsi files in the right way
93
94         * DestroxLyXTmpDir.C: changed to true, to delete the
95         temporary unzipped files, too.
96
97 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
98
99         * putenv.C (putenv): putenv should never be found in std::
100
101         * kill.C (kill): kill should never be found in std::
102
103         * filetools.C: pclose and popen should never be found in std::
104
105 2002-06-07  Angus Leeming  <leeming@lyx.org>
106
107         Fixes needed to compile with Compaq cxx 6.5.
108         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
109         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
110         more than one instance of overloaded function "lyx::class_fun" matches
111         the argument list.
112
113         * filetools.C:
114         * kill.C:
115         * lstrings.C:
116         * putenv.C:
117         * snprintf.h:
118         * systemcall.C:
119         * utility.h:
120         all c-library variables have been moved into namespace std.
121         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
122
123         * kill.C: rename signal.h as csignal.
124
125         * putenv.C: rename stdlib.h as cstdlib
126
127 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
128
129         * lxtl.h: remove unused file
130
131 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
132
133         * Makefile.am:
134         * date.C:
135         * getUserName.C:
136         * fileblocks.c:
137         * StrPool.h:
138         * StrPool.C: remove unused files
139
140         * lyxalgo.h:
141         * lyxlib.h:
142         * mkdir.C:
143         * path.h:
144         * path.C:
145         * systemcall.C:
146         * textutils.h:
147         * translator.h:
148         * types.h: document and small cleanups
149
150 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
151
152         * switch from SigC signals to boost::signals.
153
154 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
155
156         * Makefile.am:
157         * limited_stack.h: new template for limited-size
158           stacks
159
160 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
161
162         * filetools.C: do not include LSubstring.h
163
164         * lstrings.C: change include order
165         (regexMatch): use boost regex get rid of LRegex and LSubstring
166
167         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
168         stuff.
169
170         * LSubstring.h: remove file
171         * regex.c: ditto
172         * lyxregex.h: ditto
173         * LRegex.C: ditto
174         * LRegex.h: ditto
175         * LSubstring.C: ditto
176
177 2002-05-24  Juergen Vigna  <jug@sad.it>
178
179         * lyxsum.C: include local includes first (self containment)
180
181 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
182
183         * forkedcall.h: use more specific smart_ptr header.
184
185         * lyxsum.C: move some using declarations around.
186
187 2002-05-03  Herbert Voss  <voss@perce.de>
188
189         * filetools.C (getExtFromContents): only print the first 60 chars of
190         the scanned-string when debugging.
191
192 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
193
194         * lyxstring.C: close to typo fix.
195
196 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
197
198         * filetools.C: add a using std::getline directive.
199
200 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
201
202         * lyxstring.C (operator>>): try a new version of the operator>>
203
204 2002-04-14  Herbert Voss  <voss@perce.de>
205
206         * lstrings.[Ch]: move the getVectorFromString and the vice versa
207         from frontends/controllers/helper_funcs for better use in other
208         programs
209
210 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
211
212         * tempname.C (make_tempfile): simplify the #ifdef block by using
213         #if defined and re-write the #warning as a #error because it's terminal.
214
215 2002-04-08  Herbert Voss  <voss@perce.de>
216
217         * filetools.C (getExtFromContents): get tgif run
218
219 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
220
221         * filetools.C (getExtFromContents): re-format a little and remove
222         replicated "sgi" entry.
223
224 2002-04-07  Herbert Voss  <voss@perce.de>
225
226         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
227         for the lyx-view in graphics (moved from ControlGraphics)
228
229 2002-04-07  Herbert Voss  <voss@perce.de>
230
231         * filetools.C: fix bug for eps. scans now a whole line
232
233 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
234
235         * lyxstring.C (operator>>): use the better solution, this fixes a
236         "not able to read '\0'" bug.
237
238 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
239
240         * translator.h: add missing typename
241
242 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
243
244         * filetools.C (LibScriptSearch): new command. Searches for scripts
245         in lyx data directories.
246         (LibScriptSearch): try to use split() correctly.
247
248 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
249
250         * most files: ws cleanup
251
252         * Makefile.am: remove ld -r stuff
253
254 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
255
256         * Makefile.am (libsupport.la): special rules if partial linking
257
258 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
259
260         * forkedcontr.C: turn the timer off when their are no longer any
261         child processes running.
262
263 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
264
265         * forkedcall.h: docy fix
266         change SignalType second type to be const ref.
267
268         * forkedcall.C: doxy fix
269
270 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
271
272         * lyxsum.C: compilation fix
273
274 2002-03-02  Herbert Voss  <voss@perce.de>
275
276         * filetools.C: fix bug for xbm format and added some more debug
277         infos
278
279 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
280
281         * forkedcontr.h: make constructor public
282
283         * types.h: remove layout_type
284
285 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
286
287         * filetools.C (getExtFromContents): cleanup.
288
289         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
290
291 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
292
293         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
294         building outside of source tree.
295
296 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
297
298         * forkedcall.[Ch]:
299         * forkedcontr.[Ch]: new files. Asger's forked call controller is
300         re-born, with a working timer and a modified interface. The
301         startscript method is now passed a Signal rather than a pointer
302         to a callback function. This enables us to connect to the method of
303         a C++ class, if we so desire.
304
305         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
306
307 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
308
309         * Makefile.am:
310         * os2_defines.h:
311         * os2_errortable.h:
312         * nt_defines.h: moved from src/
313
314 2002-02-23  Herbert Voss  <voss@perce.de>
315
316         * filetools.C: added more graphic formats
317
318 2002-02-18  Herbert Voss  <voss@perce.de>
319
320         * filetools.C: (getExtFromContents) return the fileextension
321         if no format is detected.
322
323 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
324
325         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
326         as class SystemCall because one Systemcall instance represents a
327         single child process.
328
329         * filetools.C:
330         * Makefile.am: associated changes.
331
332 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
333
334         * syscall.C (Systemcalls): include <cstdlib>
335
336 2002-02-08  Herbert Voss  <voss@perce.de>
337
338         * filetools.C: (getExtFromContents) adding Grace-format
339         for filetypes
340
341 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
342
343         * syscontr.[Ch]:
344         * syssingleton.C: files removed.
345
346         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
347         uses it. Strip down the Systemcalls interface to make it brutally
348         obvious how unsophisticated it is.
349
350 2002-02-08  Herbert Voss  <voss@perce.de>
351
352         * filetools.C: (getExtFromContents) adding TGIF-format
353         and return type "user" when no type is detected
354
355 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
356
357         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
358
359 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
360
361         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
362
363 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
364
365         * FileInfo.h: remove special cygwin code.
366
367         * filetools.C (do_popen): use os::read_mode().
368
369         * os_win32.C (read_mode):
370         * os_os2.C (read_mode):
371         * os_unix.C (read_mode): new method
372
373         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
374         Hentschel). This code should maybe be moved to os:: class.
375
376 2002-02-08  Herbert Voss  <voss@perce.de>
377
378         * filetools.C: (unzipFile) fix typo
379
380 2002-02-06  Herbert Voss  <voss@perce.de>
381
382         * filetools.[Ch]: fix some bugs for detecting zipped files
383         adding unzipFile()
384
385 2002-02-04  Herbert Voss  <voss@perce.de>
386
387         * filetools.[Ch]: add ifZippedFile() for zipped
388         graphic files
389
390 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
391
392         * filetools.C (FileOpenSearch): remove duplicated line, probably
393         resulting from bad cut-and paste.
394
395 2002-01-31  Herbert Voss  <voss@perce.de>
396
397         * filetools.[Ch]: add getExtFromContents(), which returns
398         the type of the (graphic) file
399
400 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
401
402         * copy.C (copy): open file in binary mode (for cygwin)
403
404 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
405
406         * lyxsum.C: remove #warnings and replaced them with runtime debug
407         info.
408
409 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
410
411         * lyxalgo.h: include <algorithm>
412
413 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
414
415         * lyx_algo.h: add a standard-conforming count to namespace lyx.
416
417         * lstrings.[Ch] (countChar): removed. Use lyx::count.
418
419 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
420
421         * filetools.C: fix use of FileInfo
422
423         * FileInfo.h:
424         * FileInfo.C: add Asserts and documentation
425
426 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
427
428         * os_win32.C: compilation fixes
429
430 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
431
432         * lstrings.h: do not include <cctype>
433
434 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
435
436         * lyxsum.C: portability fix for mmap patch
437
438 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
439
440         * filetools.C:
441         * lstrings.C:
442         * lyxstring.C: change "while(" to "while ("
443
444 2001-12-03  Ben Stanley <bds02@uow.edu.au>
445
446         * lyxsum.C: Added mmap version of CRC and made it selected
447         by default where available. Used process_block for crc for speedup.
448
449 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
450
451         * filetools.C: more robust failure for DirList()
452
453 2001-11-29  André Pönitz <poenitz@gmx.net>
454
455         * types.h: introduce types for textclass numbers and layout numbers
456
457 2001-11-28  André Pönitz <poenitz@gmx.net>
458
459         * Makefile.am: put types.h in
460
461 2001-11-26  André Pönitz <poenitz@gmx.net>
462
463         * types.h: introduce types for paragraph positions and layout numbers
464
465 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
466
467         * filetools.C: remove dead code
468
469         * syscall.C: show prog in fail case
470
471 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
472
473         * filetools.C: code style cleanup
474
475 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
476
477         * os.h: remove spurious punctuation.
478
479 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
480
481         * LAssert.h:
482         * LAssert.C: use new emergencyCleanup()
483
484 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
485
486         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
487         like GNU gettext does.
488
489 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
490
491         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
492         several methods)
493         (findtexfile): oops! the change from last friday was wrong...
494
495         * os_win32.C (is_absolute_path):
496         * os_unix.C (is_absolute_path):
497         * os_os2.C (is_absolute_path): new method
498
499 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
500
501         * filetools.C (findtexfile): apply os::internal_path to the result.
502
503 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
504
505         * os_win32.C:
506         * os_unix.C:
507         * os_os2.C:
508         * os.h: add internal_path method, which converts a unix-type file
509         name to the type known to the underlying file system (currently
510         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
511
512 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
513
514         * smart_ptr.h: new file
515
516         * utility.h: new file
517
518 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
519
520         * filetools.h:
521         * filetools.C (IsDirWriteable): fix this
522
523 2001-07-26  Baruch Even  <baruch@lyx.org>
524
525         * lyxlib.h (float_equal): Added function to compare floats almost equal
526         (see function comment).
527
528 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
529
530         Consistent use of Lsstream.h:
531         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
532
533 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
534
535         * translator.h: (*it). -> it->
536
537 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
538
539         * filetools.C (DeleteAllFilesInDir): send debug output to
540         Debug::FILES instewad of Debug::ANY.
541
542         * DebugStream.h: remove gcc 2.8.x hack.
543
544 2001-06-26  The LyX Project  <jug@sad.it>
545
546         * lstrings.h:
547         * lstrings.C (escape): move method to escape non ascii characters
548         from insets label and ref to here.
549
550 2001-06-25  The LyX Project  <jug@sad.it>
551
552         * filetools.C (IsLyXFilename):
553         (IsSGMLFilename): do case insensitive name matching
554
555 2001-06-24  The LyX Project  <jug@sad.it>
556
557         * lstrings.C (compare_ascii_no_case): version of compare_no_case
558         which only considers case of ascii characters
559
560         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
561         sstream header.
562
563 2001-06-23  The LyX Project  <jug@sad.it>
564
565         * textutils.h (IsPrintable): take into account unprintable spaces
566         above 127.
567         (IsDigit): new function
568         (IsLetterCharOrDigit): use IsDigit
569
570 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
571
572         * filetools.C (findtexfile): strip final \r if necessary (for
573         cygwin)
574
575 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
576
577         * FileInfo.C:
578         * StrPool.C: removed // -*- C++ -*- as first line.
579
580 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
581
582         * lyxsum.C (do_crc): switch to use boost::crc for generating the
583         checksum.
584
585 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
586
587         * lstrings.C:
588         * syscall.C:
589         * syscontr.C:
590         * LSubstring.C: bring C functions in global namespace if
591         necessary.
592
593         * lstrings.h (compare): use the std:: version of str[n]cmp only
594         when it exists.
595
596 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
597
598         * syscontr.C: add std::
599
600         * syscall.C: add std::
601
602         * lstrings.h (compare): add std::
603
604         * lstrings.C (prefixIs): add std::
605         (suffixIs): ditto
606         (subst): ditto
607
608         * LSubstring.C (LSubstring): add std::
609
610 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
611
612         * lyxsum.C (sum): use istreambuf_iterator when available.
613
614 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
615
616         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
617         directly instead.
618
619         * lyxstring.C (operator): make const operator[] behave as
620         non-const and at.
621
622 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
623
624         * Makefile.am (EXTRA_DIST): add the os_*.C files.
625
626 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
627
628         * filetools.C (MakeAbsPath): remove debugging statement
629
630 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
631
632         * FileInfo.h: X_OK workaround for cygwin
633
634         * Makefile.am:
635         * os.C:
636         * os.h:
637         * os_os2.C:
638         * os_unix.C:
639         * os_win32.C:
640         * filetools.C:
641         * filetools.h: Added os:: class.
642
643         * rename.C:
644         * syscall.C:
645         * tempname.C: OS/2 fixes
646
647 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
648
649         * textutils.h: remvoe !NEW_INSETS cruft
650
651 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
652
653         * fmt.C:
654         * atoi.C: add using directives when needed for C functions
655         declared in std:: namespace.
656
657 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
658
659         * lstrings.C : add two helper structs, local_lowercase and
660         local_uppercase.
661         (lowercase): change to use std::transform
662         (uppercase): change to use std::transform
663
664 2001-04-25  Allan Rae  <rae@lyx.org>
665
666         * lyxstring.C : Assert got moved and Lars missed a few.
667
668 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
669
670         * LAssert.h (Assert): put into namespace lyx
671
672         * lyxfunctional.h: put into namespace lyx
673         * translator.h: adjust
674
675 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
676
677         * lyxalgo.h: put into namespace lyx, add firster and copy_if
678
679         * FileInfo.h: inherit privately from noncopyable
680         * path.h: ditto
681
682 2001-04-16  Allan Rae  <rae@lyx.org>
683
684         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
685         as an unrecognised preprocessor directive.  So ensure they're wrapped.
686
687 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
688
689         * several files: remove CXX_WORKING_NAMESPACES
690
691         * FileInfo.h: noncopyable is in namespace boost
692         * path.h: ditto
693
694 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
695
696         * syscontr.h: fix header include
697
698 2001-02-28  Baruch Even  <baruch@ev-en.org>
699
700         * filetools.C: Removed dependency on syscall.h
701
702         * syscall.h:
703         * syscall.C: Minor cleanings before I start to touch this code.
704
705 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
706
707         * filetools.C (CreateTmpDir): change umask to 0700.
708
709 2001-02-27  José Matos  <jamatos@fep.up.pt>
710
711         * filetools.h (BasePath):
712         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
713
714         * filetools.C (IsLyXFilename):
715         * filetools.C (IsSGMLFilename): test if extension is suffix and not
716         only contained.
717
718 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
719
720         * fmt.C:
721         * filetools.C:
722         * atoi.C: remove cruft
723
724 2001-02-06  albert chin  <china@thewrittenword.com>
725
726         * snprintf.h:
727         * fmt.C: use HAVE_DECL_SNPRINTF
728
729 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
730
731         * lyxstring.C: Fix some assertions.
732
733 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
734
735         * lstrings.C (strip): Add a fix for compilers with broken
736         string::find_last_not_of.
737
738         * filetools.C (AddPath): Simplify by using strip and frontStrip.
739
740 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
741
742         * lyxstring.C (rfind): Fix broken functions.
743         (find): Few optimizations.