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