gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: [Gnash-commit] gnash ChangeLog libbase/Makefile.am libbase/Wal...


From: Benjamin Wolsey
Subject: AW: [Gnash-commit] gnash ChangeLog libbase/Makefile.am libbase/Wal...
Date: Sun, 6 Apr 2008 18:00:48 +0000 (GMT)

>         * libbase/Time.{cpp,h}: new file to collect all platform- and
>           implementation-dependent clock time code in namespace clocktime.
>           Includes the used functions of tu_timer, timezone detection
>           from Date.cpp and a partial boost date-time implementation of a
>           timer (not enabled by default).



Apologies in advance for any ifdef problems. I've tested it for various 
combinations,
but only on one platform and it's completely possible that I've missed some.

Some of the timezone code (in server/asobj/Date.cpp before, now in 
libbase/Time.cpp)
- namely ftime and gettimeofday - seems always to have returned conceptually
incorrect results when current time is dst (perhaps it was written in winter), 
but I
may have transferred the code incorrectly.

The idea was to move all the portability ifdefs for time functions (which is 
horribly
unportable) to the same place, where they can be shared if necessary, and
where changing them doesn't require rebuilding more than libbase.



      __________________________________________________________
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang.
http://de.overview.mail.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]