git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
REGRESSION(r222601): We fail to properly backtrack into a sub pattern of a parenthesi...
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
yarr
/
YarrInterpreter.cpp
2017-10-27
msaboff@apple.com
REGRESSION(r222601): We fail to properly backtrack...
blob
|
commitdiff
2017-10-09
msaboff@apple.com
Implement RegExp Unicode property escapes
blob
|
commitdiff
|
diff to current
2017-09-28
msaboff@apple.com
REGRESSION(210837): RegExp containing failed non-zero...
blob
|
commitdiff
|
diff to current
2017-08-24
msaboff@apple.com
Add support for RegExp "dotAll" flag
blob
|
commitdiff
|
diff to current
2017-08-22
msaboff@apple.com
Implement Unicode RegExp support in the YARR JIT
blob
|
commitdiff
|
diff to current
2017-07-01
msaboff@apple.com
RegExp's anchored with .* with \g flag can return...
blob
|
commitdiff
|
diff to current
2017-01-18
msaboff@apple.com
Nested parenthesized regular expressions with non-zero...
blob
|
commitdiff
|
diff to current
2016-12-20
annulen@yandex.ru
Modernize for loops in JSC
blob
|
commitdiff
|
diff to current
2016-11-15
fpizlo@apple.com
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS...
blob
|
commitdiff
|
diff to current
2016-07-14
msaboff@apple.com
YARR uses mixture of int and unsigned values to index...
blob
|
commitdiff
|
diff to current
2016-04-05
fpizlo@apple.com
Source/JavaScriptCore:
blob
|
commitdiff
|
diff to current
2016-03-31
msaboff@apple.com
[ES6] Quantified unicode regular expressions do not...
blob
|
commitdiff
|
diff to current
2016-03-24
msaboff@apple.com
[ES6] Greedy unicode RegExp's don't properly backtrack...
blob
|
commitdiff
|
diff to current
2016-03-18
fpizlo@apple.com
Replace all of the various non-working and non-compilin...
blob
|
commitdiff
|
diff to current
2016-03-09
msaboff@apple.com
[ES6] Implement RegExp sticky flag and related function...
blob
|
commitdiff
|
diff to current
2016-03-08
msaboff@apple.com
[ES6] Regular Expression canonicalization tables for...
blob
|
commitdiff
|
diff to current
2016-03-04
msaboff@apple.com
[ES6] Make Unicode RegExp pattern parsing conform to...
blob
|
commitdiff
|
diff to current
2016-03-02
msaboff@apple.com
[ES6] Add support for Unicode regular expressions
blob
|
commitdiff
|
diff to current
2016-01-02
aestes@apple.com
Replace WTF::move with WTFMove
blob
|
commitdiff
|
diff to current
2014-12-30
gyuyoung.kim@samsu...
Move JavaScriptCore/yarr to std::unique_ptr
blob
|
commitdiff
|
diff to current
2014-11-28
gyuyoung.kim@samsu...
Use std::unique_ptr instead of OwnPtr in JSC classes
blob
|
commitdiff
|
diff to current
2014-10-08
bfulgham@apple.com
[Win] Resolve some static analysis warnings in JavaScri...
blob
|
commitdiff
|
diff to current
2014-01-28
joepeck@webkit.org
JavaScriptCore: Enable -Wimplicit-fallthrough and add...
blob
|
commitdiff
|
diff to current
2013-12-02
commit-queue@webki...
Remove stdio.h from JSC files.
blob
|
commitdiff
|
diff to current
2013-10-18
andersca@apple.com
Remove spaces between template angle brackets
blob
|
commitdiff
|
diff to current
2013-10-12
darin@apple.com
Change most call sites to call ICU directly instead...
blob
|
commitdiff
|
diff to current
2013-02-15
akling@apple.com
Yarr: Use OwnPtr to make pattern/disjunction/character...
blob
|
commitdiff
|
diff to current
2013-01-24
oliver@apple.com
Harden JSC a bit with RELEASE_ASSERT
blob
|
commitdiff
|
diff to current
2013-01-23
oliver@apple.com
Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REAC...
blob
|
commitdiff
|
diff to current
2013-01-23
oliver@apple.com
Replace numerous manual CRASH's in JSC with RELEASE_ASSERT
blob
|
commitdiff
|
diff to current
2012-11-22
fpizlo@apple.com
Rename dataLog() and dataLogV() to dataLogF() and dataL...
blob
|
commitdiff
|
diff to current
2012-08-30
benjamin@webkit.org
Replace JSC::UString by WTF::String
blob
|
commitdiff
|
diff to current
2012-03-29
barraclough@apple.com
Template the Yarr::Interpreter on the character type
blob
|
commitdiff
|
diff to current
2012-03-26
barraclough@apple.com
Greek sigma is handled wrong in case independent regexp.
blob
|
commitdiff
|
diff to current
2012-02-24
msaboff@apple.com
ASSERT(position < 0) in JSC::Yarr::Interpreter::InputSt...
blob
|
commitdiff
|
diff to current
2012-02-12
fpizlo@apple.com
It should be possible to send all JSC debug logging...
blob
|
commitdiff
|
diff to current
2012-02-02
msaboff@apple.com
Yarr crash with regexp replace
blob
|
commitdiff
|
diff to current
2012-01-20
ggaren@apple.com
Removed some regexp entry boilerplate code
blob
|
commitdiff
|
diff to current
2011-12-19
ggaren@apple.com
Placement new does an unnecessary NULL check
blob
|
commitdiff
|
diff to current
2011-11-17
msaboff@apple.com
LayoutTests for Debug Builds Crashes in JavaScriptCore...
blob
|
commitdiff
|
diff to current
2011-10-03
barraclough@apple.com
Bug 67455 - Different regular expression result
blob
|
commitdiff
|
diff to current
2011-09-13
jamesr@google.com
Unreviewed build fix for chromium.
blob
|
commitdiff
|
diff to current
2011-09-12
msaboff@apple.com
Update RegExp and related classes to use 8 bit strings...
blob
|
commitdiff
|
diff to current
2011-08-31
oliver@apple.com
Add support for checked arithmetic
blob
|
commitdiff
|
diff to current
2011-07-13
msaboff@apple.com
https://bugs.webkit.org/show_bug.cgi?id=64202
blob
|
commitdiff
|
diff to current
2011-06-23
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=61585
blob
|
commitdiff
|
diff to current
2011-05-24
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=61306
blob
|
commitdiff
|
diff to current
2011-04-29
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=59221
blob
|
commitdiff
|
diff to current
2011-03-15
msaboff@apple.com
2011-03-14 Michael Saboff <msaboff@apple.com>
blob
|
commitdiff
|
diff to current
2011-02-04
ddkilzer@apple.com
Use static_cast and other style cleanup in YarrInterpre...
blob
|
commitdiff
|
diff to current
2011-01-12
pvarga@webkit.org
2011-01-12 Peter Varga <pvarga@webkit.org>
blob
|
commitdiff
|
diff to current
2011-01-12
ossy@webkit.org
Unreviewed, rolling out r75595.
blob
|
commitdiff
|
diff to current
2011-01-12
pvarga@webkit.org
2011-01-12 Peter Varga <pvarga@webkit.org>
blob
|
commitdiff
|
diff to current
2011-01-10
barraclough@apple.com
Rename the existing YARR files and classes
blob
|
commitdiff
|
diff to current