jscript: Assorted spelling fixes.
[wine] / dlls / jscript / vbarray.c
2012-03-14  Jacek Cabanjscript: Get rid of no longer needed caller argument...
2012-03-12  Jacek Cabanjscript: Removed no longer needed caller argument from...
2010-12-28  Jacek Cabanjscript: Pass HRESULTs instead of IDSs to throw_* funct...
2010-10-19  Piotr Cabanjscript: Improved error handling in VBArray functions.
2010-10-18  Piotr Cabanjscript: Added VBArray handling to to_object().
2010-10-18  Piotr Cabanjscript: Added VBArray.toArray() implementation.
2010-10-18  Piotr Cabanjscript: Added VBArray.getItem() implementation.
2010-10-18  Piotr Cabanjscript: Added VBArray.dimensions() implementation.
2010-10-18  Piotr Cabanjscript: Added VBArray.ubound() implementation.
2010-10-18  Piotr Cabanjscrpt: Added VBScript.lbound() implementation.
2010-10-18  Piotr Cabanjscript: Implement VBArray constructor.
2010-10-18  Piotr Cabanjscript: Added VBArray stub.