makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / jscript / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-16  Anders Jonssonjscript: Add Swedish translation.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Igor Paliychukjscript: Add Ukrainian translation.
2010-07-01  Alexander Nicolays... jscript: Add Norwegian Bokmål translation.
2010-06-29  Kovács Andrásjscript: Add Hungarian translation.
2010-06-24  Akihiro Sagawajscript: Add Japanese translation.
2010-06-18  Michael Stefaniucjscript: Add the Romanian translation.
2010-06-09  Jose Rostagnojscript: Add Spanish translation.
2010-06-07  Łukasz Wojniłowiczjscript: Add the Polish translation.
2010-06-07  Paul Vriensjscript: Add the Danish translation.
2010-05-31  Luca Bennatijscript: Add Italian translation.
2010-05-18  Matej Špindlerjscript: Add Slovenian translation.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-17  Hwang YunSongjscript: Add Korean translation.
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2009-09-30  Jacek Cabanjscript: Added ActiveXObject constructor implementation.
2009-09-29  Jacek Cabanjscript: Added ActiveXObject constructor stub implement...
2009-09-09  Vladimir Pankratovjscript: Add Russian translation.
2009-08-06  Ricardo Filipejscript: Add Portuguese translation.
2009-07-23  Paul Vriensjscript: Add Dutch translations.
2009-07-22  André Hentscheljscript: Add German translation.
2009-07-22  Aurimas Fišerasjscript: Add Lithuanian translation.
2009-07-22  Frédéric Delanoyjscript: Add French translation.
2009-07-21  Piotr Cabanjscript: Add error throwing functions.
2009-07-21  Piotr Cabanjscript: Add Error object stub.
2009-07-03  Alexandre Julliardmakefiles: Regenerate the source lists using make_makef...
2009-01-22  Jacek Cabanjscript: Added Math.random implementation.
2008-10-01  Jacek Cabanjscript: Added Date constructor object implementation.
2008-09-11  Alexandre Julliardjscript: Add necessary dependencies for the bison file.
2008-09-10  Jacek Cabanjscript: Added Math object stub implementation.
2008-09-10  Jacek Cabanjscript: Added RegExp constructor object implementation.
2008-09-10  Jacek Cabanjscript: Added Number constructor object implementation.
2008-09-10  Jacek Cabanjscript: Added Boolean constructor object.
2008-09-10  Jacek Cabanjscript: Added Array constructor object implementation.
2008-09-10  Jacek Cabanjscript: Added String constructor object.
2008-09-10  Jacek Cabanjscript: Added Object constructor object implementation.
2008-09-09  Jacek Cabanjscript: Added function object stub implementation.
2008-09-09  Jacek Cabanjscript: Added global object implementation.
2008-09-05  Jacek Cabanjscript: Added IActiveScript::ParseScriptText implement...
2008-09-04  Jacek Cabanjscript: Added parser memory managment.
2008-09-04  Jacek Cabanjscript: Added lexer.
2008-09-04  Jacek Cabanjscript: Added parser.
2008-09-02  Jacek Cabanjscript: Added IActiveScript::GetScriptDispatch impleme...
2008-08-26  Jacek Cabanjscript: Added JSGlobal typelib.
2008-03-17  Jacek Cabanjscript: Added JScript stub implementation.
2008-03-17  Jacek Cabanjscript: Added JScript class factory.
2008-03-12  Jacek Cabanjscript: Added Dll[Un]RegisterServer implementation.
2008-03-10  Jacek Cabanjscript: Added stub DLL.