Commit History

Author SHA1 Message Date
  Alexandre Julliard 942f9f7157 reg: Use the standard va_list instead of __ms_va_list. 3 years ago
  Hugh McMaster 0abc002a3e reg: Fail if the source and destination keys are the same when copying. 3 years ago
  Hugh McMaster 6c466296a7 reg: Fail if one or more arguments follow a help switch. 3 years ago
  Hugh McMaster ac32dd8abc reg: Add initial support for the 'copy' command. 3 years ago
  Hugh McMaster e685718c3b reg: Print the full key path without a trailing backslash. 3 years ago
  Hugh McMaster 797520db8f reg: Fail if a system key has a trailing backslash but no subkey path. 3 years ago
  Hugh McMaster 6d2ab37a44 reg: Drop key output from the "Invalid system key" error message. 3 years ago
  Hugh McMaster 2b900e1c38 reg: Allow /reg:32 and /reg:64 switches to be passed via the command line. 3 years ago
  Hugh McMaster 07fdd5036c reg: Only call get_long_key() when operations require it. 3 years ago
  Hugh McMaster 4df5c1641e reg: Improve initial syntax checks during the 'export' operation. 3 years ago
  Hugh McMaster 0c73f95b33 reg: Use wide-char string literals. 3 years ago
  Hugh McMaster 9138f5893c reg: Parse 'reg add' command-line arguments in add.c. 3 years ago
  Hugh McMaster 434c345e41 reg: Parse 'reg delete' command-line arguments in delete.c. 3 years ago
  Hugh McMaster 8e7738be92 reg: Parse 'reg query' command-line arguments in query.c. 3 years ago
  Hugh McMaster e319a463a2 reg: Add extended help for supported operations. 3 years ago
  Hugh McMaster be718697a2 reg: Use malloc(), realloc() and free() from stdlib.h instead of wine/heap.h. 3 years ago
  Hugh McMaster 42420f4d6c reg: 'export' sorts before 'import'. 3 years ago
  Hugh McMaster 4cbf47054f reg: Move 'import' syntax checks to reg_import(). 3 years ago
  Hugh McMaster 8801118e38 reg: Simplify basic syntax checks. 3 years ago
  Hugh McMaster 7803c53cfe reg: Merge common header #includes into reg.h. 3 years ago
  Hugh McMaster ab94653e8b reg: Use is_switch() where possible. 3 years ago
  Hugh McMaster 7e7d92d5e9 reg: Split 'add' functions from reg.c. 3 years ago
  Hugh McMaster 81a3eecc3c reg: Split 'delete' functions from reg.c. 3 years ago
  Hugh McMaster b80de87216 reg: Split 'query' functions from reg.c. 3 years ago
  Alexandre Julliard f81d15beb6 reg: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string. 4 years ago
  Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl. 5 years ago
  Alexandre Julliard 1f38c1abf6 include: Add wcsicmp() inline wrapper. 5 years ago
  Alexandre Julliard 9b63daca51 include: Default to the standards-compliant version of swprintf(). 5 years ago
  Alexandre Julliard 518a6c2d07 reg: Use C runtime wchar functions instead of wine/unicode.h. 5 years ago
  Michael Stefaniuc 6542c3e860 reg: Use the global HeapAlloc() wrappers. 6 years ago