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