This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 0ab22f0af Cygwin: dsp: Fix SNDCTL_DSP_{POST,SYNC} ioctl() behaviour. new 98aed7943 Cygwin: locale(1): fix typo new 2b052b3c5 Cygwin: fully support KOI8-T codeset new f20aee909 ctype_cp.h/ctype_iso.h: clean whitespace new 57bac3335 Cygwin: locale: fix devanagar modifier new 7b591704b Cygwin: locale: new script creating linux default codeset mapping new 2483e54be Cygwin: locale: Set default charset from Linux locale -> code [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/ctype/ctype_cp.h | 87 ++++-- newlib/libc/ctype/ctype_iso.h | 30 +- newlib/libc/stdlib/mbtowc_r.c | 12 +- newlib/libc/stdlib/wctomb_r.c | 11 +- winsup/cygwin/ctype.cc | 2 +- .../fetch-lc-def-codesets-from-linux | 48 +++ winsup/cygwin/local_includes/lc_def_codesets.h | 342 +++++++++++++++++++++ winsup/cygwin/nlsfuncs.cc | 158 +++------- winsup/utils/locale.cc | 4 +- 9 files changed, 520 insertions(+), 174 deletions(-) create mode 100755 winsup/cygwin/linux-locale-helpers/fetch-lc-def-codesets-from-linux create mode 100644 winsup/cygwin/local_includes/lc_def_codesets.h