Michael Stefaniuc
|
97a6523bdc
|
jscript: Add the Romanian translation.
Translation by Claudia Cotună.
|
2010-06-18 15:22:21 +02:00 |
Ricardo Filipe
|
7fe6ec89ec
|
jscript: Update Portuguese Portugal translation.
|
2010-06-12 12:07:24 +02:00 |
Jose Rostagno
|
bd992d3aeb
|
jscript: Add Spanish translation.
|
2010-06-09 11:17:37 +02:00 |
Łukasz Wojniłowicz
|
5b4097acb6
|
jscript: Add the Polish translation.
|
2010-06-07 12:54:56 +02:00 |
Paul Vriens
|
3f03f4636d
|
jscript: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
|
2010-06-07 12:23:29 +02:00 |
Luca Bennati
|
7388cb4a68
|
jscript: Add Italian translation.
|
2010-05-31 12:14:29 +02:00 |
Jacek Caban
|
0ce3bcee1b
|
jscript: Added leftContext and rightCont4ext tests.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
ce67c76328
|
jscript: Added RegExp.rightContext implementation.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
9159ddce92
|
jscript: Added RegExp.leftContext implementation.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
32c61c5092
|
jscript: Store match result in script context.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
fe86330d7e
|
jscript: Treat no argument as "undefined" in RegExp.test.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
0acb7fb1e4
|
jscript: Added RegExp.leftContext and RegExp.rightContext stub implementation.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
0cbe1574fe
|
jscript: Store builtin constructor's length in instance object.
|
2010-05-27 14:46:42 +02:00 |
Matej Špindler
|
515b15233e
|
jscript: Add Slovenian translation.
|
2010-05-18 08:50:26 +02:00 |
Michael Stefaniuc
|
cd6ba3519a
|
jscript: Avoid using long.
|
2010-05-12 14:13:15 +02:00 |
Gerald Pfeifer
|
3d310f03c3
|
jscript: Remove variable length which is not really used from JSGlobal_parseFloat.
|
2010-05-03 16:47:39 +02:00 |
Paul Vriens
|
a3f95b042f
|
jscript: Update Dutch translation.
|
2010-04-21 11:57:32 +02:00 |
Jacek Caban
|
6f17fa5298
|
jscript: Fixed String.match implementation for non-global regexps.
|
2010-04-15 14:19:19 +02:00 |
Jacek Caban
|
e3ae02433a
|
jscript: Use special case for lastIndex<0 only for global regexps in run_exec.
|
2010-04-15 14:19:16 +02:00 |
Alexandre Julliard
|
0572d81c2d
|
jscript: Add casts to pointer differences in traces.
|
2010-04-09 16:49:27 +02:00 |
Alexandre Julliard
|
fbef7217b9
|
makefiles: Remove the no longer needed explicit dependencies for bison files.
|
2010-03-16 13:28:24 +01:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Hwang YunSong
|
1442a18e3a
|
jscript: Add Korean translation.
|
2010-02-17 10:58:21 +01:00 |
Alexandre Julliard
|
16a080fc02
|
jscript: Don't create empty default key values where not necessary.
|
2010-02-10 14:30:07 +01:00 |
Alexandre Julliard
|
9644d1dcd7
|
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.
|
2010-02-08 20:58:00 +01:00 |
Jacek Caban
|
9fd4f4a44a
|
jscript: Added support for constructor property.
|
2010-02-08 17:14:43 +01:00 |
Jacek Caban
|
75ab8e2027
|
jscript: Avoid unnecessary prototype lookup.
|
2010-02-08 17:14:43 +01:00 |
Jacek Caban
|
10c9931051
|
jscript: Get value as VARIANT in prop_put.
|
2010-02-08 17:14:43 +01:00 |
Jacek Caban
|
10c99b5735
|
jscript: Moved property creation out of find_prop_name_prot.
|
2010-02-08 17:14:43 +01:00 |
Jacek Caban
|
bf17483a19
|
jscript: Don't try to create property in jsdisp_call_name.
|
2010-02-08 17:14:43 +01:00 |
Piotr Caban
|
352ae8b480
|
jscript: Fix jsdisp_propget_idx implementation.
|
2010-01-25 13:00:51 +01:00 |
Piotr Caban
|
693c692564
|
jscript: Fix array.reverse implementation.
|
2010-01-25 13:00:46 +01:00 |
Jacek Caban
|
f623e3add8
|
jscript: Skip tests on old jscript.dll.
|
2010-01-25 12:53:26 +01:00 |
Jacek Caban
|
09651321e0
|
jscript: Moved resetting lastIndex to do_regexp_match_next.
|
2010-01-25 12:53:22 +01:00 |
Jacek Caban
|
43bc4af02d
|
jscript: Added String.replace implementation.
|
2010-01-25 12:53:18 +01:00 |
Jacek Caban
|
7749951d35
|
jscript: Make RegExp contructor implementation more generic.
|
2010-01-25 12:53:13 +01:00 |
Jacek Caban
|
2a81ef06f8
|
jscript: Skip tests on too old jscript.dll.
|
2010-01-22 12:25:43 +01:00 |
Piotr Caban
|
81715d00cd
|
jscript: Add error handling to Array.reverse.
|
2010-01-20 20:07:05 +01:00 |
Piotr Caban
|
8644a083a6
|
jscript: Make Array.sort generic.
|
2010-01-20 20:06:58 +01:00 |
Piotr Caban
|
91dcc245f9
|
jscript: Make Array.pop generic.
|
2010-01-20 20:06:55 +01:00 |
Piotr Caban
|
db137cc975
|
jscript: Make Array.join generic.
|
2010-01-18 14:19:21 +01:00 |
Piotr Caban
|
6f61893685
|
jscript: Added implementation of Array.reverse.
|
2010-01-18 14:19:16 +01:00 |
Rob Shearman
|
9dc584d0a2
|
jscript: Fix various memory and reference count leaks.
|
2009-12-31 14:27:06 +01:00 |
Jacek Caban
|
b5290bde98
|
jscript: Added a test using script dispatch after closing engine.
|
2009-12-31 12:12:17 +01:00 |
Rob Shearman
|
07183b28eb
|
jscript: Make sure to initialise the string output parameter in run_exec.
|
2009-12-31 12:12:16 +01:00 |
Rob Shearman
|
7db81aeb67
|
jscript: Make sure retv pointer is initialised in exec_source even if no value needs to be returned.
|
2009-12-31 12:12:16 +01:00 |
Jacek Caban
|
a0467ef11c
|
jscript: Make undefined a property of global object.
|
2009-12-21 15:01:25 +01:00 |
Marcus Meissner
|
aaff57da22
|
jscript: Fixed uninitialized usage of i (Coverity).
|
2009-12-11 12:16:26 +01:00 |
Jacek Caban
|
7705fe64d6
|
jscript: Fixed tests on some Windows.
|
2009-12-10 12:01:12 +01:00 |