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