]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
various changes
[lyx.git] / src / support / ChangeLog
1 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * lyxsum.C (do_crc): switch to use boost::crc for generating the
4         checksum.
5
6 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7
8         * lstrings.C: 
9         * syscall.C:
10         * syscontr.C: 
11         * LSubstring.C: bring C functions in global namespace if
12         necessary. 
13
14         * lstrings.h (compare): use the std:: version of str[n]cmp only
15         when it exists.
16
17 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
18
19         * syscontr.C: add std::
20
21         * syscall.C: add std::
22
23         * lstrings.h (compare): add std::
24
25         * lstrings.C (prefixIs): add std::
26         (suffixIs): ditto
27         (subst): ditto
28
29         * LSubstring.C (LSubstring): add std::
30
31 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
32
33         * lyxsum.C (sum): use istreambuf_iterator when available.
34
35 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
36
37         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
38         directly instead.
39
40         * lyxstring.C (operator): make const operator[] behave as
41         non-const and at.
42
43 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
44
45         * Makefile.am (EXTRA_DIST): add the os_*.C files.
46
47 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
48
49         * filetools.C (MakeAbsPath): remove debugging statement
50
51 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
52
53         * FileInfo.h: X_OK workaround for cygwin
54
55         * Makefile.am:
56         * os.C:
57         * os.h:
58         * os_os2.C:
59         * os_unix.C:
60         * os_win32.C:
61         * filetools.C:
62         * filetools.h: Added os:: class.
63
64         * rename.C:
65         * syscall.C:
66         * tempname.C: OS/2 fixes
67
68 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
69
70         * textutils.h: remvoe !NEW_INSETS cruft
71
72 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
73
74         * fmt.C: 
75         * atoi.C: add using directives when needed for C functions
76         declared in std:: namespace.
77
78 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
79
80         * lstrings.C : add two helper structs, local_lowercase and
81         local_uppercase. 
82         (lowercase): change to use std::transform
83         (uppercase): change to use std::transform
84
85 2001-04-25  Allan Rae  <rae@lyx.org>
86
87         * lyxstring.C : Assert got moved and Lars missed a few.
88
89 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
90
91         * LAssert.h (Assert): put into namespace lyx
92
93         * lyxfunctional.h: put into namespace lyx
94         * translator.h: adjust
95
96 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
97
98         * lyxalgo.h: put into namespace lyx, add firster and copy_if
99
100         * FileInfo.h: inherit privately from noncopyable
101         * path.h: ditto
102
103 2001-04-16  Allan Rae  <rae@lyx.org>
104
105         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
106         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
107
108 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
109
110         * several files: remove CXX_WORKING_NAMESPACES
111
112         * FileInfo.h: noncopyable is in namespace boost
113         * path.h: ditto
114
115 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
116
117         * syscontr.h: fix header include
118
119 2001-02-28  Baruch Even  <baruch@ev-en.org>
120
121         * filetools.C: Removed dependency on syscall.h
122
123         * syscall.h:
124         * syscall.C: Minor cleanings before I start to touch this code.
125
126 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
127
128         * filetools.C (CreateTmpDir): change umask to 0700.
129
130 2001-02-27  José Matos  <jamatos@fep.up.pt>
131
132         * filetools.h (BasePath):
133         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
134
135         * filetools.C (IsLyXFilename):
136         * filetools.C (IsSGMLFilename): test if extension is suffix and not
137         only contained.
138
139 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
140
141         * fmt.C: 
142         * filetools.C: 
143         * atoi.C: remove cruft
144
145 2001-02-06  albert chin  <china@thewrittenword.com>
146
147         * snprintf.h: 
148         * fmt.C: use HAVE_DECL_SNPRINTF
149         
150 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
151
152         * lyxstring.C: Fix some assertions.
153
154 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
155
156         * lstrings.C (strip): Add a fix for compilers with broken
157         string::find_last_not_of.
158
159         * filetools.C (AddPath): Simplify by using strip and frontStrip.
160
161 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
162
163         * lyxstring.C (rfind): Fix broken functions.
164         (find): Few optimizations.