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