]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
14 months agoCygwin: pty: Fix transferring type-ahead input between input pipes.
Takashi Yano [Thu, 1 Jun 2023 10:44:41 +0000 (19:44 +0900)]
Cygwin: pty: Fix transferring type-ahead input between input pipes.

After the commit e5fcc5837c95, transferring type-ahead input between
the pipe for cygwin app and the pipe for non-cygwin app will not be
done appropriately when the stdin of the non-cygwin app is not pty.
Due to this issue, sometimes the keyboard input might be lost which
should be sent to cygwin app. This patch fixes the issue.

Fixes: e5fcc5837c95 ("Cygwin: pty: Fix reading CONIN$ when stdin is not a pty.")
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
14 months agoconfig/mt-d30v: Append flags
Chris Packham [Sun, 28 May 2023 03:05:45 +0000 (15:05 +1200)]
config/mt-d30v: Append flags

Append to CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET rather than replacing
them.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
14 months agom68k: disallow unaligned access for m68010 and m68020
Remy Bohmer [Sun, 28 May 2023 03:05:44 +0000 (15:05 +1200)]
m68k: disallow unaligned access for m68010 and m68020

Disable at least  m68010 and m68020. These processors certainly do not
like unaligned accesses.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Austin Morton <austinpmorton@gmail.com>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
15 months agoCygwin: Adjust CWD magic to accommodate for the latest Windows previews
Johannes Schindelin [Mon, 22 May 2023 11:36:27 +0000 (13:36 +0200)]
Cygwin: Adjust CWD magic to accommodate for the latest Windows previews

Reportedly Windows 11 build 25*** from Insider changed the current
working directory logic a bit, and Cygwin's "magic" (or:
"technologically sufficiently advanced") code needs to be adjusted
accordingly.

This fixes https://github.com/git-for-windows/git/issues/4429

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 months agofix __time_load_locale return code
Alexey Lapshin [Wed, 17 May 2023 21:44:57 +0000 (17:44 -0400)]
fix __time_load_locale return code

- add explicit __HAVE_LOCALE_INFO__ check

15 months agoRegenerated source for adding non LDBL_EQ_DBL
Jennifer Averett [Fri, 5 May 2023 18:39:18 +0000 (13:39 -0500)]
Regenerated source for adding non LDBL_EQ_DBL

15 months agonewlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64
Jennifer Averett [Fri, 5 May 2023 18:39:17 +0000 (13:39 -0500)]
newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64

    Rename s_nearbyint.c, s_fdim.c and s_scalbln.c to remove conflicts
    Remove functions that are not needed from above files
    Modify include paths
    Add includes missing in cygwin build
    Add missing types
    Create Makefiles
    Create header files to resolve dependencies between directories
    Modify some instances of unsigned long to uint64_t for 32 bit platforms
    Add HAVE_FPMATH_H

15 months agonewlib: Add FreeBSD files for non LDBL_EQ_DBL support
Jennifer Averett [Fri, 5 May 2023 18:39:16 +0000 (13:39 -0500)]
newlib: Add FreeBSD files for non LDBL_EQ_DBL support

FreeBSD files to add long double support for i386,
aarch64 and x86_64.

15 months agofhandler/proc.cc(format_proc_cpuinfo): Add Linux 6.3 cpuinfo
Brian Inglis [Mon, 8 May 2023 03:12:10 +0000 (21:12 -0600)]
fhandler/proc.cc(format_proc_cpuinfo): Add Linux 6.3 cpuinfo

cpuid    0x00000007:0 ecx:7 shstk Shadow Stack support & Windows [20]20H1/[20]2004+
    => user_shstk User mode program Shadow Stack support
AMD SVM  0x8000000a:0 edx:25 vnmi virtual Non-Maskable Interrrupts
Sync AMD 0x80000008:0 ebx flags across two output locations

15 months agoRegenerated source for moving signgam.c
Jennifer Averett [Fri, 5 May 2023 18:17:42 +0000 (13:17 -0500)]
Regenerated source for moving signgam.c

15 months agoMove signgm.c from libc/reent to libm/math
Jennifer Averett [Fri, 5 May 2023 18:17:41 +0000 (13:17 -0500)]
Move signgm.c from libc/reent to libm/math

15 months agoCygwin: Fix compiling with w32api-headers v11.0.0
Biswapriyo Nath [Sat, 29 Apr 2023 18:33:21 +0000 (00:03 +0530)]
Cygwin: Fix compiling with w32api-headers v11.0.0

This solves redefinition of FILE_CS_FLAG_CASE_SENSITIVE_DIR in winnt.h
and fixes the following compiler errors

ntdll.h:523:3: error: expected identifier before numeric constant
  523 |   FILE_CS_FLAG_CASE_SENSITIVE_DIR                       = 0x01
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntdll.h:522:1: note: to match this ‘{’
  522 | {
      | ^

15 months agoCygwin: doc: Upate a link from gitweb to cgit
Jon Turney [Sat, 11 Mar 2023 21:52:52 +0000 (21:52 +0000)]
Cygwin: doc: Upate a link from gitweb to cgit

Also, reword 'considerable patch' to be more idomatic.

15 months agoFix _REENT_EMERGENCY() if TLS is enabled
Sebastian Huber [Wed, 26 Apr 2023 06:23:04 +0000 (08:23 +0200)]
Fix _REENT_EMERGENCY() if TLS is enabled

If the thread-local storage (TLS) support was enabled, the _REENT_EMERGENCY()
object had the wrong size.  It must be a buffer of length _REENT_EMERGENCY_SIZE
and not just a single character.

15 months agoCygwin: locales: drop unused has_modifier macro
Corinna Vinschen [Mon, 24 Apr 2023 20:40:54 +0000 (22:40 +0200)]
Cygwin: locales: drop unused has_modifier macro

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
15 months agoCygwin: locales: ignore @cjkwide and @cjksingle just like @cjknarrow
Corinna Vinschen [Mon, 24 Apr 2023 20:40:00 +0000 (22:40 +0200)]
Cygwin: locales: ignore @cjkwide and @cjksingle just like @cjknarrow

When the @cjkwide and @cjksingle modifiers have been added, the
patches missed to add checks for the new modifiers in the Cygwin
locale code.  Along the same lines, commit c3e7f7609e46 forgot to
add a test for @cjksingle.

Merge check for cjk* modifiers into a macro set andf use that
throughout. Fix comments.

Fixes: f92f048528e6f ("Locale modifier @cjkwide to adjust ambiguous-width in non-CJK locales")
Fixes: c8204b106988f ("Locale modifier "@cjksingle" to enforce single-width CJK width.")
Fixes: c3e7f7609e46 ("Cygwin: locales: fix behaviour for @cjk* and @euro locales")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoRTEMS: Add __m68k_read_tp() to crt0.c
Sebastian Huber [Mon, 24 Apr 2023 08:20:59 +0000 (10:20 +0200)]
RTEMS: Add __m68k_read_tp() to crt0.c

This is required to build libgomp.

16 months agoCygwin: posix_spawnp: don't fallback to sh
Corinna Vinschen [Wed, 19 Apr 2023 19:04:49 +0000 (21:04 +0200)]
Cygwin: posix_spawnp: don't fallback to sh

Per the discussion starting with
https://cygwin.com/pipermail/cygwin/2023-April/253495.html
stop falling back to sh if the file given to posix_spawnp
is no executable.

This is not necessarily the last word on it, given
https://www.austingroupbugs.net/view.php?id=1674, but for now,
opt for following the proposal in the Austin Group bug entry,
as well as PASSing the GNULIB test-posix_spawnp-script test.

Fixes: c7c1a1ca1b33 ("Add support for new posix_spawn function.")
Fixes: 3fbfcd11fb09 ("Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation")
Reported-by: Bruno Haible <bruno@clisp.org>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoposix_spawn_file_actions_addfchdir_np: return EBADF on negative fd
Corinna Vinschen [Wed, 19 Apr 2023 18:48:14 +0000 (20:48 +0200)]
posix_spawn_file_actions_addfchdir_np: return EBADF on negative fd

FreeBSD and Musl implement posix_spawn_file_actions_addfchdir_np
so that it checks the incoming descriptor for being negative, and,
if so, return with EBADF.  The POSIX proposal defining
posix_spawn_file_actions_addfchdir follows this behaviour, see
https://www.austingroupbugs.net/view.php?id=1208

Fixes: 7e03fc35f528 ("Add posix_spawn_file_actions_add{f}chdir_np")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: mbrtowi: fix segfault when pwi is NULL
David McFarland [Tue, 18 Apr 2023 20:05:34 +0000 (17:05 -0300)]
Cygwin: mbrtowi: fix segfault when pwi is NULL

mbrtowi was missing null-checks on pwi, but NULL is passed from
regex/engine.c:173.

In a git repo with sendemail.smtpserver set, this results in a segfault when
using git-send-email, which calls:

git config --get-regexp '^sende?mail[.]'

Fixes: 60c25da90d01 ("Cygwin: mbrtowi: define replacement for mbrtowc, returning UTF-32 value")
Signed-off-by: David McFarland <corngood@gmail.com>
16 months agoCygwin: Export posix_spawn_file_actions_add{f}chdir_np
Corinna Vinschen [Tue, 18 Apr 2023 22:34:36 +0000 (00:34 +0200)]
Cygwin: Export posix_spawn_file_actions_add{f}chdir_np

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoAdd posix_spawn_file_actions_add{f}chdir_np
Corinna Vinschen [Tue, 18 Apr 2023 21:47:28 +0000 (23:47 +0200)]
Add posix_spawn_file_actions_add{f}chdir_np

These are defined as _np functions and available in glibc, musl, macOS,
FreeBSD, Solaris ≥ 11.3

They are likely to be standardized without the _np suffix as a result of
Austin Group issue 1208. if so, both names will be kept as aliases.

Introduce HAVE_CHDIR and HAVE_FCHDIR to allow building on systems not
providing these calls.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: align renameat2 to Linux behaviour
Corinna Vinschen [Tue, 18 Apr 2023 16:18:27 +0000 (18:18 +0200)]
Cygwin: align renameat2 to Linux behaviour

In contrast to rename default behaviour, Linux' renameat2 returns -1
with errno set to EEXIST, if oldfile and newfile refer to the same
file, and the RENAME_NOREPLACE flag is set.

Follow suit, given this is a Linux-only function anyway.

Fixes: f665b1cef30f ("cygwin: Implement renameat2")
Reported-by: Bruno Haible <bruno@clisp.org>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: fix errno values set by readlinkat
Corinna Vinschen [Tue, 18 Apr 2023 11:52:50 +0000 (13:52 +0200)]
Cygwin: fix errno values set by readlinkat

readlinkat(fd, "", ...) is supposed to return ENOENT per POSIX,
but Cygwin returns EBADF.

At the same time, we have to maintain the special feature of
glibc that readlinkat(fd, "", ...) operates on fd, if fd is pointing
at a symlink opened with O_PATH|O_NOFOLLOW.

And, while fixing that, readlinkat(fd, path, ...) *still* has to set errno
to EBADF, if fd is an invalid descriptor *and* path is a relative path.

This required to change the evaluation order in the helper function
gen_full_path_at.

Last but not least, in case of the aforementioned glibc-like special
handling for symlink descriptors, we have to make sure that errors from
gen_full_path_at are not spilled into that special handling.

Fixes: 6cc05784e16a ("Cygwin: readlinkat: allow pathname to be empty")
Reported-by: Bruno Haible <bruno@clisp.org>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: fix return value of ilogbl(NaN)
Corinna Vinschen [Tue, 18 Apr 2023 11:43:06 +0000 (13:43 +0200)]
Cygwin: fix return value of ilogbl(NaN)

Fixes: 792e51b72149 ("Add missing long double functions to Cygwin")
Reported-by: Bruno Haible <bruno@clisp.org>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: add release text for previous commit
Corinna Vinschen [Tue, 18 Apr 2023 08:12:03 +0000 (10:12 +0200)]
Cygwin: add release text for previous commit

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: cygheap: fix fork error after heap has grown
David McFarland [Tue, 18 Apr 2023 00:41:55 +0000 (21:41 -0300)]
Cygwin: cygheap: fix fork error after heap has grown

2f9b8ff0 introduced a problem where forks would sometimes fail with:

child_copy: cygheap read copy failed, 0x0..0x80044C750, done 0, windows pid 14032, Win32 error 299

When cygheap_max was > CYGHEAP_STORAGE_INITIAL, commit_size would be set to
allocsize(cygheap_max), which is an address, not a size.  VirtualAlloc would be
called to commit commit_size bytes, which would fail, and then child_copy would
be called with zero as the base address.

Fixes: 2f9b8ff00cce ("Cygwin: decouple cygheap from Cygwin DLL")
Signed-off-by: David McFarland <corngood@gmail.com>
16 months agoCygwin: pty: Fix reading CONIN$ when stdin is not a pty.
Takashi Yano [Fri, 14 Apr 2023 01:52:08 +0000 (10:52 +0900)]
Cygwin: pty: Fix reading CONIN$ when stdin is not a pty.

Previously, the pty master sends inputs to the pipe for cygwin app
even when pseudo console is activated if stdin is not the pty.
This causes the problem that key input is not sent to non cygwin
app even if the app opens CONIN$. This patch sets switch_to_nat_pipe
to true regardless whether stdin is the pty or not to allow that case.

https://cygwin.com/pipermail/cygwin/2023-April/253424.html

Reported-by: Wladislav Artsimovich <cygwin@frost.kiwi>
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
16 months agoReplace always true if with else
Andoni Arregi [Wed, 12 Apr 2023 15:34:45 +0000 (17:34 +0200)]
Replace always true if with else

16 months agoCompare j as unsigned
Andoni Arregi [Wed, 12 Apr 2023 15:34:44 +0000 (17:34 +0200)]
Compare j as unsigned

j is int32_t and thus j<<31 is undefined if j==1.

Taken from FreeBSD commit bdd8abc6d6a93ce3ab8ad5db716222ee3110c4a3

16 months agoFix x close to 1, y between 2^31 and 2^64
Andoni Arregi [Wed, 12 Apr 2023 15:34:43 +0000 (17:34 +0200)]
Fix x close to 1, y between 2^31 and 2^64

E.g. known errors:
x = 0x1.000002c5e2e99p+0, y = 0x1.c9eee35374af6p+31 had an error of 639
ULP and is now correctly rounded.
x = 0x1.fffffd2e3e669p-1, y = 0x1.344c9823eb66cp+32 had an error of 428
ULP and is now correctly rounded.

16 months agoFix missing sign for overflow/underflow where x is negative and y is large odd integer
Andoni Arregi [Wed, 12 Apr 2023 15:34:42 +0000 (17:34 +0200)]
Fix missing sign for overflow/underflow where x is negative and y is large odd integer

16 months agoCygwin: chattr: fix description of requirements for casesensitive directories
Corinna Vinschen [Mon, 3 Apr 2023 20:41:07 +0000 (22:41 +0200)]
Cygwin: chattr: fix description of requirements for casesensitive directories

Preconditions of WSL or empty directories dependent on Windows
versions was totally screwed up.  Drop the description from
--help, describe the preconditions for case-sensitive dirs in the
man page instead.

Fixes: fc6e89c937c1 ("Cygwin: chattr: clarify requirements for casesensitive directories")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoRespect `db_home` setting even for SYSTEM/Microsoft accounts
Johannes Schindelin [Mon, 3 Apr 2023 14:45:03 +0000 (16:45 +0200)]
Respect `db_home` setting even for SYSTEM/Microsoft accounts

We should not blindly set the home directory of the SYSTEM account (or
of Microsoft accounts) to `/home/<name>`, especially
`/etc/nsswitch.conf` defines `db_home: env`, in which case we want to
respect the `HOME` variable.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 months agoBump newlib version in the manual to 4.3.0
Tobias Burnus [Thu, 30 Mar 2023 09:09:33 +0000 (11:09 +0200)]
Bump newlib version in the manual to 4.3.0

While commit 9e09d6ed8 (tag: newlib-4.3.0) bumped the newlib version to 4.3.0,
this commit updates the version/date in the libc/libm manuals to match.

16 months agoCygwin: doc: fix description of new "env" schema for /etc/nsswitch.conf
Corinna Vinschen [Wed, 29 Mar 2023 08:34:30 +0000 (10:34 +0200)]
Cygwin: doc: fix description of new "env" schema for /etc/nsswitch.conf

Fixes: 27376c60a9b8 ("Allow deriving the current user's home directory via the HOME variable")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: dirname: fix handling of leading slashes
Corinna Vinschen [Wed, 29 Mar 2023 08:18:23 +0000 (10:18 +0200)]
Cygwin: dirname: fix handling of leading slashes

Per https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/xbd_chap04.html:

  "A pathname that begins with two successive slashes may be interpreted
   in an implementation-defined manner, although more than two leading
   slashes shall be treated as a single slash."

So more than 2 leading slashes are supposed to be folded into one,
which our dirname neglected.  Fix that.

Fixes: 24e8fc6872a3b ("* cygwin.din (basename): Export.")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoAllow deriving the current user's home directory via the HOME variable
Johannes Schindelin [Tue, 28 Mar 2023 08:17:14 +0000 (10:17 +0200)]
Allow deriving the current user's home directory via the HOME variable

This patch hails from Git for Windows (where the Cygwin runtime is used
in the form of a slightly modified MSYS2 runtime), where it is a
well-established technique to let the `$HOME` variable define where the
current user's home directory is, falling back to `$HOMEDRIVE$HOMEPATH`
and `$USERPROFILE`.

The idea is that we want to share user-specific settings between
programs, whether they be Cygwin, MSYS2 or not.  Unfortunately, we
cannot blindly activate the "db_home: windows" setting because in some
setups, the user's home directory is set to a hidden directory via an
UNC path (\\share\some\hidden\folder$) -- something many programs
cannot handle correctly, e.g. `cmd.exe` and other native Windows
applications that users want to employ as Git helpers.

The established technique is to allow setting the user's home directory
via the environment variables mentioned above: `$HOMEDRIVE$HOMEPATH` or
`$USERPROFILE`.  This has the additional advantage that it is much
faster than querying the Windows user database.

Of course this scheme needs to be opt-in.  For that reason, it needs
to be activated explicitly via `db_home: env` in `/etc/nsswitch.conf`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 months agoCygwin: chattr: clarify requirements for casesensitive directories
Corinna Vinschen [Mon, 27 Mar 2023 18:39:26 +0000 (20:39 +0200)]
Cygwin: chattr: clarify requirements for casesensitive directories

- Windows 10 requires WSL
- Windows 11 only allows enabling casesensitivity if dir is empty

Fixes: 0d4b39d37b966 ("Cygwin: Add lsattr and chattr tools")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: /proc/locales: filter out useless explicit utf8 locales
Corinna Vinschen [Sun, 26 Mar 2023 12:12:13 +0000 (14:12 +0200)]
Cygwin: /proc/locales: filter out useless explicit utf8 locales

Fixes: c42b98bdc665f ("Cygwin: introduce /proc/codesets and /proc/locales")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: locales: fix behaviour for @euro locales
Corinna Vinschen [Sun, 26 Mar 2023 11:06:38 +0000 (13:06 +0200)]
Cygwin: locales: fix behaviour for @euro locales

Latest Windows supports more EU locales than GLibc, so some of the
@euro locales are not covered by checking the GLibc locale defaults.
Those locales have no long history, they are all UTF-8.  So just
check for @euro in the UTF-8 case and set them to ISO-8859-15.

Fixes: 2483e54be852e ("Cygwin: locale: Set default charset from Linux locale -> codeset mapping")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: locales: fix behaviour for @cjk* and @euro locales
Corinna Vinschen [Sun, 26 Mar 2023 11:01:52 +0000 (13:01 +0200)]
Cygwin: locales: fix behaviour for @cjk* and @euro locales

@cjknarrow and @cjkwide modifiers are newlib only, so they need
some tweaking in __set_charset_from_locale.

Fixes: 2483e54be852e ("Cygwin: locale: Set default charset from Linux locale -> codeset mapping")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: /proc/locales: use ENCODING_LEN to define array sizes
Corinna Vinschen [Sun, 26 Mar 2023 10:52:32 +0000 (12:52 +0200)]
Cygwin: /proc/locales: use ENCODING_LEN to define array sizes

Fixes: c42b98bdc665f ("Cygwin: introduce /proc/codesets and /proc/locales")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: /proc/locales: use modifier when checking default codeset
Corinna Vinschen [Sun, 26 Mar 2023 10:50:57 +0000 (12:50 +0200)]
Cygwin: /proc/locales: use modifier when checking default codeset

Drop usage of newlocale/nl_langinfo_l/freelocale.
Call __set_charset_from_locale instead, and make sure to call it
with modifier, if any, otherwise suffer wrong results.

Fixes: c42b98bdc665f ("Cygwin: introduce /proc/codesets and /proc/locales")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoCygwin: locales: fix return value check of ResolveLocaleName
Corinna Vinschen [Sat, 25 Mar 2023 21:48:00 +0000 (22:48 +0100)]
Cygwin: locales: fix return value check of ResolveLocaleName

ResolveLocaleName does not simply return an error value if it
can't resolve a locale.  Rather, it returns an empty string and
the length of this string: 1.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
16 months agoRevert "Cygwin: locales: drop supporting iso639 strings as valid locales"
Corinna Vinschen [Sat, 25 Mar 2023 21:28:25 +0000 (22:28 +0100)]
Revert "Cygwin: locales: drop supporting iso639 strings as valid locales"

This reverts commit 15898b95881b1fa504e671e0bcfd653b242effa8.

The idea behind this patch was wrong.  Systems are supposed to
support iso639-only strings as settings for the locale environment
variables, and they are not necessarily available in the
/usr/share/locale/locale.alias file.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: locales: implement own method to check locale validity
Corinna Vinschen [Fri, 24 Mar 2023 11:43:47 +0000 (12:43 +0100)]
Cygwin: locales: implement own method to check locale validity

The Windows function ResolveLocaleName is next to useless to
convert a partial locale identifier into a full, supported
locale identifier.  It converts anything which vaguely resembles
a locale into some other locale it supports.

Bad examples are:
  "en-XY" gets converted to "en-US", and worse,
  "ff-BF" gets converted to "ff-Latn-SN", even though "ff-Adlm-BF"
  exists!

To check if a locale is supported, we have to enumerate all valid
Windows locales, and return the match, even if the locale in Windows
requires a script.  Implement resolve_locale_name() as replacement
function for ResolveLocaleName.

Fixes: e95a7a795522 ("Cygwin: convert Windows locale handling from LCID to ISO5646 strings")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: locales: drop supporting iso639 strings as valid locales
Corinna Vinschen [Fri, 24 Mar 2023 11:43:30 +0000 (12:43 +0100)]
Cygwin: locales: drop supporting iso639 strings as valid locales

This was incorrect behaviour.  The only valid way to support those
is by adding them to /usr/share/locale/locale.alias.

Fixes: e95a7a795522 ("Cygwin: convert Windows locale handling from LCID to ISO5646 strings")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: locales: set errno to ENOENT if locale is invalid
Corinna Vinschen [Fri, 24 Mar 2023 11:42:34 +0000 (12:42 +0100)]
Cygwin: locales: set errno to ENOENT if locale is invalid

This allows newlocale to return with a valid errno if the
locale is invalid.

Fixes: e95a7a795522 ("Cygwin: convert Windows locale handling from LCID to ISO5646 strings")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: /proc/locales: fix "sr" locales
Corinna Vinschen [Fri, 24 Mar 2023 10:50:42 +0000 (11:50 +0100)]
Cygwin: /proc/locales: fix "sr" locales

The sr_XY locales are supposed to default to cyrillic, but the code
always attached a @cyrillic, same reason as in the previous commit.

Special case "sr" further to workaround that issue.

Fixes: c42b98bdc665 ("Cygwin: introduce /proc/codesets and /proc/locales")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: /proc/locales: fix sd_IN locale
Corinna Vinschen [Fri, 24 Mar 2023 10:47:23 +0000 (11:47 +0100)]
Cygwin: /proc/locales: fix sd_IN locale

Due to the way locales are evaluated in Windows, we can't ask for
the script of the "sd-IN" locale, because Windows only knows the
"sd-Deva-IN" locale.  So asking for the script of the "sd" locale
returns "Arab;", because "sd" is converted to "sd-Arab-PK".

Special case "sd-IN" to workaround that issue.

Fixes: c42b98bdc665 ("Cygwin: introduce /proc/codesets and /proc/locales")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agonewlocale: set errno to ENOENT if __loadlocale fails
Corinna Vinschen [Fri, 24 Mar 2023 09:51:31 +0000 (10:51 +0100)]
newlocale: set errno to ENOENT if __loadlocale fails

__loadlocale never sets errno, but newlocale is supposed to
return ENOENT if the locale isn't valid.

Fixes: aefd8b5b518b ("Implement newlocale, freelocale, duplocale, uselocale")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: log disabling posix semantics
Yoshinao Muramatsu [Mon, 20 Mar 2023 11:51:02 +0000 (20:51 +0900)]
Cygwin: log disabling posix semantics

Add log when workaround occurs

Signed-off-by: Yoshinao Muramatsu <ysno@ac.auone-net.jp>
17 months agoCygwin: fix rename in container
Yoshinao Muramatsu [Mon, 20 Mar 2023 11:51:01 +0000 (20:51 +0900)]
Cygwin: fix rename in container

Renaming files returns STATUS_INVALID_PARAMETE on a bind mounted file system
in hyper-v container with FILE_RENAME_POSIX_SEMANTICS.

Disable the use_posix_semantics flag and retry.

Signed-off-by: Yoshinao Muramatsu <ysno@ac.auone-net.jp>
17 months agoCygwin: fix unlink in container
Yoshinao Muramatsu [Mon, 20 Mar 2023 11:51:00 +0000 (20:51 +0900)]
Cygwin: fix unlink in container

Deleting files returns STATUS_INVALID_PARAMETE on a bind mounted file system
in hyper-v container with FILE_DISPOSITION_POSIX_SEMANTICS.
Therefore fall back to default method.

This code is suggested by Johannes Schindelin on github
and I change it more simple.

Signed-off-by: Yoshinao Muramatsu <ysno@ac.auone-net.jp>
17 months agoCygwin: don't use unlink/rename POSIX semantics on certain NTFS
Corinna Vinschen [Tue, 21 Mar 2023 17:29:59 +0000 (18:29 +0100)]
Cygwin: don't use unlink/rename POSIX semantics on certain NTFS

If a host NTFS is mapped into a Hyper-V isolated container, the
OPEN_BY_FILE_ID filesystem flag is missing, just as if that NTFS
is a remote drive.  However, NtQueryVolumeInformationFile claims
the drive is a local drive.

We can use this fact to learn that the process is running under
Hyper-V, and that the Hyper-V isolated process can't use rename/unlink
with POSIX semantics.  Strange enough, the POSIX_UNLINK_RENAME filesystem
flag is still set...

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: fs_info::update: fix NTFS filesystem flags
Corinna Vinschen [Tue, 21 Mar 2023 17:01:00 +0000 (18:01 +0100)]
Cygwin: fs_info::update: fix NTFS filesystem flags

These flags are used to check a remote filesystem.  Not all
flags supported by a local NTFS are available when checking
a remote NTFS.  Fix the flag set accordingly, otherwise
the remote NTFS will ba handled as CIFS.

Fixes: fcccdc4021ff ("Cygwin: fs_info: update filesystem flags and check Windows 7 flags")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: regex: fix faulty check for valid range expression
Corinna Vinschen [Thu, 16 Mar 2023 20:09:53 +0000 (21:09 +0100)]
Cygwin: regex: fix faulty check for valid range expression

Except for the "C" or "POSIX" locale, checking for start <= finish
is always wrong.  Range start must be <= range finish in terms of the
locale's collating order.  So make sure to call always wcscoll(), even
in the "C"/"POSIX" locale, which makes wcscoll equivalent to wcscmp
anyway.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: regex: fix freeing g->charjump in low memory condition
Corinna Vinschen [Thu, 16 Mar 2023 20:52:48 +0000 (21:52 +0100)]
Cygwin: regex: fix freeing g->charjump in low memory condition

computejumps() moves g->charjump to a position relativ to the value of
CHAR_MIN.  As such, g->charjump doesn't necessarily point to the address
actually allocated.  While regfree() takes that into account, the low
memory handling in regcomp_internal() doesn't.  Fix that by free'ing
the actually allocated address, as in regfree().

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: unlink: drop unlink_nt/unlink_nt_shareable wrappers
Corinna Vinschen [Mon, 20 Mar 2023 11:23:36 +0000 (12:23 +0100)]
Cygwin: unlink: drop unlink_nt/unlink_nt_shareable wrappers

Useless indirection.  Rename _unlink_nt back to unlink_nt
and call the function directly with `sharable' flag as needed.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: fs_info: update filesystem flags and check Windows 7 flags
Corinna Vinschen [Mon, 20 Mar 2023 11:22:07 +0000 (12:22 +0100)]
Cygwin: fs_info: update filesystem flags and check Windows 7 flags

Update the list of filesystem flags to the flags supported since
Windows 7.  Make sure to use the new flags only with Windows
filesystems, not with 3rd party filesystems.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: add support for GB18030 codeset
Corinna Vinschen [Thu, 16 Mar 2023 17:25:09 +0000 (18:25 +0100)]
Cygwin: add support for GB18030 codeset

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: regex: NONCHAR: re-add cast to int
Corinna Vinschen [Thu, 16 Mar 2023 12:47:07 +0000 (13:47 +0100)]
Cygwin: regex: NONCHAR: re-add cast to int

wint_t is unsigned int and the test checks for a negative value.  Thus,
it's optimized out by gcc.  Add the cast from commit 44caccfca2433 to
avoid this.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: regex: wgetnext: Re-add kludge to be more glibc compatible
Corinna Vinschen [Thu, 16 Mar 2023 11:44:32 +0000 (12:44 +0100)]
Cygwin: regex: wgetnext: Re-add kludge to be more glibc compatible

Add comment to explain.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: regex: convert wchar_t to wint_t throughout
Corinna Vinschen [Thu, 16 Mar 2023 10:52:21 +0000 (11:52 +0100)]
Cygwin: regex: convert wchar_t to wint_t throughout

...and use __wcollate_range_cmp.  This will have to be tweaked further
when supporting collation symbols...

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: regex: fix build errors
Corinna Vinschen [Thu, 16 Mar 2023 10:20:11 +0000 (11:20 +0100)]
Cygwin: regex: fix build errors

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: replace regex with latest verbatim FreeBSD version
Corinna Vinschen [Thu, 16 Mar 2023 10:12:08 +0000 (11:12 +0100)]
Cygwin: replace regex with latest verbatim FreeBSD version

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: kill(1): Add -L to documentation
Corinna Vinschen [Wed, 15 Mar 2023 21:05:44 +0000 (22:05 +0100)]
Cygwin: kill(1): Add -L to documentation

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: kill(1): Align list options to latest Linux kill(1)
Corinna Vinschen [Wed, 15 Mar 2023 20:59:04 +0000 (21:59 +0100)]
Cygwin: kill(1): Align list options to latest Linux kill(1)

- Don't print all RT signals, just the allowed patterns
- Add -L/--table option to print a table of signals with signal
  numbers

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: kill(1): align real-time signal naming to Linux kill(1)
Corinna Vinschen [Wed, 15 Mar 2023 20:54:13 +0000 (21:54 +0100)]
Cygwin: kill(1): align real-time signal naming to Linux kill(1)

Allow RT<N>, RTMIN+<N> and RTMAX-<N> for RT signals.
Translate RT signal numbers to an "RT<N>" string.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: kill(1): don't print spurious error message
Corinna Vinschen [Wed, 15 Mar 2023 20:50:32 +0000 (21:50 +0100)]
Cygwin: kill(1): don't print spurious error message

Make kill -V and kill -l exit immediately, thus stopping to
print "not enough arguments" accidentally.

Fixes: ef48a2cad3704 ("* kill.cc (prog_name) New global variable.")
Fixes: c49fa762631f9 ("* Makefile.in (kill.exe): Add as a specific target.")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: signals: drop accidental spaces from real-time signal names
Corinna Vinschen [Wed, 15 Mar 2023 20:44:52 +0000 (21:44 +0100)]
Cygwin: signals: drop accidental spaces from real-time signal names

The signal names for the real-time signals contain spaces from
the beginning of their availability.  Fix that.

Fixes: 61522196c715 ("* Merge in cygwin-64bit-branch.")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: doc: Update postinstall/preremove scripts
Jon Turney [Thu, 2 Mar 2023 21:33:32 +0000 (21:33 +0000)]
Cygwin: doc: Update postinstall/preremove scripts

setup >=2.925 indicates to postinstall and preremove scripts the Start
Menu suffix to use via the CYGWIN_START_MENU_SUFFIX env var.

It also indicates, via the CYGWIN_SETUP_OPTIONS env var, if the option
to disable Start Menu shortcut creation is supplied.

Update the Cygwin documentation postinstall and preremove scripts to
take these env vars into consideration.

17 months agoCygwin: Fix type mismatch on sys/cpuset.h
Mark Geisert [Tue, 14 Mar 2023 08:56:01 +0000 (01:56 -0700)]
Cygwin: Fix type mismatch on sys/cpuset.h

Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html

Take the opportunity to follow FreeBSD's and Linux's lead in recasting
macro inline code as calls to static inline functions.  This allows the
macros to be type-safe.  In addition, added a lower bound check to the
functions that use a cpu number to avoid a potential buffer underrun on
a bad argument.  h/t to Corinna for the advice on recasting.

Fixes: 362b98b49af5 ("Cygwin: Implement CPU_SET(3) macros")
17 months agolibgloss/epiphany: Fix move instruction in crt0.S
Sebastian Huber [Wed, 8 Mar 2023 13:07:07 +0000 (14:07 +0100)]
libgloss/epiphany: Fix move instruction in crt0.S

This patch relates to bug report:

https://sourceware.org/bugzilla/show_bug.cgi?id=30212

17 months agoCygwin: ctty: Remove old 'kludge' code.
Takashi Yano [Sun, 5 Mar 2023 09:17:39 +0000 (18:17 +0900)]
Cygwin: ctty: Remove old 'kludge' code.

Remove old 'kludge' code which does not seem necessary anymore. The
comment of the 'kludge' is as follows.

  * syscalls.cc (setsid): On second thought, in the spirit of keeping
    things kludgy, set ctty to -2 here as a special flag, and...
    (open): ...only eschew setting O_NOCTTY when that case is detected.

Fixes: c38a2d837303
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
17 months agoCygwin: ctty: Replace ctty constant with more descriptive macros.
Takashi Yano [Sun, 5 Mar 2023 10:02:13 +0000 (19:02 +0900)]
Cygwin: ctty: Replace ctty constant with more descriptive macros.

This patch replaces ctty constants with more descriptive macros
(CTTY_UNINITIALIZED and CTTY_RELEASED) rather than -1 and -2 as
well as checking sign with CTTY_IS_VALID().

Fixes: 3b7df69aaa57 (Cygwin: ctty: Add comments for the special values: -1 and -2.)
Suggested-by: Corinna Vinschen <corinna@vinschen.de>
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
17 months agoCygwin: console: Suppress unnecessary open_shared_console() calls.
Takashi Yano [Mon, 6 Mar 2023 15:18:04 +0000 (00:18 +0900)]
Cygwin: console: Suppress unnecessary open_shared_console() calls.

Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
17 months agoCygwin: ctty: Add missing fixup_after_{exec,fork}() call.
Takashi Yano [Mon, 6 Mar 2023 15:13:55 +0000 (00:13 +0900)]
Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.

Previously, fixup_after_{exec,fork}() calls for CTTY were missing.
This patch fixes that.

Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
17 months agoCygwin: is_unicode_equiv: fix comment
Corinna Vinschen [Fri, 3 Mar 2023 17:15:52 +0000 (18:15 +0100)]
Cygwin: is_unicode_equiv: fix comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: glob: fix conversion from UTF-32 to multibyte
Corinna Vinschen [Fri, 3 Mar 2023 10:32:31 +0000 (11:32 +0100)]
Cygwin: glob: fix conversion from UTF-32 to multibyte

The conversion function g_Ctoc missed to drop the flag
values from the wint_t value.  That wasn't noticable with
the original version because it used a 64 bit Char type
and the flags were in the upper 32 bit region.  So the
flag values were silently dropped when wcrtomb was called.
After converting Char to wint_t, we have to do drop the
flags explicitely.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoarm: Restrict processor mode change when in hypervisor mode
Srinath Parvathaneni [Fri, 3 Mar 2023 13:12:18 +0000 (13:12 +0000)]
arm: Restrict processor mode change when in hypervisor mode

If a CPU implements EL2 as its highest exception level then programs
using newlib may start in hypervisor mode.  In that state it is not
trivial to switch into the various EL1 modes to configure the
individual exception stacks, so do not try.

17 months agoarm: Fix the SP used in setting stack limit for standalone application.
Srinath Parvathaneni [Fri, 3 Mar 2023 12:45:40 +0000 (12:45 +0000)]
arm: Fix the SP used in setting stack limit for standalone application.

Move the instruction that saves SP before the mode check so that
applications that start in USER mode correctly set the stack limit.

17 months agoCygwin: define CHARCLASS_NAME_MAX
Corinna Vinschen [Wed, 1 Mar 2023 20:20:26 +0000 (21:20 +0100)]
Cygwin: define CHARCLASS_NAME_MAX

CHARCLASS_NAME_MAX isn't defined yet, accidentally.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: add collating symbols support to release message
Corinna Vinschen [Wed, 1 Mar 2023 10:49:52 +0000 (11:49 +0100)]
Cygwin: add collating symbols support to release message

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: fnmatch: support collating symbols in [. .] brackets
Corinna Vinschen [Wed, 1 Mar 2023 09:54:00 +0000 (10:54 +0100)]
Cygwin: fnmatch: support collating symbols in [. .] brackets

This requires quite a few changes in how fnmatch operates.
It always operates on wint_t strings now, just like regex and glob,
and it always keeps a pointer on the character inside the string,
rather than operating on a single character.

As a result, just drop the ifdef's for Cygwin.  The code is
non-portable now anyway...

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: mbsnrtowci: like mbsnrtowcs, just for wint_t
Corinna Vinschen [Wed, 1 Mar 2023 09:44:52 +0000 (10:44 +0100)]
Cygwin: mbsnrtowci: like mbsnrtowcs, just for wint_t

Deviation from standard: If the input is broken, the output will be
broken.  I. e., we just copy the current byte over into the wint_t
destination and try to pick up on the next byte.  This is in line
with the way fnmatch works.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: wcichr: add wint_t replacement for wcschr
Corinna Vinschen [Wed, 1 Mar 2023 09:36:55 +0000 (10:36 +0100)]
Cygwin: wcichr: add wint_t replacement for wcschr

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: add wcipcpy and wcipncpy helper functions
Corinna Vinschen [Wed, 1 Mar 2023 09:36:09 +0000 (10:36 +0100)]
Cygwin: add wcipcpy and wcipncpy helper functions

wint_t replacements for wcpcpy and wcpncpy

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: wcitoascii: move to wchar.h as inline function
Corinna Vinschen [Wed, 1 Mar 2023 09:34:41 +0000 (10:34 +0100)]
Cygwin: wcitoascii: move to wchar.h as inline function

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: fnmatch: drop static variable
Corinna Vinschen [Tue, 28 Feb 2023 15:45:52 +0000 (16:45 +0100)]
Cygwin: fnmatch: drop static variable

fnmatch calls fnmatch1 with a static mbstate_t.  This breaks
calling fnmatch from multiple threads.  Fix it by folding
fnmatch1 into fnmatch and moving all mbstates to local variables.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: __wscollate_range_cmp: fix incorrect comment
Corinna Vinschen [Tue, 28 Feb 2023 11:10:40 +0000 (12:10 +0100)]
Cygwin: __wscollate_range_cmp: fix incorrect comment

The comment that the first arg must be the pattern was added
during development, before it turned out that __wscollate_range_cmp
can be implemented in an order independent way.

Better explain why this function uses pointers to strings.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agonano-mallocr: Prevent NULL pointer de-reference in free_list
Henrik Nilsson via Newlib [Fri, 17 Feb 2023 05:56:49 +0000 (06:56 +0100)]
nano-mallocr: Prevent NULL pointer de-reference in free_list

The existing code checked if there was a chunk in free_list and
that the tail was not the next chunk.

The check if there is a chunk is not needed since it's already
known but the case of a single chunk in free_list needs to be
handled differently.

17 months agoCygwin: fetch-lc-def-codesets-from-linux: fix locale name handling
Corinna Vinschen [Sun, 26 Feb 2023 19:14:54 +0000 (20:14 +0100)]
Cygwin: fetch-lc-def-codesets-from-linux: fix locale name handling

As the former call to `locale -av' has the unwanted side effect
to shorten the locale name to <= 15 chars, don't use it.  Use
`locale -a' instead and fetch the codeset from another call to
`locale' for each locale.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: locale: fix devanagari modifier
Corinna Vinschen [Sun, 26 Feb 2023 16:17:33 +0000 (17:17 +0100)]
Cygwin: locale: fix devanagari modifier

Effectively revert commit 57bac33359db.  The fact that the
devanagari modifier was called devanagar (missing the trailing 'i')
is a result of `locale -av' shortening the locale name to a maximum
of 15 characters.

D'oh.  I guess we need a better way to do this...

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: introduce /proc/codesets and /proc/locales
Corinna Vinschen [Sun, 26 Feb 2023 16:04:03 +0000 (17:04 +0100)]
Cygwin: introduce /proc/codesets and /proc/locales

So far locale(1) had to have knowledge how to construct, thus
duplicating the effort how Cygwin handles locale strings.

Move locale list and codeset list generation into Cygwin by
providing /proc/codesets and /proc/locales files.  /proc/locales
does not list aliases, those are still handled in locale(1).

locale(1) opens the files and ueses that info for printing,
like any other application can do now.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: fetch-lc-def-codesets-from-linux: speed up
Corinna Vinschen [Sat, 25 Feb 2023 19:15:53 +0000 (20:15 +0100)]
Cygwin: fetch-lc-def-codesets-from-linux: speed up

Drop shell read loop in favor of performing the locale output
evaluation inside a single awk invocation.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: locale(1): redefine rule for adding a @euro locale
Corinna Vinschen [Sat, 25 Feb 2023 18:43:08 +0000 (19:43 +0100)]
Cygwin: locale(1): redefine rule for adding a @euro locale

The @euro locale is only useful, if the locale uses the EUR currency
and the codeset of the base locale is ISO-8859-1, or the locale is
el_GR.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: locale: Set default charset from Linux locale -> codeset mapping
Corinna Vinschen [Sat, 25 Feb 2023 15:11:54 +0000 (16:11 +0100)]
Cygwin: locale: Set default charset from Linux locale -> codeset mapping

Generate lc_def_codeset.h header containing the default mapping from
locale to codeset on Linux.  Use this mapping in __set_charset_from_locale
in the first place.

For every locale not covered by this table, just map Windows codepages
to equivalent codesets used on Linux/Unix, getting rid of LCIDs entirely.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
17 months agoCygwin: locale: new script creating linux default codeset mapping
Corinna Vinschen [Sat, 25 Feb 2023 15:06:34 +0000 (16:06 +0100)]
Cygwin: locale: new script creating linux default codeset mapping

New script creating a mapping table from locale to default codeset
for this locale.  We use that in Cygwin now to generate the own
default codeset mapping based on Linux locale names.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This page took 0.068731 seconds and 5 git commands to generate.