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