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