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