Historia zmian

Autor SHA1 Wiadomość Data
  Hugh McMaster 2b900e1c38 reg: Allow /reg:32 and /reg:64 switches to be passed via the command line. 3 lat temu
  Hugh McMaster 07fdd5036c reg: Only call get_long_key() when operations require it. 3 lat temu
  Hugh McMaster 4df5c1641e reg: Improve initial syntax checks during the 'export' operation. 3 lat temu
  Hugh McMaster 0c73f95b33 reg: Use wide-char string literals. 3 lat temu
  Hugh McMaster 9138f5893c reg: Parse 'reg add' command-line arguments in add.c. 3 lat temu
  Hugh McMaster 434c345e41 reg: Parse 'reg delete' command-line arguments in delete.c. 3 lat temu
  Hugh McMaster 8e7738be92 reg: Parse 'reg query' command-line arguments in query.c. 3 lat temu
  Hugh McMaster e319a463a2 reg: Add extended help for supported operations. 3 lat temu
  Hugh McMaster be718697a2 reg: Use malloc(), realloc() and free() from stdlib.h instead of wine/heap.h. 3 lat temu
  Hugh McMaster 42420f4d6c reg: 'export' sorts before 'import'. 3 lat temu
  Hugh McMaster 4cbf47054f reg: Move 'import' syntax checks to reg_import(). 3 lat temu
  Hugh McMaster 8801118e38 reg: Simplify basic syntax checks. 3 lat temu
  Hugh McMaster 7803c53cfe reg: Merge common header #includes into reg.h. 3 lat temu
  Hugh McMaster ab94653e8b reg: Use is_switch() where possible. 3 lat temu
  Hugh McMaster 7e7d92d5e9 reg: Split 'add' functions from reg.c. 3 lat temu
  Hugh McMaster 81a3eecc3c reg: Split 'delete' functions from reg.c. 3 lat temu
  Hugh McMaster b80de87216 reg: Split 'query' functions from reg.c. 3 lat temu
  Alexandre Julliard f81d15beb6 reg: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string. 4 lat temu
  Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl. 5 lat temu
  Alexandre Julliard 1f38c1abf6 include: Add wcsicmp() inline wrapper. 5 lat temu
  Alexandre Julliard 9b63daca51 include: Default to the standards-compliant version of swprintf(). 5 lat temu
  Alexandre Julliard 518a6c2d07 reg: Use C runtime wchar functions instead of wine/unicode.h. 5 lat temu
  Michael Stefaniuc 6542c3e860 reg: Use the global HeapAlloc() wrappers. 7 lat temu
  Hugh McMaster a0a12d9f41 reg: Allow switches to be uppercase or lowercase. 7 lat temu
  Hugh McMaster 8534935492 reg: Define MAX_SUBKEY_LEN in reg.h. 7 lat temu
  Hugh McMaster ecb9ce4b2c reg: Make the newline string a static global. 7 lat temu
  Hugh McMaster 72db61da97 reg: Recursively export all subkeys and data. 7 lat temu
  Hugh McMaster 49f384727b reg: Prompt the user to overwrite the export file if it already exists. 7 lat temu
  Hugh McMaster e0aadc0fc7 reg: Print a more informative error message if the system key is invalid. 7 lat temu
  Hugh McMaster 40643a43a4 reg: Validate the system key before commencing the export operation. 7 lat temu