mshtml: Use nsAString_InitDepend in SetDesignMode call.
[wine] / programs / regsvr32 /
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-11-23  Austin Englishregsvr32: Add a manpage.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-05-03  Andrew Nguyenregsvr32: Continue processing DLL list if an export...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-09-03  Alexandre Julliardprograms: Build the programs that support it with ...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_progs: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-17  Mike McCormackregsvr32: Ignore the /c flag.
2006-02-09  Dmitry Timoshkovregsvr32: Call OleInitialize before registering a DLL.
2006-01-18  Mike McCormackprograms: Use WIN32_LEAN_AND_MEAN.
2006-01-16  Uwe Bonnesregsvr32 understands '-' and '/' for arguments.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-07-30  Andreas MohrImprove regsvr32 output.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2003-11-30  Stefan LeichterChanged the version resource to be created in the commo...
2003-11-28  Stefan LeichterAdded version info resource.
2003-10-07  Mike McCormackWhen registering a dll, search the dll's directory...
2003-07-02  Francois GougetFixed some common spelling errors.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-07-20  Bill MedlandAllow regsvr32 to process multiple filenames (as does...
2002-06-13  Alexandre JulliardDon't use msvcrt.
2002-06-13  Gregg MattinsonReplaced stricmp/strnicmp with strcasecmp/strncasecmp.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Andriy PalamarchukImplemented regsvr32 tool. Based on ReactOS implementation.