Jacek Caban
|
f34722e772
|
jscript: Added RegExp.toString() implementation.
|
2013-05-27 19:29:13 +02:00 |
Jacek Caban
|
c3cf79ac25
|
jscript: Use helpers to access string buffers in jsregexp.c.
|
2013-04-01 12:19:01 +02:00 |
Marcus Meissner
|
339ec9c4ed
|
jscript: Check the correct heap return condition (Coverity).
|
2013-03-25 13:55:32 +01:00 |
Jacek Caban
|
d7f24b0956
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
Jacek Caban
|
c3eecec680
|
jscript: Use (index,length) pair as match result.
|
2013-03-07 14:56:17 +01:00 |
Jacek Caban
|
20e85dd21b
|
jscript: Use jsstr_substr in jsregexp.c where possible.
|
2013-03-04 11:19:30 +01:00 |
Piotr Caban
|
f16c9877bd
|
jscript: Avoid copying regular expression results.
|
2013-02-19 19:50:40 +01:00 |
Piotr Caban
|
67c7cc5517
|
jscript: Cleanup regular expressions engine API.
|
2013-02-19 19:50:36 +01:00 |
Piotr Caban
|
4c6a1d1d92
|
jscript: Rename JSREG_* defines to REG_*.
|
2013-02-19 13:47:57 +01:00 |
Piotr Caban
|
06e8d830e2
|
jscript: Moved generic regular expressions code to separate file.
|
2013-02-15 14:43:17 +01:00 |