Alexandre Julliard
|
d9884c930f
regedit: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string.
|
4 years ago |
Alexandre Julliard
|
0b18409cfc
regedit: Use C runtime wchar functions instead of wine/unicode.h.
|
5 years ago |
Hugh McMaster
|
a926e05446
regedit: Do not directly include stdio.h any longer.
|
6 years ago |
Hugh McMaster
|
a20f99b548
regedit: Use the ARRAY_SIZE macro.
|
6 years ago |
Hugh McMaster
|
73220a3d6f
regedit: Remove regproc.h.
|
6 years ago |
Hugh McMaster
|
ff1f664d08
regedit: Move regproc.c functions from regproc.h to main.h.
|
6 years ago |
Michael Stefaniuc
|
505a9e0283
regedit: Use the global HeapAlloc() wrappers.
|
7 years ago |
Hugh McMaster
|
4339f40154
regedit: Do not abort if the /m switch is used.
|
7 years ago |
Alexandre Julliard
|
7344ac9b72
regedit: Use WINAPIV calling convention for variadic functions.
|
7 years ago |
Hugh McMaster
|
0ab54e4a64
regedit: Export Unicode registry files by default.
|
7 years ago |
Hugh McMaster
|
9be3c53701
regedit: Use the heap_*() functions in regedit.c where possible.
|
7 years ago |
Hugh McMaster
|
ae147a5bf6
regedit: Output an error message and exit with error code zero instead of calling exit(1).
|
7 years ago |
Francois Gouget
|
49c30d4b8e
regedit: Make output_writeconsole() static.
|
8 years ago |
Hugh McMaster
|
d8fd4bde38
regedit: Process registry input from stdin.
|
8 years ago |
Hugh McMaster
|
86ebd5eee0
regedit: Use Unicode when printing system error messages.
|
8 years ago |
Hugh McMaster
|
8dfc25ea9e
regedit: Use output_message() in regproc.c for better internationalization.
|
8 years ago |
Hugh McMaster
|
6ad44d7a31
regedit: Process the next file, if any, on error.
|
8 years ago |
Hugh McMaster
|
221bb0f769
regedit: Use WINAPI functions for better internationalization.
|
8 years ago |
Hugh McMaster
|
256290f74f
regedit: Parse command-line input using Unicode.
|
8 years ago |
Francois Gouget
|
5da8ad93a0
regedit: Make get_token() static.
|
8 years ago |
Nikolay Sivov
|
0c79028e97
regedit: Fix error message format (Coverity).
|
8 years ago |
Hugh McMaster
|
0df9480d2d
regedit: Import multiple files in one command.
|
8 years ago |
Hugh McMaster
|
1df0b0f986
regedit: Accept /C as a valid switch.
|
8 years ago |
Hugh McMaster
|
d418ece9d0
regedit: Use error handling for missing arguments.
|
8 years ago |
Hugh McMaster
|
53c9a78970
regedit: Tokenize command-line input.
|
8 years ago |
Hugh McMaster
|
493b5aab22
regedit: Hard-code "regedit" instead of passing getAppName() as an argument.
|
8 years ago |
Hugh McMaster
|
7e72247d07
regedit: Replace error_unknown_switch() with simpler error handling.
|
8 years ago |
Kirill Smirnov
|
fe517f9256
regedit: Fix an out-of-bounds array access (clang).
|
8 years ago |
Alexandre Julliard
|
65dfc51b2e
regedit: Don't use tchar.h.
|
13 years ago |
Bruno Jesus
|
8ad904c398
regedit: Allow binary files to be imported.
|
13 years ago |