]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
Use SIGCHLD to reap zombies.
[lyx.git] / src / support / ChangeLog
1 2004-03-24  Angus Leeming  <leeming@lyx.org>
2
3         * forkedcontr.[Ch]: get rid of the timer that we use to poll the list
4         of child proccesses and ascertain whether any have died. Instead use
5         the SIGCHLD signal emitted by the system to reap these zombies in the
6         maximally efficient manner. The subsequent emitting of the signal
7         associated with each child process *is* performed within the main
8         lyx event loop, thus ensuring that the code remains safe.
9
10         A detailed description of the design is to be found in forkedcontr.C.
11
12 2004-03-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13
14         * filetools.C (i18nLibFileSearch): simplify the logic a bit
15
16 2004-03-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
17
18         * filetools.C (i18nLibFileSearch): fix the logic to match closely
19         what gettext does
20
21 2004-03-23  Angus Leeming  <leeming@lyx.org>
22
23         * forkedcall.h (ForkedProcess, Forkedcall): change the signature of
24         clone to return a boost::shred_ptr rather than a std::auto_ptr.
25
26         * forkedcontr.[Ch]: store the forked calls as boost::shared_ptrs rather
27         than raw pointers.
28
29 2004-03-22  Angus Leeming  <leeming@lyx.org>
30
31         * forkedcontr.[Ch] (childrenChanged, getPIDs, getCommand): remove
32         cruft left over from the removal of the Forks dialog.
33
34 2004-03-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
35
36         * filename.[Ch] (mangledFilename): make sure that mangled names are
37         unique
38
39 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
40
41         * filetools.[Ch] (CreateBufferTmpDir): rename to createBufferTmpDir,
42         remove pathfor argument
43         * filetools.[Ch] (CreateLyXTmpDir): rename to createLyXTmpDir, try
44         harder to create a usable temp dir
45         * filetools.C (CreateTmpDir): rename to createTmpDir
46         filetools.[Ch] (unzipFile): add argument for output filename
47         * filename.h: fix doxygen warning
48
49 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
50
51         * lstrings.h (contains_functor): delete
52         (contains): change into template, simplify
53
54         * lstrings.C (contains): remove both functions
55
56 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
57
58         * lyxalgo.h (eliminate_duplicates): reimplement with sort and the
59         unique-erase idom.
60
61         * lstrings.h (contains_functor): inherit from
62         std::binary_function, remove typedefs.
63
64 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
65
66         * globbing.C: add using statement for std::distance, remove std::
67         from string.
68
69 2004-01-08  Angus Leeming  <leeming@lyx.org>
70
71         * globbing.[Ch]: add a new class FileFilterList to parse a Qt-style
72         list of available file filters and generate the corresponding vector.
73
74 2003-12-14  Ronald Florence <ron@18james.com>
75
76         * tostr.[hC]: added tostr(long unsigned int i).
77
78         * path_defines.C.in: determine system directory and set PATH for
79         relocatable LyX/Mac bundle.
80
81 2004-01-06  Angus Leeming  <leeming@lyx.org>
82
83         * globbing.C (glob): compilation fix for cygwin.
84
85 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
86
87         * Makefile.am (libsupport_la_SOURCES): remove BoostFormat.h and
88         boost-inst.C
89         * BoostFormat.h: delete file
90         * boost-inst.C: delete fil
91
92         * lstrings.C: include boost/format.hpp
93
94 2004-01-05  Angus Leeming  <leeming@lyx.org>
95
96         * globbing.[Ch]: new files containing some globbing utilities.
97
98 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
99
100         * putenv.C: allocate the string before putting it into the
101         environment.
102
103         * lyxlib.h: adjust.
104
105 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
106
107         * tempname.C (tempName): use scoped_array for exception safety
108
109         * os_os2.C (init): use scoped_array for exception safety
110
111         * getcwd.C (getcwd): use scoped_array for exception safety
112
113         * forkedcontr.C (addCall): adjust
114
115         * forkedcall.h: make clone return a auto_ptr
116
117 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
118
119         * debugstream.h: add a default constructor that does not setup a
120         streambuf here.
121
122 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
123
124         * socktools.C: honor CXX_GLOBAL_CSTD
125
126 2003-10-16  André Pönitz  <poenitz@gmx.net>
127
128         * filetools.C (ReplaceEnvironmentPath): set up patterns just once
129         using static variables.
130
131 2003-10-13  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
132
133         * socktools.[Ch]: New files. Wrapper around socket system calls.
134
135 2003-10-13  Kayvan A. Sylvan  <kayvan@sylvan.com>
136
137         * socktools.C (SUN_LEN): add this MACRO definition for platforms
138         that do not define it themselves.
139
140 2003-10-08  Angus Leeming  <leeming@lyx.org>
141
142         * copied_ptr.h: get rid of the swap member function.
143
144 2003-10-08  Angus Leeming  <leeming@lyx.org>
145
146         Fix doxygen warnings.
147
148         * debugstream.h: \file debugStream.h -> \file debugstream.h
149
150         * os.h: move comment so that doxygen is not confused.
151
152 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
153
154         * Makefile.am: fix typo.
155
156 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
157
158         * std_string.h: delete file
159
160 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
161
162         * lstrings.C: Small fixes to build using STLport
163
164 2003-09-29  Angus Leeming  <leeming@lyx.org>
165
166         * filetools.C (ReplaceEnvironmentPath): make it work for both
167         ${HOME}/foo and $HOME/foo.
168
169 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
170
171         * debugstream.h: add file, updated version of the DebugStream
172
173         * DebugStream.C,DebugStream.h: delete files
174
175 2003-09-25  Angus Leeming  <leeming@lyx.org>
176
177         * filetools.C (ReplaceEnvironmentPath): rewrite to use boost::regex.
178         * lstrings.[Ch]: (regexMatch): removed.
179
180 2003-09-25  Angus Leeming  <leeming@lyx.org>
181
182         * translator.h (add): new member function.
183
184 2003-09-16  Angus Leeming  <leeming@lyx.org>
185
186         * textutils.h: remove #include "paragraph.h". Remove functions
187         IsInsetChar and IsWordChar.
188
189 2003-09-15  Angus Leeming  <leeming@lyx.org>
190
191         * copied_ptr.h: re-jig to something that resembles Herb Sutter's
192         HolderPtr --- see http://www.gotw.ca/gotw/062.htm. Also known in
193         his book as ValuePtr.
194         Use a memory_traits template parameter to create/destroy memory in a
195         flexible manner.
196
197 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
198
199         * tostr.C:
200         * lstrings.C:
201         * filetools.C: Remove usage of STRCONV
202
203         * Makefile.am (libsupport_la_SOURCES): remove lyxstring.C and
204         lyxstring.h
205
206         * std_string.h: modify to always work with std::string, but if
207         with-included-string then use it through namespace lyx. Remove
208         STRCONV.
209
210         * lyxstring.[Ch]: remove files
211
212 2003-09-15  Angus Leeming  <leeming@lyx.org>
213
214         * translator.h: add #include <boost/assert.hpp>, so that the
215         template is self-contained.
216
217 2003-09-11  Angus Leeming  <leeming@lyx.org>
218
219         * cow_ptr.h:
220         * copied_ptr.h: added to the repository. Maybe temporarily.
221
222 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
223
224         * Makefile.am (libsupport_la_SOURCES): remove LAssert.C and LAssert.h
225
226         * several files: change Assert to BOOST_ASSERT
227
228         * LAssert.C:
229         * LAssert.h: remove files
230
231 2003-09-08  Angus Leeming  <leeming@lyx.org>
232
233         * filename.C:
234         * filetools.C: tell the world where to find author contact details.
235
236 2003-09-08  Angus Leeming  <leeming@lyx.org>
237
238         * boost-inst.C:
239         * filetools.C:
240         * forkedcallqueue.C:
241         * lstrings.C:
242         * lyxsum.C: remove redundant using directives.
243
244 2003-09-05  Angus Leeming  <leeming@lyx.org>
245
246         * lstrings.C: small bformat fix
247
248 2003-09-05  Angus Leeming  <leeming@lyx.org>
249
250         * std_istream.h: new file Just renaming of LIstream.h
251         * std_ostream.h: new file Just renaming of LIstream.h
252         * std_sstream.h: new file Just renaming of Lsstream.h
253         * std_string.h:  new file Just renaming of LString.h
254
255 2003-09-05  Angus Leeming  <leeming@lyx.org>
256
257         * lyxmanip.h:
258         * textutils.h:
259         ensure that the header file can be compiled stand-alone.
260
261 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
262
263         * lstrings.[Ch] (bformat): add a variant taking two ints.
264
265 2003-09-04  Angus Leeming  <leeming@lyx.org>
266
267         * filetools.h:
268         * filename.C:  move #include "os.h" out of the header file.
269
270 2003-09-04  Angus Leeming  <leeming@lyx.org>
271
272         * path.C (ctor, dtor): move out of line.
273
274 2003-09-03  Angus Leeming  <leeming@lyx.org>
275
276         * filename.[Ch] (FileName): new c-tor takes abs_filename arg.
277         (mangledFilename): new function, returning a mangled version of the
278         absolute file name, suitable for use in the temp dir when, for example,
279         converting an image file to another format.
280         (isZipped, unzippedFilename): wrappers to global functions.
281
282         * filetools.[Ch] (copyFileToDir): removed.
283         (compare_timestamps): new function.
284
285 2003-09-03  Angus Leeming  <leeming@lyx.org>
286
287         * translator.h: Assert is in namespace lyx::support...
288
289 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
290
291         * Makefile.am: do not install path_defines.C in includes
292         (COMPRESSION): mention gzstream.h here
293
294 2003-08-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
295
296         * path_defines.C.in (setLyxPaths): re-introduce the code to check
297         whether lyx is run in place
298         (build_dir): renamed from build_lyxdir
299         (build_lyxdir): give this better semantics compatible with what
300         LibFileSearch expects.
301
302 2003-07-29  Angus Leeming  <leeming@lyx.org>
303
304         * filename.[Ch] (relFilename, outputFilename): the 'path' arg
305         defaults to string() because MakeRelPath can accept that.
306
307 2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
308
309         * Makefile.am: conditionalize USE_COMPRESSION.
310
311 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
312
313         * filetools.C (getExtFromContents): correct magic for gzip and
314         compress.
315
316         * path_defines.[Ch]: move lyx_localedir out of anon namespace
317
318         * gzstream.h: new fileq
319
320         * gzstream.C: new file
321
322 2003-07-27  Angus Leeming  <leeming@lyx.org>
323
324         * path_defines.{h,C.in} (build_lyxdir, system_lyxdir,
325         user_lyxdir): are now functions, not global vars.
326
327         * Makefile.am: set build_lyxdir at make time.
328
329 2003-07-27  Angus Leeming  <leeming@lyx.org>
330
331         * path_defines.{h,C.in}: new files. Store/set the various lyx
332         paths, lyx_dir, top_srcdir, localedir, system_lyxdir, build_lyxdir
333         user_lyxdir.
334
335         * Makefile.am: add some magic to enable the user to set the path to
336         the system-level lyx support files, the top of the lyx build tree
337         and the system-level lyx locale directory at _make_ time rather
338         than configure time.
339
340         * .cvsignore: add path_defines.C.
341
342 2003-07-26  Angus Leeming  <leeming@lyx.org>
343
344         * os.h: remove irrelevant discussion of system_tempdir.
345
346 2003-07-21  Angus Leeming  <leeming@lyx.org>
347
348         * filename.[Ch]: new files implementing class FileName.
349         * Makefile.am: add filename.[Ch].
350
351 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
352
353         * BoostFormat.h (boost): remove one extern template. Gcc 3.4. does
354         not allow it (at least not in this form.)
355
356 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
357
358         * os_win32.C: put namespace os in lyx::support.
359
360         * lstrings.C (bformat): call Assert from correct namespace.
361
362         * introduce namespace lyx::support
363
364 2003-06-30  André Pönitz  <poenitz@gmx.net>
365
366         * filetools.C:
367         * lstrings.C: re-enable --with-included-string
368
369 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
370
371         * filetools.h: fix some \param issue
372
373         * boost-inst.C: fix \file
374
375         * LAssert.h: fix \file
376
377 2003-06-20  Angus Leeming  <leeming@lyx.org>
378
379         * filetools.[Ch] (NormalizePath): also change /foo//bar ==> /foo/bar.
380
381 2003-06-18  Angus Leeming  <leeming@lyx.org>
382
383         * many files: add the standard blurb, "This file is part of LyX" etc
384
385 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
386
387         * limited_stack.h: make it have a const_iterator, add begin, and
388         end as interface.
389
390 2003-06-10  Angus Leeming  <leeming@lyx.org>
391
392         * filetools.C (copyFileToDir): ensure that temp files have unique names.
393
394 2003-06-04  André Pönitz  <poenitz@gmx.net>
395
396         * limited_stack.h (top): return reference instead of value
397
398 2003-06-02  Angus Leeming  <leeming@lyx.org>
399
400         * filetools.[Ch] (copyFileToDir): new helper function.
401
402         * os.h: remove trailing semi-colon from end of namespace os block.
403
404 2003-06-01  Angus Leeming  <leeming@lyx.org>
405
406         * filetools.h (LibScriptSearch): give the function a meaningful
407         description of what it now does.
408
409 2003-05-30  Angus Leeming  <leeming@lyx.org>
410
411         * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
412         this with the path to the script. If the script is not found, the "$$s/"
413         string is removed.
414
415 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
416
417         * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
418         char const *.
419
420 2003-05-19  André Pönitz  <poenitz@gmx.net>
421
422         * lstrings.C: add missing implementation of three-arg bformat
423
424         * lstrings.C: change rest of char * fmt -> string const & fmt
425
426
427 2003-05-15  André Pönitz  <poenitz@gmx.net>
428
429         * lstrings.[Ch]: use string const & instead of char const * for format
430
431 2003-05-12  André Pönitz  <poenitz@gmx.net>
432
433         * tostr.[Ch]: add long int overload
434
435 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
436
437         * lstrings.[Ch]: compile fix
438
439 2003-05-12  André Pönitz  <poenitz@gmx.net>
440
441         * lstrings.[Ch]: bformat() as wrapper around boost::format
442
443         * lyxstring.h: enable templatized constructor
444
445 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
446
447         * limited_stack.h: Change some comments, simplify a couple of
448         class functions.
449
450 2003-02-21  André Pönitz <poenitz@gmx.net>
451
452         * limited_stack.h: change underlying container to deque to
453           make this re-usable in mathed
454
455 2003-04-08  John Levon  <levon@movementarian.org>
456
457         * filetools.C: fix MakeDisplayPath() to not
458         lie (bug 993)
459
460 2003-03-30  John Levon  <levon@movementarian.org>
461
462         * Makefile.am:
463         * BoostFormat.h:
464         * boost-inst.C: moved from src/
465
466 2003-03-29  John Levon  <levon@movementarian.org>
467
468         * filetools.h:
469         * filetools.C: never call Alert directly from here
470
471 2003-03-12  John Levon  <levon@movementarian.org>
472
473         * textutils.h: remove META_NEWLINE
474
475 2003-02-27  Ling Li  <ling@caltech.edu>
476
477         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
478         sort.
479
480 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
481
482         * forkedcontr.C (timer): remove bogus continue
483
484 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
485
486         * forkedcallqueue.[Ch]: added
487
488 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
489
490         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
491         Emiting the signal can result in an arbitrary change to the list.
492
493 2003-02-25  Angus Leeming  <leeming@lyx.org>
494
495         * forkedcontr.C (timer): Use a while loop rather than for; makes it
496         easier to erase an element.
497
498 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
499
500         * forkedcontr.C (timer): don't start a running timer.
501
502 2003-02-21  André Pönitz <poenitz@gmx.net>
503
504         * filetools.C (PutEnv): removed (unused)
505
506 2003-02-17  John Levon  <levon@movementarian.org>
507
508         * forkedcall.h:
509         * forkedcall.C: add running()
510
511 2003-02-08  John Levon  <levon@movementarian.org>
512
513         * Makefile.am:
514         * lyxtime.h:
515         * lyxtime.C: add typedef for time_t, add current_time
516
517         * Makefile.am:
518         * userinfo.h:
519         * userinfo.C: add
520
521 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
522
523         * filetools.C (getExtFromContents): remove detection of epsi
524
525 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
526
527         * several files: ws changes
528
529 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
530
531         * filetools.C (DirList): remove all ugly hacks and do it nice
532
533 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
534
535         * lyxsum.C: an ugly hack to compile with non-gnu linkers
536
537 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
538
539         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
540         a solution that he likes and which actually works.
541
542 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
543
544         * lstrings.h (tostr): STRCONV
545
546         * lstrings.C (regexMatch): STRCONV
547         (getVectorFromString): STRCONV, manual copy into vector
548
549         * filetools.C (GetFileContents): STRCONV
550
551         * os.C: include config.h
552
553         * lstrings.C (getVectorFromString): rewrite to use
554         boost::tokenizer
555
556 2002-10-31  Angus Leeming  <leeming@lyx.org>
557
558         * forkedcall.C (generateChild): clean it up further.
559
560 2002-10-25  Angus Leeming  <leeming@lyx.org>
561
562         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
563         and a minimal ForkedCall daughter class.
564
565         * forkedcontr.[Ch]: minimal changes reflecting the use of a
566         ForkedProcess base class responsible for launching all child proceses.
567
568 2002-09-25  Angus Leeming  <leeming@lyx.org>
569
570         * LIstream.h:
571         * LOstream.h: doxygen fixes.
572
573 2002-09-24  Angus Leeming  <leeming@lyx.org>
574
575         * most files: clean-up the license info.
576
577 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
578
579         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
580
581 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
582
583         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
584         since at least for Cygwin, the "rb" read_mode acceptable for
585         fopen() is illegal for popen(), whose mode argument *must* be "r"
586         or "w".
587
588         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
589         of os::read_mode()
590
591 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
592
593         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
594         utility.h
595
596         * smart_ptr.h: remove file
597         * utility.h: ditto
598
599 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
600
601         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
602         class_fun and void_class_fun
603
604 2002-08-20  John Levon  <levon@movementarian.org>
605
606         * Makefile.am:
607         * fmt.C: remove
608
609 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
610
611         * textutils.h: formatting.
612
613 2002-08-08  John Levon  <levon@movementarian.org>
614
615         * limited_stack.h: default to 100 not 10
616
617 2002-08-01  John Levon  <levon@movementarian.org>
618
619         * forkedcall.C: more details on error
620
621 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
622
623         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
624         also add a trim function that is the equiv of
625         strip(frontStrip(...)), also reimplement the functions
626         (improvements still possible.)
627
628         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
629         * forkedcall.C (generateChild): ditto
630         * lstrings.C: ditto
631
632
633 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
634
635         * filetools.C (GetEnvPath): modify because of strip changes
636         (createDirectory): ditto
637         (findtexfile): ditto
638         * lstrings.[Ch] (isStrInt): ditto
639         (isStrUnsignedInt): ditto
640         (strToInt): ditto
641         (strToUnsignedInt): ditto
642         (isStrDbl): ditto
643         (contains): removed unneeded version of contains
644         (containsOnly): removed uneeded versions of containsOnly
645         (strip, frontStrip): removed unneded versions, changed argument types.
646
647 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
648
649         * filetools.C (RunCommand): Made public
650
651 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
652
653         * limited_stack.h: fix comment, remove un-needed header
654
655 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
656
657         * lstrings.h: correct comments for token and tokenPos
658
659 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
660
661         * lyxstring.C (operator>>): replace code which works only with
662         _some_ versions of GNU STL with generic one
663
664 2002-07-18  Angus Leeming  <leeming@lyx.org>
665
666         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
667         signal should it do so.
668
669         * Makefile.am: add FileMonitor.[Ch].
670
671 2002-07-18  André Pönitz <poenitz@gmx.net>
672
673         * filetools.C (LibScriptSearch): bug fix
674
675 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
676
677         * filetools.C (LyXReadLink): add bool 'resolve' to return link
678         contents as an absolute path
679
680 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
681
682         * filetools.C (IsLyXFilename):
683         (IsSGMLFilename): use ascii_lowercase instead of lowercase
684
685         * lstrings.[Ch] (ascii_lowercase): new function
686
687 2002-07-16  André Pönitz <poenitz@gmx.net>
688
689         * FileInfo.Ch: remove unneeded code
690
691 2002-06-20  Herbert Voss  <voss@perce.de>
692
693         * filetools.[C] (readExtFromContents): add support for
694         (x)fig format images
695
696 2002-06-26  André Pönitz <poenitz@gmx.net>
697
698         * filetools.[Ch]: small whitespace, more compact 'return' statement
699
700 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
701
702         * lyxalgo.h: add eliminate_duplicates
703
704 2002-06-17  Herbert Voss  <voss@perce.de>
705
706         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
707         (readBB_lyxerrMessage) to get better lyxerr messages
708         (getExtFromContents) test epsi files in the right way
709
710         * DestroxLyXTmpDir.C: changed to true, to delete the
711         temporary unzipped files, too.
712
713 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
714
715         * putenv.C (putenv): putenv should never be found in std::
716
717         * kill.C (kill): kill should never be found in std::
718
719         * filetools.C: pclose and popen should never be found in std::
720
721 2002-06-07  Angus Leeming  <leeming@lyx.org>
722
723         Fixes needed to compile with Compaq cxx 6.5.
724         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
725         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
726         more than one instance of overloaded function "lyx::class_fun" matches
727         the argument list.
728
729         * filetools.C:
730         * kill.C:
731         * lstrings.C:
732         * putenv.C:
733         * snprintf.h:
734         * systemcall.C:
735         * utility.h:
736         all c-library variables have been moved into namespace std.
737         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
738
739         * kill.C: rename signal.h as csignal.
740
741         * putenv.C: rename stdlib.h as cstdlib
742
743 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
744
745         * lxtl.h: remove unused file
746
747 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
748
749         * Makefile.am:
750         * date.C:
751         * getUserName.C:
752         * fileblocks.c:
753         * StrPool.h:
754         * StrPool.C: remove unused files
755
756         * lyxalgo.h:
757         * lyxlib.h:
758         * mkdir.C:
759         * path.h:
760         * path.C:
761         * systemcall.C:
762         * textutils.h:
763         * translator.h:
764         * types.h: document and small cleanups
765
766 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
767
768         * switch from SigC signals to boost::signals.
769
770 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
771
772         * Makefile.am:
773         * limited_stack.h: new template for limited-size
774           stacks
775
776 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
777
778         * filetools.C: do not include LSubstring.h
779
780         * lstrings.C: change include order
781         (regexMatch): use boost regex get rid of LRegex and LSubstring
782
783         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
784         stuff.
785
786         * LSubstring.h: remove file
787         * regex.c: ditto
788         * lyxregex.h: ditto
789         * LRegex.C: ditto
790         * LRegex.h: ditto
791         * LSubstring.C: ditto
792
793 2002-05-24  Juergen Vigna  <jug@sad.it>
794
795         * lyxsum.C: include local includes first (self containment)
796
797 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
798
799         * forkedcall.h: use more specific smart_ptr header.
800
801         * lyxsum.C: move some using declarations around.
802
803 2002-05-03  Herbert Voss  <voss@perce.de>
804
805         * filetools.C (getExtFromContents): only print the first 60 chars of
806         the scanned-string when debugging.
807
808 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
809
810         * lyxstring.C: close to typo fix.
811
812 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
813
814         * filetools.C: add a using std::getline directive.
815
816 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
817
818         * lyxstring.C (operator>>): try a new version of the operator>>
819
820 2002-04-14  Herbert Voss  <voss@perce.de>
821
822         * lstrings.[Ch]: move the getVectorFromString and the vice versa
823         from frontends/controllers/helper_funcs for better use in other
824         programs
825
826 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
827
828         * tempname.C (make_tempfile): simplify the #ifdef block by using
829         #if defined and re-write the #warning as a #error because it's terminal.
830
831 2002-04-08  Herbert Voss  <voss@perce.de>
832
833         * filetools.C (getExtFromContents): get tgif run
834
835 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
836
837         * filetools.C (getExtFromContents): re-format a little and remove
838         replicated "sgi" entry.
839
840 2002-04-07  Herbert Voss  <voss@perce.de>
841
842         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
843         for the lyx-view in graphics (moved from ControlGraphics)
844
845 2002-04-07  Herbert Voss  <voss@perce.de>
846
847         * filetools.C: fix bug for eps. scans now a whole line
848
849 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
850
851         * lyxstring.C (operator>>): use the better solution, this fixes a
852         "not able to read '\0'" bug.
853
854 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
855
856         * translator.h: add missing typename
857
858 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
859
860         * filetools.C (LibScriptSearch): new command. Searches for scripts
861         in lyx data directories.
862         (LibScriptSearch): try to use split() correctly.
863
864 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
865
866         * most files: ws cleanup
867
868         * Makefile.am: remove ld -r stuff
869
870 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
871
872         * Makefile.am (libsupport.la): special rules if partial linking
873
874 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
875
876         * forkedcontr.C: turn the timer off when their are no longer any
877         child processes running.
878
879 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
880
881         * forkedcall.h: docy fix
882         change SignalType second type to be const ref.
883
884         * forkedcall.C: doxy fix
885
886 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
887
888         * lyxsum.C: compilation fix
889
890 2002-03-02  Herbert Voss  <voss@perce.de>
891
892         * filetools.C: fix bug for xbm format and added some more debug
893         infos
894
895 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
896
897         * forkedcontr.h: make constructor public
898
899         * types.h: remove layout_type
900
901 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
902
903         * filetools.C (getExtFromContents): cleanup.
904
905         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
906
907 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
908
909         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
910         building outside of source tree.
911
912 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
913
914         * forkedcall.[Ch]:
915         * forkedcontr.[Ch]: new files. Asger's forked call controller is
916         re-born, with a working timer and a modified interface. The
917         startscript method is now passed a Signal rather than a pointer
918         to a callback function. This enables us to connect to the method of
919         a C++ class, if we so desire.
920
921         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
922
923 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
924
925         * Makefile.am:
926         * os2_defines.h:
927         * os2_errortable.h:
928         * nt_defines.h: moved from src/
929
930 2002-02-23  Herbert Voss  <voss@perce.de>
931
932         * filetools.C: added more graphic formats
933
934 2002-02-18  Herbert Voss  <voss@perce.de>
935
936         * filetools.C: (getExtFromContents) return the fileextension
937         if no format is detected.
938
939 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
940
941         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
942         as class SystemCall because one Systemcall instance represents a
943         single child process.
944
945         * filetools.C:
946         * Makefile.am: associated changes.
947
948 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
949
950         * syscall.C (Systemcalls): include <cstdlib>
951
952 2002-02-08  Herbert Voss  <voss@perce.de>
953
954         * filetools.C: (getExtFromContents) adding Grace-format
955         for filetypes
956
957 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
958
959         * syscontr.[Ch]:
960         * syssingleton.C: files removed.
961
962         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
963         uses it. Strip down the Systemcalls interface to make it brutally
964         obvious how unsophisticated it is.
965
966 2002-02-08  Herbert Voss  <voss@perce.de>
967
968         * filetools.C: (getExtFromContents) adding TGIF-format
969         and return type "user" when no type is detected
970
971 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
972
973         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
974
975 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
976
977         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
978
979 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
980
981         * FileInfo.h: remove special cygwin code.
982
983         * filetools.C (do_popen): use os::read_mode().
984
985         * os_win32.C (read_mode):
986         * os_os2.C (read_mode):
987         * os_unix.C (read_mode): new method
988
989         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
990         Hentschel). This code should maybe be moved to os:: class.
991
992 2002-02-08  Herbert Voss  <voss@perce.de>
993
994         * filetools.C: (unzipFile) fix typo
995
996 2002-02-06  Herbert Voss  <voss@perce.de>
997
998         * filetools.[Ch]: fix some bugs for detecting zipped files
999         adding unzipFile()
1000
1001 2002-02-04  Herbert Voss  <voss@perce.de>
1002
1003         * filetools.[Ch]: add ifZippedFile() for zipped
1004         graphic files
1005
1006 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1007
1008         * filetools.C (FileOpenSearch): remove duplicated line, probably
1009         resulting from bad cut-and paste.
1010
1011 2002-01-31  Herbert Voss  <voss@perce.de>
1012
1013         * filetools.[Ch]: add getExtFromContents(), which returns
1014         the type of the (graphic) file
1015
1016 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1017
1018         * copy.C (copy): open file in binary mode (for cygwin)
1019
1020 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1021
1022         * lyxsum.C: remove #warnings and replaced them with runtime debug
1023         info.
1024
1025 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1026
1027         * lyxalgo.h: include <algorithm>
1028
1029 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1030
1031         * lyx_algo.h: add a standard-conforming count to namespace lyx.
1032
1033         * lstrings.[Ch] (countChar): removed. Use lyx::count.
1034
1035 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1036
1037         * filetools.C: fix use of FileInfo
1038
1039         * FileInfo.h:
1040         * FileInfo.C: add Asserts and documentation
1041
1042 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
1043
1044         * os_win32.C: compilation fixes
1045
1046 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1047
1048         * lstrings.h: do not include <cctype>
1049
1050 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1051
1052         * lyxsum.C: portability fix for mmap patch
1053
1054 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1055
1056         * filetools.C:
1057         * lstrings.C:
1058         * lyxstring.C: change "while(" to "while ("
1059
1060 2001-12-03  Ben Stanley <bds02@uow.edu.au>
1061
1062         * lyxsum.C: Added mmap version of CRC and made it selected
1063         by default where available. Used process_block for crc for speedup.
1064
1065 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
1066
1067         * filetools.C: more robust failure for DirList()
1068
1069 2001-11-29  André Pönitz <poenitz@gmx.net>
1070
1071         * types.h: introduce types for textclass numbers and layout numbers
1072
1073 2001-11-28  André Pönitz <poenitz@gmx.net>
1074
1075         * Makefile.am: put types.h in
1076
1077 2001-11-26  André Pönitz <poenitz@gmx.net>
1078
1079         * types.h: introduce types for paragraph positions and layout numbers
1080
1081 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1082
1083         * filetools.C: remove dead code
1084
1085         * syscall.C: show prog in fail case
1086
1087 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
1088
1089         * filetools.C: code style cleanup
1090
1091 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
1092
1093         * os.h: remove spurious punctuation.
1094
1095 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
1096
1097         * LAssert.h:
1098         * LAssert.C: use new emergencyCleanup()
1099
1100 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1101
1102         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
1103         like GNU gettext does.
1104
1105 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1106
1107         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
1108         several methods)
1109         (findtexfile): oops! the change from last friday was wrong...
1110
1111         * os_win32.C (is_absolute_path):
1112         * os_unix.C (is_absolute_path):
1113         * os_os2.C (is_absolute_path): new method
1114
1115 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1116
1117         * filetools.C (findtexfile): apply os::internal_path to the result.
1118
1119 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
1120
1121         * os_win32.C:
1122         * os_unix.C:
1123         * os_os2.C:
1124         * os.h: add internal_path method, which converts a unix-type file
1125         name to the type known to the underlying file system (currently
1126         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
1127
1128 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1129
1130         * smart_ptr.h: new file
1131
1132         * utility.h: new file
1133
1134 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1135
1136         * filetools.h:
1137         * filetools.C (IsDirWriteable): fix this
1138
1139 2001-07-26  Baruch Even  <baruch@lyx.org>
1140
1141         * lyxlib.h (float_equal): Added function to compare floats almost equal
1142         (see function comment).
1143
1144 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1145
1146         Consistent use of Lsstream.h:
1147         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
1148
1149 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1150
1151         * translator.h: (*it). -> it->
1152
1153 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1154
1155         * filetools.C (DeleteAllFilesInDir): send debug output to
1156         Debug::FILES instewad of Debug::ANY.
1157
1158         * DebugStream.h: remove gcc 2.8.x hack.
1159
1160 2001-06-26  The LyX Project  <jug@sad.it>
1161
1162         * lstrings.h:
1163         * lstrings.C (escape): move method to escape non ascii characters
1164         from insets label and ref to here.
1165
1166 2001-06-25  The LyX Project  <jug@sad.it>
1167
1168         * filetools.C (IsLyXFilename):
1169         (IsSGMLFilename): do case insensitive name matching
1170
1171 2001-06-24  The LyX Project  <jug@sad.it>
1172
1173         * lstrings.C (compare_ascii_no_case): version of compare_no_case
1174         which only considers case of ascii characters
1175
1176         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
1177         sstream header.
1178
1179 2001-06-23  The LyX Project  <jug@sad.it>
1180
1181         * textutils.h (IsPrintable): take into account unprintable spaces
1182         above 127.
1183         (IsDigit): new function
1184         (IsLetterCharOrDigit): use IsDigit
1185
1186 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1187
1188         * filetools.C (findtexfile): strip final \r if necessary (for
1189         cygwin)
1190
1191 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1192
1193         * FileInfo.C:
1194         * StrPool.C: removed // -*- C++ -*- as first line.
1195
1196 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1197
1198         * lyxsum.C (do_crc): switch to use boost::crc for generating the
1199         checksum.
1200
1201 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1202
1203         * lstrings.C:
1204         * syscall.C:
1205         * syscontr.C:
1206         * LSubstring.C: bring C functions in global namespace if
1207         necessary.
1208
1209         * lstrings.h (compare): use the std:: version of str[n]cmp only
1210         when it exists.
1211
1212 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1213
1214         * syscontr.C: add std::
1215
1216         * syscall.C: add std::
1217
1218         * lstrings.h (compare): add std::
1219
1220         * lstrings.C (prefixIs): add std::
1221         (suffixIs): ditto
1222         (subst): ditto
1223
1224         * LSubstring.C (LSubstring): add std::
1225
1226 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1227
1228         * lyxsum.C (sum): use istreambuf_iterator when available.
1229
1230 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1231
1232         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
1233         directly instead.
1234
1235         * lyxstring.C (operator): make const operator[] behave as
1236         non-const and at.
1237
1238 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1239
1240         * Makefile.am (EXTRA_DIST): add the os_*.C files.
1241
1242 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1243
1244         * filetools.C (MakeAbsPath): remove debugging statement
1245
1246 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1247
1248         * FileInfo.h: X_OK workaround for cygwin
1249
1250         * Makefile.am:
1251         * os.C:
1252         * os.h:
1253         * os_os2.C:
1254         * os_unix.C:
1255         * os_win32.C:
1256         * filetools.C:
1257         * filetools.h: Added os:: class.
1258
1259         * rename.C:
1260         * syscall.C:
1261         * tempname.C: OS/2 fixes
1262
1263 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1264
1265         * textutils.h: remvoe !NEW_INSETS cruft
1266
1267 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1268
1269         * fmt.C:
1270         * atoi.C: add using directives when needed for C functions
1271         declared in std:: namespace.
1272
1273 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1274
1275         * lstrings.C : add two helper structs, local_lowercase and
1276         local_uppercase.
1277         (lowercase): change to use std::transform
1278         (uppercase): change to use std::transform
1279
1280 2001-04-25  Allan Rae  <rae@lyx.org>
1281
1282         * lyxstring.C : Assert got moved and Lars missed a few.
1283
1284 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1285
1286         * LAssert.h (Assert): put into namespace lyx
1287
1288         * lyxfunctional.h: put into namespace lyx
1289         * translator.h: adjust
1290
1291 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1292
1293         * lyxalgo.h: put into namespace lyx, add firster and copy_if
1294
1295         * FileInfo.h: inherit privately from noncopyable
1296         * path.h: ditto
1297
1298 2001-04-16  Allan Rae  <rae@lyx.org>
1299
1300         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
1301         as an unrecognised preprocessor directive.  So ensure they're wrapped.
1302
1303 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1304
1305         * several files: remove CXX_WORKING_NAMESPACES
1306
1307         * FileInfo.h: noncopyable is in namespace boost
1308         * path.h: ditto
1309
1310 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1311
1312         * syscontr.h: fix header include
1313
1314 2001-02-28  Baruch Even  <baruch@ev-en.org>
1315
1316         * filetools.C: Removed dependency on syscall.h
1317
1318         * syscall.h:
1319         * syscall.C: Minor cleanings before I start to touch this code.
1320
1321 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1322
1323         * filetools.C (CreateTmpDir): change umask to 0700.
1324
1325 2001-02-27  José Matos  <jamatos@fep.up.pt>
1326
1327         * filetools.h (BasePath):
1328         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
1329
1330         * filetools.C (IsLyXFilename):
1331         * filetools.C (IsSGMLFilename): test if extension is suffix and not
1332         only contained.
1333
1334 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1335
1336         * fmt.C:
1337         * filetools.C:
1338         * atoi.C: remove cruft
1339
1340 2001-02-06  albert chin  <china@thewrittenword.com>
1341
1342         * snprintf.h:
1343         * fmt.C: use HAVE_DECL_SNPRINTF
1344
1345 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1346
1347         * lyxstring.C: Fix some assertions.
1348
1349 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1350
1351         * lstrings.C (strip): Add a fix for compilers with broken
1352         string::find_last_not_of.
1353
1354         * filetools.C (AddPath): Simplify by using strip and frontStrip.
1355
1356 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1357
1358         * lyxstring.C (rfind): Fix broken functions.
1359         (find): Few optimizations.