Piotr Caban
|
5ead336535
|
jscript: Fixed RegExp's function lengths.
|
2009-08-17 13:57:51 +02:00 |
Piotr Caban
|
6b8fef873c
|
jscript: Added RegExp.source implementation.
|
2009-08-14 13:59:10 +02:00 |
Piotr Caban
|
5d41205654
|
jscript: Inherit some RegExp functions from Object.
|
2009-08-12 17:04:38 +02:00 |
Piotr Caban
|
8dd1d9b92e
|
jscript: Throw TypeErrors when _value functions are used as a function.
|
2009-07-22 14:42:50 +02:00 |
Piotr Caban
|
f421746980
|
jscript: Added RegExp_test stub.
|
2009-07-15 13:54:08 +02:00 |
Piotr Caban
|
41e297af11
|
jscript: Added stub implementation of Date constructor properties.
|
2009-07-03 13:28:19 +02:00 |
Piotr Caban
|
3327d17109
|
jscript: Fixed memory leak.
|
2009-05-28 12:42:17 +02:00 |
Alexandre Julliard
|
eae1898aae
|
jscript: Avoid size_t in printf width specifier.
|
2009-04-22 16:56:37 +02:00 |
Michael Stefaniuc
|
981f733e41
|
jscript: Remove superfluous pointer casts.
|
2009-02-02 15:21:44 +01:00 |
Alexandre Julliard
|
f347b957f7
|
jscript: Make some functions and variables static.
|
2008-12-02 15:26:49 +01:00 |
Jacek Caban
|
e0413ddfe5
|
jscript: Added String.replace implementation.
|
2008-09-25 11:16:18 +02:00 |
Jacek Caban
|
b4796499e7
|
jscript: Split regexp_match function.
|
2008-09-25 11:16:10 +02:00 |
Jacek Caban
|
98f2dfee9c
|
jscript: Added RegExp contruction implementation.
|
2008-09-24 12:52:56 +02:00 |
Francois Gouget
|
f26c27acc6
|
jscript: Remove spaces before '\n' in Wine traces.
|
2008-09-22 13:17:02 +02:00 |
Jacek Caban
|
db69b121ac
|
jscript: Added String.match implementation.
RegExp part of patch is based on Mozilla regexp implementation.
|
2008-09-16 11:48:10 +02:00 |
Jacek Caban
|
5670ca52ae
|
jscript: Added regular expression compiler based on Mozilla regexp implementation.
|
2008-09-16 11:48:00 +02:00 |
Jacek Caban
|
cf1863ed09
|
jscript: Added parser support for regular expressions.
|
2008-09-16 11:29:44 +02:00 |
Jacek Caban
|
199952bf55
|
jscript: Added missing RegExp properties.
|
2008-09-16 11:29:05 +02:00 |
Jacek Caban
|
e2f743fad8
|
jscript: Added RegExp constructor object implementation.
|
2008-09-10 10:57:09 +02:00 |