Hugh McMaster
|
eb3c4f43f6
|
regedit/tests: Add more tests for parsing comments.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-06 15:46:15 +01:00 |
Hugh McMaster
|
ced6d4618b
|
regedit/tests: Move existing comment tests to a separate function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-06 15:46:10 +01:00 |
Hugh McMaster
|
750358fc44
|
regedit/tests: Test whether comments ending in a backslash affect the next line.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-02 15:54:03 +01:00 |
Hugh McMaster
|
b897c9b13d
|
regedit/tests: Fix line concatenation test.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-02 15:54:01 +01:00 |
Hugh McMaster
|
6cd9c7ffb5
|
regedit/tests: Test if the final line is imported if it doesn't end in a newline.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-23 22:36:40 +01:00 |
Hugh McMaster
|
c39ee374a7
|
regedit: Close the registry key handle in the read function instead of the parser.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-25 13:39:32 +02:00 |
Hugh McMaster
|
93f795950d
|
regedit: Do not close the registy key handle when a line break is encountered.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-25 13:39:27 +02:00 |
Hugh McMaster
|
5027f01a6a
|
regedit/tests: Add line break and complexity tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:17 +02:00 |
Hugh McMaster
|
4e43d76751
|
regedit/tests: Handle different data types with one verify_reg() function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:15 +02:00 |
Hugh McMaster
|
01590f5c35
|
regedit/tests: Open the registry key once in each test function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:13 +02:00 |
Hugh McMaster
|
211a5d15d7
|
regedit/tests: Replace the hard-coded subkey path with a define.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:12 +02:00 |
Hugh McMaster
|
4cb93f4557
|
regedit: Do not set s_eol to NULL when it will be re-assigned immediately.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-01 20:47:43 +09:00 |
Hugh McMaster
|
b4d40846dd
|
regedit: Remove two 'continue' statements from the end of two 'while' loops.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-01 20:47:39 +09:00 |
Hugh McMaster
|
d8fd4bde38
|
regedit: Process registry input from stdin.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-29 23:54:41 +09:00 |
Alexandre Julliard
|
b90628c15e
|
regedit: Don't die if we fail to open a key during exporting.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-11 14:19:42 +09:00 |
Hugh McMaster
|
2b74ef1006
|
regedit: Output the registry data type as a string when it is used in error messages.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-21 23:36:04 +09:00 |
Hugh McMaster
|
bb2c799f36
|
regedit: Use generic ARRAY_SIZE macro to allow for broader use.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-21 23:36:03 +09:00 |
Hugh McMaster
|
3763c7a610
|
regedit: Rewrite processRegLinesA into an ANSI version of processRegLinesW.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-21 23:36:03 +09:00 |
Hugh McMaster
|
fec0b697c7
|
regedit: Use Unicode for registry key paths.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:46:34 +09:00 |
Hugh McMaster
|
7c824cbfd4
|
regedit: Open export file with a wide-character stream.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:42:09 +09:00 |
Hugh McMaster
|
86ebd5eee0
|
regedit: Use Unicode when printing system error messages.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:41:52 +09:00 |
Hugh McMaster
|
8dfc25ea9e
|
regedit: Use output_message() in regproc.c for better internationalization.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:41:28 +09:00 |
Francois Gouget
|
f099d0b197
|
regedit: Make GetwideString() static.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-07 11:16:02 +09:00 |
Hugh McMaster
|
6ad44d7a31
|
regedit: Process the next file, if any, on error.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-05 23:27:34 +09:00 |
Hugh McMaster
|
221bb0f769
|
regedit: Use WINAPI functions for better internationalization.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-05 23:27:32 +09:00 |
Hugh McMaster
|
256290f74f
|
regedit: Parse command-line input using Unicode.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-05 23:22:06 +09:00 |
Francois Gouget
|
5da8ad93a0
|
regedit: Make get_token() static.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-04 11:01:29 +09:00 |
Nikolay Sivov
|
0c79028e97
|
regedit: Fix error message format (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-03 10:11:34 +09:00 |
Hugh McMaster
|
0df9480d2d
|
regedit: Import multiple files in one command.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-24 18:54:21 +09:00 |
Hugh McMaster
|
1df0b0f986
|
regedit: Accept /C as a valid switch.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-24 18:54:14 +09:00 |
Hugh McMaster
|
d418ece9d0
|
regedit: Use error handling for missing arguments.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:56:16 +09:00 |
Hugh McMaster
|
53c9a78970
|
regedit: Tokenize command-line input.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:56:03 +09:00 |
Hugh McMaster
|
493b5aab22
|
regedit: Hard-code "regedit" instead of passing getAppName() as an argument.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:51:31 +09:00 |
Hugh McMaster
|
7e72247d07
|
regedit: Replace error_unknown_switch() with simpler error handling.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:51:23 +09:00 |
Kirill Smirnov
|
fe517f9256
|
regedit: Fix an out-of-bounds array access (clang).
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-17 14:18:03 +09:00 |
Hugh McMaster
|
5b3681f62d
|
regedit: Display REG_NONE values.
REG_NONE values are displayed in hexadecimal.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-29 21:05:05 +09:00 |
Hugh McMaster
|
32714ee447
|
regedit: Display REG_DWORD_BIG_ENDIAN values.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-29 21:05:05 +09:00 |
Nikolay Sivov
|
c9fb3b7f8f
|
regedit: Fix potential buffer leak, simplify error handling (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-22 09:51:30 +01:00 |
Jiaxing Wang
|
ebacf05258
|
regedit: Need 3 bytes of room at end of buffer for \r\n\0 to avoid endless loop.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-26 23:58:28 +09:00 |
Alexandre Julliard
|
17ac5ba7f9
|
makefiles: Specify whether to install program binaries in the individual makefiles.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-30 14:58:50 +09:00 |
Nikolay Sivov
|
a72482fd39
|
regedit: When sorting by key type consistently compare types.
Otherwise when sorting by type for key with same type list get sorted by
name.
|
2015-09-15 16:04:22 +09:00 |
Nikolay Sivov
|
e428884c0c
|
regedit: Block sorting by key value.
|
2015-09-15 16:04:12 +09:00 |
Bernhard Übelacker
|
cf6477ab27
|
regedit: Call RegEnumValueW with value and val_count parameters.
|
2015-07-08 16:02:24 +09:00 |
Nikolay Sivov
|
6827724e54
|
regedit: Make it possible for save/restore position on tree root.
|
2015-06-15 14:48:46 +09:00 |
Jiaxing Wang
|
a53371497f
|
regedit: Avoid appending '\0' to string value of imported key.
|
2015-05-20 18:32:47 +09:00 |
Francois Gouget
|
1402201cd6
|
regedit: Remove an unneeded NONAMELESSSTRUCT directive.
|
2015-04-03 00:33:30 +09:00 |
Sebastian Lackner
|
fb37d215cd
|
regedit: Fix incorrect usage of CompareString in parseKeyName.
|
2014-11-19 23:36:35 +09:00 |
Michael Stefaniuc
|
a542a13a02
|
regedit: Simplify check for an empty string (PVS-Studio).
|
2014-11-18 22:11:20 +09:00 |
Bruno Jesus
|
84d7239640
|
regedit: Allow importing/exporting strings with '\r'.
|
2014-10-30 12:00:38 +09:00 |
Bruno Jesus
|
c35bca6561
|
regedit: Allow importing strings with escaped NULL.
|
2014-10-29 20:31:10 +09:00 |