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