História revízii

Autor SHA1 Správa Dátum
  Hugh McMaster 2b900e1c38 reg: Allow /reg:32 and /reg:64 switches to be passed via the command line. 3 rokov pred
  Hugh McMaster 9b7a5cfb0e reg: Add a new message to indicate when a registry key fails to import. 3 rokov pred
  Hugh McMaster 1fadcf2409 reg: Use wide-char string literals in import.c. 3 rokov pred
  Hugh McMaster be718697a2 reg: Use malloc(), realloc() and free() from stdlib.h instead of wine/heap.h. 3 rokov pred
  Hugh McMaster 4cbf47054f reg: Move 'import' syntax checks to reg_import(). 3 rokov pred
  Hugh McMaster 7803c53cfe reg: Merge common header #includes into reg.h. 3 rokov pred
  Hugh McMaster 272d35afc6 reg: Stop parsing REG_SZ values containing NUL character sequences. 4 rokov pred
  Alexandre Julliard 518a6c2d07 reg: Use C runtime wchar functions instead of wine/unicode.h. 5 rokov pred
  Michael Stefaniuc cd8eb2445e reg: Remove redundant NULL check before heap_free(). 6 rokov pred
  Hugh McMaster 65717d6726 reg: Null terminate hex-formatted REG_SZ data if necessary. 6 rokov pred
  Michael Stefaniuc 6542c3e860 reg: Use the global HeapAlloc() wrappers. 7 rokov pred
  Hugh McMaster c02dd08f91 reg/tests: Correctly import hex values with no data. 7 rokov pred
  Hugh McMaster 39e0e81c21 reg: Null-terminate incomplete REG_EXPAND_SZ and REG_MULTI_SZ Unicode data. 7 rokov pred
  Hugh McMaster 82fc4c8c62 reg: Close any open registry keys before starting the key deletion process. 7 rokov pred
  Hugh McMaster 5de883cc9f reg: Use the correct return codes during the import operation. 7 rokov pred
  Hugh McMaster 56e58e47af reg: Delete registry keys via the state machine. 7 rokov pred
  Hugh McMaster d90f2a55bf reg: Delete registry values via the state machine. 7 rokov pred
  Hugh McMaster db98cc4ced reg: Handle unknown registry data types in the state machine. 7 rokov pred
  Hugh McMaster 32d53681b9 reg: Import hex data via the state machine. 7 rokov pred
  Hugh McMaster f1874c1667 reg: Import REG_DWORD data via the state machine. 7 rokov pred
  Hugh McMaster 038f1c6986 reg: Parse data types and import REG_SZ data via the state machine. 7 rokov pred
  Hugh McMaster 05659343c1 reg: Parse key names and value names in the state machine. 7 rokov pred
  Hugh McMaster 3e87a70e82 reg: Introduce a partial state machine for importing Windows 3.1 registry data. 7 rokov pred
  Hugh McMaster aa386af42a reg: Add initial support for the import operation. 7 rokov pred