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