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