Historie revizí

Autor SHA1 Zpráva Datum
  Eric Pouech de54872524 regsvr32: Use OEM code page for output. před 2 roky
  Eric Pouech cf63513af3 regsvr32: Enable compilation with long types. před 3 roky
  Alexandre Julliard f8ffea3a87 regsvr32: Use the standard va_list instead of __ms_va_list. před 3 roky
  Alexandre Julliard 20984f2e1f regsvr32: Restart the correct version for all supported architectures. před 3 roky
  Alexandre Julliard 44f0a67ba5 regsvr32: Don't use GetBinaryType() on DLL files. před 3 roky
  Michael Stefaniuc 24ac30d2a0 regsvr32: Use a string literal for an empty string. před 4 roky
  Michael Stefaniuc dea850cfd5 regsvr32: Use wide-char string literals. před 4 roky
  Alexandre Julliard 919d969087 regsvr32: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string. před 4 roky
  Vincent Povirk e90cca8e7a regsvr32: Re-exec as 32-bit or 64-bit if necessary. před 5 roky
  Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl. před 5 roky
  Alexandre Julliard 4c5dd0e513 regsvr32: Build with msvcrt. před 5 roky
  Michael Stefaniuc 33f4548ae6 regsvr32: Use the ARRAY_SIZE() macro. před 6 roky
  Alexandre Julliard a31e62a267 regsvr32: Use WINAPIV calling convention for variadic functions. před 7 roky
  Nikolay Sivov 6de871c01b regsvr32: Simplify conditional expression (PVS-Studio). před 9 roky
  Hugh McMaster e19a8fd706 regsvr32: Return the most recent error code, even if later DLLs succeed. před 9 roky
  Hugh McMaster 07cc9a34a8 regsvr32: Process the next file in the array if an error occurs. před 9 roky
  Hugh McMaster 48c7a3f4d7 regsvr32: Call InstallDll before UnregisterDll when using /u /i. před 9 roky
  Hugh McMaster 80c3fca056 regsvr32: Do not attempt to register '/' or '-'. před 9 roky
  Hugh McMaster 76162a4ea8 regsvr32: Use correct exit code when DllRegisterServer, DllUnregisterServer and DllInstall fail. před 9 roky
  Hugh McMaster 99ecebe90d regsvr32: Use INVALID_ARG define instead of magic 1. před 9 roky
  Hugh McMaster 4a4baf2566 regsvr32: Use correct exit code when LoadLibraryEx fails. před 9 roky
  Hugh McMaster 68a5642d5c regsvr32: Use correct exit code when GetProcAddress fails. před 9 roky
  Hugh McMaster b09e98da78 regsvr32: /n and /u /n should be handled as invalid flags. před 9 roky
  Hugh McMaster d3b55e99e9 regsvr32: Process flags before files. před 9 roky
  Hugh McMaster db4a8bf0ec regsvr32: Clean up and update comments to reflect changes to the codebase. před 9 roky
  Hugh McMaster 3f01461ddc regsvr32: Make Dll* exports WINAPI. před 9 roky
  Hugh McMaster 485b8dfcf2 regsvr32: Add WriteFile fallback if WriteConsole fails. před 9 roky
  Hugh McMaster fdae80d45f regsvr32: Convert codebase to Unicode. před 9 roky
  Hugh McMaster dc1b177a1a regsvr32: Convert if-else block to switch statement. před 9 roky
  Hugh McMaster 00c13a20a6 regsvr32: Move /i command line code to a separate function. před 9 roky