gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog configure.ac doc/C/asspec/date....


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog configure.ac doc/C/asspec/date....
Date: Wed, 18 Apr 2007 16:18:08 +0200

On Wed, Apr 18, 2007 at 01:47:25PM +0000, Martin Guy wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Martin Guy <martinwguy> 07/04/18 13:47:24
> 
> Modified files:
>       .              : ChangeLog configure.ac 
>       doc/C/asspec   : date.xml 
>       server/asobj   : Date.cpp Global.cpp 
>       server         : as_value.h as_value.cpp 
>       testsuite/actionscript.all: Date.as 
> 
> Log message:
>               * configure.ac: Introduce HAVE_LONG_TIMEZONE if extern long 
> timezone
>                 exists
>               * doc/C/asspec/date.xml: first draft
>               * server/asobj/Date.cpp: Complete its implementation
>               * server/asobj/Global.cpp: Use definitions of NAN and INFINITY 
> from
>                 as_value.h
>               * server/as_value.h: add definition for INFINITY, as for NAN
>               * server/as_value.cpp: Reject accidental "Infinity" and 
> "-Infinity"
>                 string-to-number conversions (should give NaN); 
>                 Use NAN from as_value.h;
>                 Conversion of an AS function to a number gives NaN, not 0.
>               * testsuite/actionscript.all/Date.as: Add extensive constructor 
> tests

After this commit:

Date.cpp: In function 'int gnash::minutes_east_of_gmt(tm&)':
Date.cpp:570: error: aggregate 'gnash::timeb tb' has incomplete type and cannot 
be defined
Date.cpp:572: error: 'ftime' was not declared in this scope

Also, I'm afraid the changes in as_value will break a few tests, couldn't
run make check due to the build errors.

--strk;




reply via email to

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