[PATCH] vbscript: Implemented String(try 3)

Shuai Meng mengshuaicalendr at gmail.com
Thu Nov 6 21:36:58 CST 2014


testbot:
   https://newtestbot.winehq.org/JobDetails.pl?Key=10093
Change log:
   used mod other than division when the second argument(length of 
string) is grater than 256;
   removed the judgment of string length when error number is 14(i.e. 
VBSE_OUT_OF_STRING_SPACE)
   removed some related tests.
---
  dlls/vbscript/global.c      | 63 
+++++++++++++++++++++++++++++++++++++++++++--
  dlls/vbscript/tests/api.vbs | 53 ++++++++++++++++++++++++++++++++++++++
  dlls/vbscript/vbscript.h    |  1 +
  3 files changed, 115 insertions(+), 2 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vbscript-Implemented-String.txt
Type: text/x-patch
Size: 6334 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141107/3e685f69/attachment.bin>


More information about the wine-patches mailing list