This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 81ac069ee newlib/libc/{ctype, string}/*.t: Unicode 15 character width a [...] new 1cbe4b3dc Cygwin: glob: sort in current locale's collating order new ffba9604d Cygwin: add more UTF-32 helper functions new 1eadb2388 Cygwin: nlsfuncs.cc: introduce collating elements and helper [...] new 244faaea8 Cygwin: glob: convert internal character datatype to wint_t new ce5aa0980 Cygwin: glob: implement collating symbol support new 4ab778df2 Cygwin: linux-locale-helpers: helper tools to generate locale [...]
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: winsup/cygwin/glob.cc | 128 +- winsup/cygwin/linux-locale-helpers/README | 10 + .../fetch-lc_collate-elements-from-glibc | 61 + .../fetch-lc_messages-from-linux.c | 169 ++ .../fetch-lc_time_era-from-linux.c | 237 ++ winsup/cygwin/local_includes/collate.h | 5 + winsup/cygwin/local_includes/lc_collelem.h | 2936 ++++++++++++++++++++ winsup/cygwin/local_includes/wchar.h | 46 + winsup/cygwin/nlsfuncs.cc | 98 + winsup/cygwin/strfuncs.cc | 17 + 10 files changed, 3664 insertions(+), 43 deletions(-) create mode 100644 winsup/cygwin/linux-locale-helpers/README create mode 100755 winsup/cygwin/linux-locale-helpers/fetch-lc_collate-elements-fr [...] create mode 100644 winsup/cygwin/linux-locale-helpers/fetch-lc_messages-from-linux.c create mode 100644 winsup/cygwin/linux-locale-helpers/fetch-lc_time_era-from-linux.c create mode 100644 winsup/cygwin/local_includes/lc_collelem.h