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