wine/dlls/jscript
Gabriel Ivăncescu 0c875dfa5f jscript: Convert filetime to date properly using unsigned division.
Also, the result has to be signed type before converting to double, since
it can be negative then (e.g. if system clock is set before 1970).

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-11-08 20:09:13 +01:00
..
tests jscript: Implement VariantChangeType for VT_DISPATCH and VT_UNKNOWN. 2022-10-31 21:23:42 +01:00
activex.c
array.c jscript: Implement reviver argument for JSON.parse. 2022-10-17 11:27:04 +02:00
bool.c
cc_parser.y
compile.c
date.c jscript: Convert filetime to date properly using unsigned division. 2022-11-08 20:09:13 +01:00
decode.c
dispex.c jscript: Refill the props at end of enumeration in html mode and retry. 2022-10-10 21:15:26 +02:00
engine.c
engine.h
enumerator.c
error.c
function.c jscript: Implement Function.prototype.bind's thisArg properly. 2022-10-17 11:27:04 +02:00
global.c
jscript.c
jscript.h jscript: Implement reviver argument for JSON.parse. 2022-10-17 11:27:04 +02:00
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Implement reviver argument for JSON.parse. 2022-10-17 11:27:04 +02:00
jsregexp.c
jsstr.c
jsstr.h
jsutils.c jscript: Implement VariantChangeType for VT_DISPATCH and VT_UNKNOWN. 2022-10-31 21:23:42 +01:00
jsval.h
lex.c
Makefile.in
math.c
number.c
object.c
parser.h
parser.y
regexp.c
regexp.h
resource.h
set.c
string.c
vbarray.c