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