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