[SYSDM] Improve Japanese translation (ja-JP)
[reactos.git] / base /
2022-07-03 Eric Kohl[DISKPART] Fix magic values in CreateLogicalPartition...
2022-06-30 Thamatip Chitpong[EXPLORER] Fix taskbar icon display problem (#4538)
2022-06-28 Stanislav Motylkov[TRACERT] Fix displaying hop address on last ping timeout
2022-06-25 Eric Kohl[DISKPART] Support quoted command options in script...
2022-06-19 Jose Carlos Jesus[REGEDIT] Fix issue at Find registry key (#4341)
2022-06-19 Thamatip Chitpong[TASKMGR] Process page: Fix DevicePathToDosPath (#4537)
2022-06-19 Eric Kohl[DISKPART] Print proper file system information for...
2022-06-19 Thomas Csovcsity[WINESYNC]: reg is now in sync with wine-staging wine... 4298/head
2022-06-19 winesync[WINESYNC] reg: Use the standard va_list instead of...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views in the...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views when...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views in the...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views in the...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views when...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views when...
2022-06-19 winesync[WINESYNC] reg: Support the use of registry views durin...
2022-06-19 winesync[WINESYNC] reg: Prompt the user to confirm whether...
2022-06-19 winesync[WINESYNC] reg: Fail if the source and destination...
2022-06-19 winesync[WINESYNC] reg: Support recursion in the 'copy' command.
2022-06-19 winesync[WINESYNC] reg: Partially implement the 'copy' command.
2022-06-19 winesync[WINESYNC] reg: Group resource IDs by source location.
2022-06-19 winesync[WINESYNC] reg: Remove two unused string resources.
2022-06-19 winesync[WINESYNC] reg: Fail if one or more arguments follow...
2022-06-19 winesync[WINESYNC] reg: Add initial support for the 'copy'...
2022-06-19 winesync[WINESYNC] reg: Fix a typo in a function definition.
2022-06-19 winesync[WINESYNC] reg: Update an error message.
2022-06-19 winesync[WINESYNC] reg: Update the STRING_VALUEALL_FAILED resou...
2022-06-19 winesync[WINESYNC] reg: Fail if access is denied when deleting...
2022-06-19 winesync[WINESYNC] reg: Prevent buffer over-read when querying...
2022-06-19 winesync[WINESYNC] reg: Avoid allocating zero bytes of memory...
2022-06-19 winesync[WINESYNC] reg: Allow the 'reg_data' pointer to be...
2022-06-19 winesync[WINESYNC] reg: Only prompt the user to overwrite regis...
2022-06-19 winesync[WINESYNC] reg: Fail if access is denied when adding...
2022-06-19 winesync[WINESYNC] reg: Add or modify the (Default) registry...
2022-06-19 winesync[WINESYNC] reg: Replace the 'reg_count' variable name...
2022-06-19 winesync[WINESYNC] reg: Use correct error message if RegCreateK...
2022-06-19 winesync[WINESYNC] reg: Don't enumerate a registry key for...
2022-06-19 winesync[WINESYNC] reg: Print a new line when recursing and...
2022-06-19 winesync[WINESYNC] reg: Only print the name of the registry...
2022-06-19 winesync[WINESYNC] reg: Do not print a line break after queryin...
2022-06-19 winesync[WINESYNC] reg: Consistently use 'hkey' for HKEY variables.
2022-06-19 winesync[WINESYNC] reg: Print the full key path without a trail...
2022-06-19 winesync[WINESYNC] reg: Fail if a system key has a trailing...
2022-06-19 winesync[WINESYNC] reg: Drop key output from the "Invalid syste...
2022-06-19 winesync[WINESYNC] reg: Allow /reg:32 and /reg:64 switches...
2022-06-19 winesync[WINESYNC] reg: Print additional help messages when...
2022-06-19 winesync[WINESYNC] reg: Remove unneeded ternary operator in...
2022-06-19 winesync[WINESYNC] reg: Avoid non-portable Unicode character.
2022-06-19 winesync[WINESYNC] reg: Only call get_long_key() when operation...
2022-06-19 winesync[WINESYNC] reg: Abort 'query' operation when parsing...
2022-06-19 winesync[WINESYNC] reg: Abort 'delete' operation when parsing...
2022-06-19 winesync[WINESYNC] reg: Abort 'add' operation when parsing...
2022-06-19 winesync[WINESYNC] reg: Better indicate when a registry value...
2022-06-19 winesync[WINESYNC] reg: Prepend 'reg:' to two message strings.
2022-06-19 winesync[WINESYNC] reg: Add a new message to indicate when...
2022-06-19 winesync[WINESYNC] reg: Add a message to better indicate when...
2022-06-19 winesync[WINESYNC] reg: Improve initial syntax checks during...
2022-06-19 winesync[WINESYNC] reg: Use wide-char string literals in export.c.
2022-06-19 winesync[WINESYNC] reg: Use wide-char string literals in import.c.
2022-06-19 winesync[WINESYNC] reg: Use wide-char string literals.
2022-06-19 winesync[WINESYNC] reg: Use RegCreateKeyExW() instead of RegCre...
2022-06-19 winesync[WINESYNC] reg: Fail if duplicate command-line switches...
2022-06-19 winesync[WINESYNC] reg: Parse 'reg add' command-line arguments...
2022-06-19 winesync[WINESYNC] reg: Parse 'reg delete' command-line argumen...
2022-06-19 winesync[WINESYNC] reg: Update a comment.
2022-06-19 winesync[WINESYNC] reg: Use RegOpenKeyExW() instead of RegOpenK...
2022-06-19 winesync[WINESYNC] reg: Fail if duplicate command-line switches...
2022-06-19 winesync[WINESYNC] reg: Parse 'reg query' command-line argument...
2022-06-19 winesync[WINESYNC] reg: Add extended help for supported operations.
2022-06-19 winesync[WINESYNC] reg: Use malloc(), realloc() and free()...
2022-06-19 winesync[WINESYNC] reg: 'export' sorts before 'import'.
2022-06-19 winesync[WINESYNC] reg: Use 'argvW' array naming in export.c.
2022-06-19 winesync[WINESYNC] reg: Move 'import' syntax checks to reg_impo...
2022-06-19 winesync[WINESYNC] reg: Simplify basic syntax checks.
2022-06-19 winesync[WINESYNC] reg: Merge common header #includes into...
2022-06-19 winesync[WINESYNC] reg: Use is_switch() where possible.
2022-06-19 winesync[WINESYNC] reg: Split 'add' functions from reg.c.
2022-06-19 winesync[WINESYNC] reg: Split 'delete' functions from reg.c.
2022-06-19 winesync[WINESYNC] reg: Split 'query' functions from reg.c.
2022-06-19 winesync[WINESYNC] reg: Stop parsing REG_SZ values containing...
2022-06-19 winesync[WINESYNC] reg: FormatMessage() now reports ERROR_NO_WO...
2022-06-19 Eric Kohl[DISKPART] Add help text for the FORMAT command
2022-06-18 Eric Kohl[DISKPART] Support quoted options in commands
2022-06-18 Eric Kohl[DISKPART] Add help text for the CREATE PARTITION EXTEN...
2022-06-17 Eric Kohl[DISKPART] Add help text for the CREATE PARTITION LOGIC...
2022-06-16 Eric Kohl[DISKPART] Implement the clean command
2022-06-16 Eric Kohl[DISKPART] Add help text for the CREATE PARTITION PRIMA...
2022-06-16 Eric Kohl[DISKPART] Add help text for the REM command
2022-06-16 Eric Kohl[DISKPART] Add help text for the DETAIL VOLUME command
2022-06-15 Eric Kohl[DISKPART] Add help text for the DETAIL PARTITION command
2022-06-14 Oleg Dubinskiy[CLB] Enable the dll
2022-06-14 Eric Kohl[DISKPART] Add help text for the HELP command
2022-06-13 Eric Kohl[DISKPART] Add help text for the LIST VOLUME command
2022-06-12 Eric Kohl[DISKPART] Add help text for the LIST PARTITION command
2022-06-12 Eric Kohl[DISKPART] Add help text for the LIST DISK command
2022-06-12 Eric Kohl[DISKPART] Add help text for the SELECT VOLUME command
2022-06-11 Eric Kohl[DISKPART] Add help text for the SELECT PARTITION command
2022-06-11 Eric Kohl[DISKPART] Implement the SETID command
2022-06-11 Eric Kohl[DISKPART] Add help text for the SELECT DISK command
2022-06-10 Eric Kohl[DISKPART] Add help text for the SETID command
next