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