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