projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
mshtml: Get rid of no longer needed bind_complete in set_moniker.
[wine]
/
dlls
/
jscript
/
string.c
2009-10-22
Jacek Caban
jscript: Fixed replace string parsing.
blob
|
commitdiff
|
raw
2009-10-14
Jacek Caban
jscript: Separate flags parsing from regexp creating.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
Piotr Caban
jscript: Fixed Global functions lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-28
Marcus Meissner
jscript: Initialize val_str (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Allow 'this' to be host object in builtin...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Avoid using dispex->ctx.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Avoid calling JS builtin functions directly.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Pass script_ctx_t to builtin functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Get rid of lcid argument in builtin function...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Use script LCID in *disp_propput* functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Use script global LCID in *disp_call* functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
jscript: Added Function.toString implementation for...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
jscript: Added String.lastIndexOf implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
jscript: Code clean up.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Piotr Caban
jscript: Added String.substr implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed String's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Piotr Caban
jscript: Inherit some String functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Piotr Caban
jscript: Added $ handling to String.replace.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Piotr Caban
jscript: Throw TypeErrors when _value functions are...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-20
Marcus Meissner
jscript: Initialize val_str to NULL (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-07-14
Piotr Caban
jscript: Added String_fromCharCode implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Fix String_match implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_toUpperCase generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_toLowerCase generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_substring generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_split generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_slice generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_replace generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_match generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_indexOf generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_charCodeAt generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make String_charAt generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Make do_attribute_tag_format generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Piotr Caban
jscript: Change do_attributeless_tag_format so it works...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Piotr Caban
jscript: Added String_link implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Piotr Caban
jscript: Added String_anchor implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Piotr Caban
jscript: Added String_fontsize implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Piotr Caban
jscript: Added String_fontcolor implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-03
Piotr Caban
jscript: Added stub implementation of Date constructor...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-04
Piotr Caban
jscript: Remove NaN related FIXMEs.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-10
Andrew Nguyen
jscript: Implement the String.sup() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-10
Andrew Nguyen
jscript: Implement the String.sub() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-10
Andrew Nguyen
jscript: Fix the lexicographical order of the String...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Andrew Nguyen
jscript: Implement the String.strike() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Andrew Nguyen
jscript: Implement the String.small() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Andrew Nguyen
jscript: Implement the String.italics() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Andrew Nguyen
jscript: Implement the String.fixed() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Andrew Nguyen
jscript: Implement the String.bold() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Andrew Nguyen
jscript: Implement the String.blink() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Andrew Nguyen
jscript: Implement the String.big() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-24
Andrew Nguyen
jscript: Implement the String.toUpperCase() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-24
Andrew Nguyen
jscript: Implement the String.toLowerCase() method.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jacek Caban
jscript: Added String.split implementation for non...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-07
Jacek Caban
jscript: Added String.indexOf implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-29
Marcus Meissner
jscript: Fixed crash in run test.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Jacek Caban
jscript: Added String.split implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Jacek Caban
jscript: Added String.match implementation for non...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Jacek Caban
jscript: Added String.replace implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
Francois Gouget
jscript: Add a trailing '\n' to a Wine trace.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String function implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String.concat implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String default value implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String constructor implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String.charCodeAt implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String.slice implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String.valueOf implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String.toString implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added String.substring implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Jacek Caban
jscript: Added String.charAt implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
Jacek Caban
jscript: Added String.length implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Jacek Caban
jscript: Added String.match implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Jacek Caban
jscript: Added string to object conversion implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-10
Jacek Caban
jscript: Added String constructor object.
blob
|
commitdiff
|
raw
|
diff to current