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