reactos/base/setup/usetup
Hermès Bélusca-Maïto 259abe59dc
[SETUPLIB] Fix the class of characters valid for the installation directory
Commit 7c3f4c94a4 (r68307) mentions the valid characters:
these are:
ASCII alphanumericals (a-z, A-Z, 0-9)
(hence the iswalnum() -> isalnum() change),
and: '.', '\\', '-', '_' . Spaces are not accepted.

Addendum to commit 785cc21598.
2024-08-12 12:04:37 +02:00
..
lang [USETUP] Fix typo in Japanese (ja-JP) translation (#7219) 2024-08-07 17:52:27 +03:00
spapisup [USETUP] Make the "SpApiSup" files usable from e.g. the GUI setup. 2024-02-08 19:08:39 +01:00
CMakeLists.txt [SETUPLIB][USETUP] Isolate and decouple the filesystem operations code from the UI (#7049) 2024-07-01 16:18:57 +02:00
cmdcons.c
cmdcons.h
console.c [USETUP] Default to en-US output codepage when initializing the console. Addendum to commit 9f201d462. 2022-01-17 16:16:10 +01:00
console.h
consup.c [USETUP] Speed up CONSOLE_SetStatusTextXV +17% (#5086) 2023-02-21 09:14:26 +09:00
consup.h
devinst.c
devinst.h
fmtchk.c [SETUPLIB][USETUP] Isolate and decouple the filesystem operations code from the UI (#7049) 2024-07-01 16:18:57 +02:00
fmtchk.h [SETUPLIB][USETUP] Isolate and decouple the filesystem operations code from the UI (#7049) 2024-07-01 16:18:57 +02:00
fslist.c [SETUPLIB][USETUP] FS utilities: Use the ISO C and C++ conformant name: _wcsicmp 2024-07-01 16:28:17 +02:00
fslist.h
genlist.c [USETUP][VGAFONTS] Improve Romanian character display (#4750) 2022-10-08 07:46:00 +09:00
genlist.h
keytrans.c
keytrans.h
mui.c [SETUPLIB][USETUP] Convert MUI_LANGUAGE codepages to numbers. 2024-02-09 22:06:39 +01:00
mui.h [USETUP] Rename some MUI string identifiers (#5837) 2023-10-28 17:08:38 +02:00
muilanguages.h [USETUP] Add Croatian (hr-HR) translation (#4080) 2021-12-10 00:16:49 +03:00
partlist.c [SETUPLIB][USETUP] Reduce duplicated code 2024-07-04 17:14:32 +02:00
partlist.h [SETUPLIB][USETUP] Reduce duplicated code 2024-07-04 17:14:32 +02:00
progress.c [USETUP][VGAFONTS] Improve Romanian character display (#4750) 2022-10-08 07:46:00 +09:00
progress.h
usetup.c [SETUPLIB] Fix the class of characters valid for the installation directory 2024-08-12 12:04:37 +02:00
usetup.h [SETUPLIB][USETUP] Isolate and decouple the filesystem operations code from the UI (#7049) 2024-07-01 16:18:57 +02:00
usetup.rc