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