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