]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
small cleanup, doxygen, formatting changes
[lyx.git] / src / support / ChangeLog
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0e2118d9410b6e25481f971f28ad6f3a80af7139 100644 (file)
@@ -0,0 +1,26 @@
+2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * fmt.C: 
+       * filetools.C: 
+       * atoi.C: remove cruft
+
+2001-02-06  albert chin  <china@thewrittenword.com>
+
+       * snprintf.h: 
+       * fmt.C: use HAVE_DECL_SNPRINTF
+       
+2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxstring.C: Fix some assertions.
+
+2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lstrings.C (strip): Add a fix for compilers with broken
+       string::find_last_not_of.
+
+       * filetools.C (AddPath): Simplify by using strip and frontStrip.
+
+2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxstring.C (rfind): Fix broken functions.
+       (find): Few optimizations.