Commit Graph

57 Commits

Author SHA1 Message Date
Jacek Caban 7f1e3300fe jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
Jacek Caban f7a8650500 jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
Jacek Caban b473f5d5c6 jscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions. 2011-11-18 15:37:08 +01:00
Alexandre Julliard 0ccf1d89f8 jscript: Convert translations to po files. 2011-01-06 15:03:31 +01:00
Jacek Caban eda1787b3c jscript: Move some of registration process to IRegistrar mechanism. 2010-12-16 11:49:11 +01:00
Paul Vriens 2deee14f31 jscript: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-01 11:34:19 +01:00
Piotr Caban 705ce33a6e jscript: Added VBArray stub. 2010-10-18 19:47:49 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Anders Jonsson 45779f0943 jscript: Add Swedish translation. 2010-08-16 12:59:03 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Igor Paliychuk a57e06aac8 jscript: Add Ukrainian translation. 2010-07-21 13:23:57 +02:00
Alexander Nicolaysen Sørnes 38be8035d5 jscript: Add Norwegian Bokmål translation. 2010-07-01 10:09:06 +02:00
Kovács András 153a16be72 jscript: Add Hungarian translation. 2010-06-29 10:52:39 +02:00
Akihiro Sagawa 496a7895d5 jscript: Add Japanese translation. 2010-06-24 10:31:52 +02:00
Michael Stefaniuc 97a6523bdc jscript: Add the Romanian translation.
Translation by Claudia Cotună.
2010-06-18 15:22:21 +02:00
Jose Rostagno bd992d3aeb jscript: Add Spanish translation. 2010-06-09 11:17:37 +02:00
Łukasz Wojniłowicz 5b4097acb6 jscript: Add the Polish translation. 2010-06-07 12:54:56 +02:00
Paul Vriens 3f03f4636d jscript: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:29 +02:00
Luca Bennati 7388cb4a68 jscript: Add Italian translation. 2010-05-31 12:14:29 +02:00
Matej Špindler 515b15233e jscript: Add Slovenian translation. 2010-05-18 08:50:26 +02:00
Alexandre Julliard fbef7217b9 makefiles: Remove the no longer needed explicit dependencies for bison files. 2010-03-16 13:28:24 +01:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Hwang YunSong 1442a18e3a jscript: Add Korean translation. 2010-02-17 10:58:21 +01:00
Alexandre Julliard 9644d1dcd7 makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones. 2010-02-08 20:58:00 +01:00
Jacek Caban 6d4533a8f8 jscript: Added ActiveXObject constructor implementation. 2009-09-30 16:28:17 +02:00
Jacek Caban 2ea23923a7 jscript: Added ActiveXObject constructor stub implementation. 2009-09-29 13:34:53 +02:00
Vladimir Pankratov 8f78ff2961 jscript: Add Russian translation. 2009-09-09 16:25:24 +02:00
Ricardo Filipe 63aec3f325 jscript: Add Portuguese translation. 2009-08-06 17:28:13 +02:00
Paul Vriens 40af06a576 jscript: Add Dutch translations. 2009-07-23 11:21:58 +02:00
André Hentschel 6bc0f13e99 jscript: Add German translation. 2009-07-22 11:02:24 +02:00
Aurimas Fišeras fc3a59460c jscript: Add Lithuanian translation. 2009-07-22 11:01:24 +02:00
Frédéric Delanoy a2e5c0b7b2 jscript: Add French translation. 2009-07-22 11:01:00 +02:00
Piotr Caban 469b597212 jscript: Add error throwing functions. 2009-07-21 10:58:52 +02:00
Piotr Caban f33f5c9286 jscript: Add Error object stub. 2009-07-21 10:57:19 +02:00
Alexandre Julliard 56af92b073 makefiles: Regenerate the source lists using make_makefiles. 2009-07-03 13:26:38 +02:00
Jacek Caban a20a9166a2 jscript: Added Math.random implementation. 2009-01-22 15:28:23 +01:00
Jacek Caban 84d8cddcae jscript: Added Date constructor object implementation. 2008-10-01 11:39:37 -05:00
Alexandre Julliard a8513a2113 jscript: Add necessary dependencies for the bison file. 2008-09-11 12:12:23 +02:00
Jacek Caban 083c95449e jscript: Added Math object stub implementation. 2008-09-10 10:57:19 +02:00
Jacek Caban e2f743fad8 jscript: Added RegExp constructor object implementation. 2008-09-10 10:57:09 +02:00
Jacek Caban 7a3d60e913 jscript: Added Number constructor object implementation. 2008-09-10 10:57:00 +02:00
Jacek Caban f8be53fcf3 jscript: Added Boolean constructor object. 2008-09-10 10:56:47 +02:00
Jacek Caban 54d03ab857 jscript: Added Array constructor object implementation. 2008-09-10 10:56:29 +02:00
Jacek Caban 8482abe29c jscript: Added String constructor object. 2008-09-10 10:56:21 +02:00
Jacek Caban dd01f8b8f7 jscript: Added Object constructor object implementation. 2008-09-10 10:56:01 +02:00
Jacek Caban 7c6bf428b5 jscript: Added function object stub implementation. 2008-09-09 11:46:17 +02:00
Jacek Caban ca2b797f6a jscript: Added global object implementation. 2008-09-09 11:46:16 +02:00
Jacek Caban 69f8b4b9b2 jscript: Added IActiveScript::ParseScriptText implementation. 2008-09-05 11:23:38 +02:00
Jacek Caban 720e8c6252 jscript: Added parser memory managment. 2008-09-04 11:50:45 +02:00
Jacek Caban b51a156ff1 jscript: Added lexer. 2008-09-04 11:50:28 +02:00