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