jscript: Implement the String.sup() method.
[wine] / dlls / jscript / string.c
2008-12-10  Andrew Nguyenjscript: Implement the String.sup() method.
2008-12-10  Andrew Nguyenjscript: Implement the String.sub() method.
2008-12-10  Andrew Nguyenjscript: Fix the lexicographical order of the String...
2008-12-02  Andrew Nguyenjscript: Implement the String.strike() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.small() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.italics() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.fixed() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.bold() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.blink() method.
2008-12-02  Andrew Nguyenjscript: Implement the String.big() method.
2008-11-24  Andrew Nguyenjscript: Implement the String.toUpperCase() method.
2008-11-24  Andrew Nguyenjscript: Implement the String.toLowerCase() method.
2008-10-08  Jacek Cabanjscript: Added String.split implementation for non...
2008-10-07  Jacek Cabanjscript: Added String.indexOf implementation.
2008-09-29  Marcus Meissnerjscript: Fixed crash in run test.
2008-09-25  Jacek Cabanjscript: Added String.split implementation.
2008-09-25  Jacek Cabanjscript: Added String.match implementation for non...
2008-09-25  Jacek Cabanjscript: Added String.replace implementation.
2008-09-24  Francois Gougetjscript: Add a trailing '\n' to a Wine trace.
2008-09-22  Jacek Cabanjscript: Added String function implementation.
2008-09-22  Jacek Cabanjscript: Added String.concat implementation.
2008-09-22  Jacek Cabanjscript: Added String default value implementation.
2008-09-22  Jacek Cabanjscript: Added String constructor implementation.
2008-09-22  Jacek Cabanjscript: Added String.charCodeAt implementation.
2008-09-22  Jacek Cabanjscript: Added String.slice implementation.
2008-09-22  Jacek Cabanjscript: Added String.valueOf implementation.
2008-09-22  Jacek Cabanjscript: Added String.toString implementation.
2008-09-22  Jacek Cabanjscript: Added String.substring implementation.
2008-09-19  Jacek Cabanjscript: Added String.charAt implementation.
2008-09-18  Jacek Cabanjscript: Added String.length implementation.
2008-09-16  Jacek Cabanjscript: Added String.match implementation.
2008-09-16  Jacek Cabanjscript: Added string to object conversion implementation.
2008-09-10  Jacek Cabanjscript: Added String constructor object.