]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
another safety belt
[lyx.git] / src / support / ChangeLog
index 99c99fa0eb9eb7e926ef3db2c85573c91fc4ab7d..d376e2589cee77a3bfcfc70ff08aeee9535b1781 100644 (file)
@@ -1,3 +1,91 @@
+2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxsum.C: an ugly hack to compile with non-gnu linkers
+
+2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
+
+       * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
+       a solution that he likes and which actually works.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lstrings.h (tostr): STRCONV
+
+       * lstrings.C (regexMatch): STRCONV
+       (getVectorFromString): STRCONV, manual copy into vector
+
+       * filetools.C (GetFileContents): STRCONV
+
+       * os.C: include config.h
+
+       * lstrings.C (getVectorFromString): rewrite to use
+       boost::tokenizer
+
+2002-10-31  Angus Leeming  <leeming@lyx.org>
+
+       * forkedcall.C (generateChild): clean it up further.
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
+       and a minimal ForkedCall daughter class.
+
+       * forkedcontr.[Ch]: minimal changes reflecting the use of a
+       ForkedProcess base class responsible for launching all child proceses.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * LIstream.h:
+       * LOstream.h: doxygen fixes.
+
+2002-09-24  Angus Leeming  <leeming@lyx.org>
+
+       * most files: clean-up the license info.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
+       since at least for Cygwin, the "rb" read_mode acceptable for
+       fopen() is illegal for popen(), whose mode argument *must* be "r"
+       or "w".
+
+       * filetools.C (RunCommand): Uses os::popen_read_mode() instead
+       of os::read_mode()
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
+       utility.h
+
+       * smart_ptr.h: remove file
+       * utility.h: ditto
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
+       class_fun and void_class_fun
+
+2002-08-20  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * fmt.C: remove
+
+2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * textutils.h: formatting.
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * limited_stack.h: default to 100 not 10
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * forkedcall.C: more details on error
+
 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,