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