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