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