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