Jacek Caban : jscript: Get rid of lcid argument in builtin function implementations.

Alexandre Julliard julliard at winehq.org
Wed Sep 23 11:03:43 CDT 2009


Module: wine
Branch: master
Commit: f14c5f074ad3872f644dc97170e9d85810e3f397
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f14c5f074ad3872f644dc97170e9d85810e3f397

Author: Jacek Caban <jacek at 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=f14c5f074ad3872f644dc97170e9d85810e3f397



More information about the wine-cvs mailing list