Jacek Caban
|
2ac35ac441
|
jscript: Use single string instance for strings representing NULL BSTR instead of a flag.
|
2013-04-24 14:34:26 +02:00 |
Jacek Caban
|
8541f94e2c
|
jscript: Store concatenated strings as a rope string to avoid useless copying.
|
2013-04-23 17:20:14 +02:00 |
Jacek Caban
|
29d9d668f7
|
jscript: Moved string buffer to separated struct from jsstr_t.
|
2013-04-01 12:19:06 +02:00 |
Jacek Caban
|
4ece40f86b
|
jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len.
|
2013-03-25 14:10:08 +01:00 |
Jacek Caban
|
d7f24b0956
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
Jacek Caban
|
721d3ec1b4
|
jscript: Use jsstr_flush in jsstr_concat.
|
2013-03-05 12:43:22 +01:00 |
Jacek Caban
|
0e6d3b8611
|
jscript: Optimized concatenation of empty strings.
|
2012-12-18 12:37:14 +01:00 |
Jacek Caban
|
f0c0c14241
|
jscript: Moved string concatenation to helper function.
|
2012-12-18 12:37:08 +01:00 |
Jacek Caban
|
7f1e3300fe
|
jscript: Use custom string container instead of BSTR.
|
2012-10-11 18:53:04 +02:00 |