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