Module: wine Branch: master Commit: f14c5f074ad3872f644dc97170e9d85810e3f397 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f14c5f074ad3872f644dc97170...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Sep 23 16:12:12 2009 +0200
jscript: Get rid of lcid argument in builtin function implementations.
---
dlls/jscript/array.c | 62 +++++++++++++------------- dlls/jscript/bool.c | 8 ++-- dlls/jscript/date.c | 116 +++++++++++++++++++++++----------------------- dlls/jscript/dispex.c | 18 ++++---- dlls/jscript/error.c | 26 +++++----- dlls/jscript/function.c | 64 +++++++++++++------------- dlls/jscript/global.c | 100 ++++++++++++++++++++-------------------- dlls/jscript/jscript.h | 4 +- dlls/jscript/math.c | 52 +++++++++++----------- dlls/jscript/number.c | 16 +++--- dlls/jscript/object.c | 16 +++--- dlls/jscript/regexp.c | 30 ++++++------ dlls/jscript/string.c | 108 ++++++++++++++++++++++---------------------- 13 files changed, 310 insertions(+), 310 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f14c5f074ad3872f644dc9...