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