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