History log of /reactos/dll/win32/kernel32/winnls/string/locale.c (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.16-dev, 0.4.15
# bf95874c 22-May-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[REACTOS] Improve handling of non-standard names

- Link oldnames instead of defining names
- Define _CRT_DECLARE_NONSTDC_NAMES to 1 where needed
- Remove header hacks


# bd9bb36b 25-Apr-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32] Reduce diff to wine-3.3


# c08580de 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Don't return a parent locale for neutral locales in GetLocaleInfoEx.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id c63a08586f19af7e6a65a064696743f64800

[WINESYNC] kernel32: Don't return a parent locale for neutral locales in GetLocaleInfoEx.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id c63a08586f19af7e6a65a064696743f648006fcd by Alexandre Julliard <julliard@winehq.org>

show more ...


# 90c05629 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Keep the sublanguage specified by the script name when looking for the default.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id c5a39bd98f5388d48b728d19c

[WINESYNC] kernel32: Keep the sublanguage specified by the script name when looking for the default.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id c5a39bd98f5388d48b728d19ce466665fa37bfbd by Alexandre Julliard <julliard@winehq.org>

show more ...


# b46bf67c 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Add stub for ResolveLocaleName.

Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id b9a9fe4a042f98521efea3

[WINESYNC] kernel32: Add stub for ResolveLocaleName.

Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id b9a9fe4a042f98521efea3275ded4af4b7cba4c9 by Jactry Zeng <jzeng@codeweavers.com>

show more ...


# a8d36708 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Improve locale detection on Android.

setlocale is coded to just return 'C' for all inquiries ignoring locale
that may be set in the environment.

Signed-off-by: Aric Stewart <ar

[WINESYNC] kernel32: Improve locale detection on Android.

setlocale is coded to just return 'C' for all inquiries ignoring locale
that may be set in the environment.

Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 9dc5d299f11c599862d39af3e32d92e787c1ae7b by Aric Stewart <aric@codeweavers.com>

show more ...


# 535fffd8 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Check for invalid flags in codepage conversion functions.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commi

[WINESYNC] kernel32: Check for invalid flags in codepage conversion functions.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 0b95ebd283986fa179c7ec6d2ea3f34c977c3aaf by Alex Henrie <alexhenrie24@gmail.com>

show more ...


# 544f1144 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Use different default sublangs for Spanish and Chinese.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit

[WINESYNC] kernel32: Use different default sublangs for Spanish and Chinese.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 7737693693ca46a88c41cfeab95d2b65423d8e51 by Andrew Eikum <aeikum@codeweavers.com>

show more ...


# a3102dc0 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Improved GetUserPreferredUILanguages stub.

Implementation and tests are based on GetSystemPreferredUILanguages.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by

[WINESYNC] kernel32: Improved GetUserPreferredUILanguages stub.

Implementation and tests are based on GetSystemPreferredUILanguages.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 26d0105cd8a8ce1131033f1871de0dd9a7b4c43c by Jacek Caban <jacek@codeweavers.com>

show more ...


# 6f4d2924 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] kernel32: Fixed handling LOCALE_NAME_USER_DEFAULT in GetLocaleInfoEx.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine comm

[WINESYNC] kernel32: Fixed handling LOCALE_NAME_USER_DEFAULT in GetLocaleInfoEx.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 505406fc83b65dd1f9ebcbaabb582f0fabec1b0a by Jacek Caban <jacek@codeweavers.com>

show more ...


# 8c0ffa6f 25-Apr-2024 winesync <ros-dev@reactos.org>

[WINESYNC] Assorted spelling/grammar fixes.

wine commit id 1e214eb5d354ffbb64699686913a5eb61998ed78 by Frédéric Delanoy <frederic.delanoy@gmail.com>


# f70a1d03 25-Apr-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32] Import GetLocaleInfoEx from wine-1.9.17


# b01b6926 25-Apr-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32] locale.c: Reduce diff to wine-1.9.17


# 98c43792 25-Apr-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32] locale.c: Move functions to match wine order


# 30160608 25-Apr-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32] Rename lang.c to locale.c as in wine