]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
small cleanup, doxygen, formatting changes
[lyx.git] / src / support / ChangeLog
1 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * fmt.C: 
4         * filetools.C: 
5         * atoi.C: remove cruft
6
7 2001-02-06  albert chin  <china@thewrittenword.com>
8
9         * snprintf.h: 
10         * fmt.C: use HAVE_DECL_SNPRINTF
11         
12 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13
14         * lyxstring.C: Fix some assertions.
15
16 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17
18         * lstrings.C (strip): Add a fix for compilers with broken
19         string::find_last_not_of.
20
21         * filetools.C (AddPath): Simplify by using strip and frontStrip.
22
23 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
24
25         * lyxstring.C (rfind): Fix broken functions.
26         (find): Few optimizations.