> Message: 2
> Date: Thu, 04 Jun 2009 22:37:48 +0200
> From: Piotr Caban <piotr.ca...@gmail.com>
> Subject: jscript: Added Date_getFullYear and Date_getUTCFullYear
>       implementation  (3/7)
> To: wine-patc...@winehq.org
> Message-ID: <4a28309c.9000...@gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> ---
>  dlls/jscript/date.c       |   73
> ++++++++++++++++++++++++++++++++++++++++++--
>  dlls/jscript/tests/api.js |    9 +++++
>  2 files changed, 78 insertions(+), 4 deletions(-)


Whats wrong with this patch?

All the date expressions (e.g. day_from_year) are copied from ECMA-262
standard specification. Because of the date range it can be keep in
double without error.

Piotr Caban


Reply via email to