jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / jscript / jsstr.h
2013-04-24  Jacek Cabanjscript: Use single string instance for strings represe...
2013-04-23  Jacek Cabanjscript: Store concatenated strings as a rope string...
2013-04-01  Jacek Cabanjscript: Moved string buffer to separated struct from...
2013-03-28  Jacek Cabanjscript: Added jsstr_extract helper and use it in Strin...
2013-03-26  Jacek Cabanjscript: Added jsstr_flatten helper and use it to acces...
2013-03-25  Jacek Cabanjscript: Return buffer pointer separately from jsstr_t...
2013-03-08  Jacek Cabanjscript: Reuse static instance of 'undefined' string.
2013-03-05  Jacek Cabanjscript: Added jsstr_flush helper and use it in array_join.
2013-03-04  Jacek Cabanjscript: Added jsstr_substr helper and use it in String...
2012-12-18  Jacek Cabanjscript: Moved string concatenation to helper function.
2012-10-15  Michael Stefaniucjscript: Move 'inline' to the beginning of the declaration.
2012-10-11  Jacek Cabanjscript: Use custom string container instead of BSTR.