On Thu, Sep 13, 2007 at 01:12:20AM +0000, Markus Gothe wrote: > CVSROOT: /sources/gnash > Module name: gnash > Changes by: Markus Gothe <nihilus> 07/09/13 01:12:20 > > Modified files: > . : ChangeLog > gui : NullGui.cpp > libbase : Makefile.am triangulate_impl.h > utilities : processor.cpp > server : timers.h > server/asobj : NetStream.h NetStreamFfmpeg.cpp > server/vm : VM.cpp > Removed files: > libbase : tu_timer.cpp tu_timer.h > > Log message: > Replaced inappropiate use of tu_timer/gettimeofday with std::clock and > boost/timer.hpp where appropiate. Might break things, but I think this > is > the way to fix it. :)
If you know it *might* break things, why don't you run 'make check' before committing ? Bugs triggered in our testsuite by this commit (should not happen): http://savannah.gnu.org/bugs/?21066 http://savannah.gnu.org/bugs/?21065 http://savannah.gnu.org/bugs/?21064 Build problems (can happen): http://savannah.gnu.org/bugs/?21063 --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
