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