This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/locales in repository newlib.
discards 4b2291f Make sure alloca is called even when optimizing, fully init _REENT discards 4c93941 Merge 'topic/locales' discards b3ca881 Fix multiple thinkos in newlocale discards af49ec9 Fix _REENT_INIT initialization of _locale discards 4edf6e1 Fix typo in isalnum_l doc discards fd1f2fb Get rid of LCID, reformat type definitions in setlocale.h discards 2c0322d Add sys/_locale.h header and fix up headers discards 054ff0f Bump CygwinAPI minor. discards e919197 Implement strfmon_l discards ae11c72 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] discards 9b5b5b8 Move lconv into struct __locale_t and implement __localeconv_l discards fc1680f Implement per-locale string functions discards 3775211 Implement all per-locale ctype functions discards 990e013 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] discards b00a95b include/locale.h: Fix POSIX guards discards fb46fdc Remove non-working __part_load_locale function and any related code discards c1c4c29 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] discards d4f30ee Fix memory handling in functions called from loadlocale discards a980bb8 newlocale, freelocale, duplocale, uselocale discards a384cb7 Use __get_global_locale function where appropriate discards 0a46db3 Rearrange struct __locale_t pointers into an array discards b7fbde6 Change loadlocale to fill a __locale_t given as parameter discards fff10f6 Consolidate wctomb/mbtowc calls for POSIX-1.2008 discards cc3ac45 groundwork part 2 discards 6fc9377 groundwork part 1 discards b670d2e Fix multiple thinkos in newlocale discards 921e0d8 Fix _REENT_INIT initialization of _locale discards 1866d7c Fix typo in isalnum_l doc discards dd6e659 Get rid of LCID, reformat type definitions in setlocale.h discards 1c8cb55 Add sys/_locale.h header and fix up headers discards 9bab75d Bump CygwinAPI minor. discards 8202784 Implement strfmon_l discards a424217 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] discards d3267fb Move lconv into struct __locale_t and implement __localeconv_l discards c7c582c Implement per-locale string functions discards c1c0df7 Implement all per-locale ctype functions discards c67aeb4 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] discards 55fbc8b include/locale.h: Fix POSIX guards discards d1c6c3a Remove non-working __part_load_locale function and any related code discards e7c8a26 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] discards 36a843b Fix memory handling in functions called from loadlocale discards 7410979 newlocale, freelocale, duplocale, uselocale discards f8a5be1 Use __get_global_locale function where appropriate discards 73c55fd Rearrange struct __locale_t pointers into an array discards 7acaf37 Change loadlocale to fill a __locale_t given as parameter discards c4fc566 Consolidate wctomb/mbtowc calls for POSIX-1.2008 discards 0f47e8b groundwork part 2 discards 64970d1 groundwork part 1 adds 32b668d Don't raise SIGTTIN from poll/select new d5cff4b groundwork part 1 new c883cb0 groundwork part 2 new c1bf712 Consolidate wctomb/mbtowc calls for POSIX-1.2008 new c4cda5c Change loadlocale to fill a __locale_t given as parameter new 929419c Rearrange struct __locale_t pointers into an array new e40c970 Use __get_global_locale function where appropriate new 6559d4f newlocale, freelocale, duplocale, uselocale new fa46c28 Fix memory handling in functions called from loadlocale new 0790034 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] new 995f1c3 Remove non-working __part_load_locale function and any related code new a93cbad include/locale.h: Fix POSIX guards new 6f6cb2d Move localeconv, duplocale, freelocale, newlocale, uselocale [...] new b98d1f7 Implement all per-locale ctype functions new 7ec851f Implement per-locale string functions new ba624fd Move lconv into struct __locale_t and implement __localeconv_l new e290893 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] new c476a45 Implement strfmon_l new a8b4df2 Bump CygwinAPI minor. new a6e644f Add sys/_locale.h header and fix up headers new fcaa74c Get rid of LCID, reformat type definitions in setlocale.h new c806438 Fix typo in isalnum_l doc new c13c100 Fix _REENT_INIT initialization of _locale new b6a0f5e Fix multiple thinkos in newlocale new c1bafa0 Make sure alloca is called even when optimizing, fully init _REENT new 46a1ff1 __loadlocale: Set missing val when evaluating CP874
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (4b2291f) \ N -- N -- N refs/heads/topic/locales (46a1ff1)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 25 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/locale/locale.c | 1 + winsup/cygwin/fhandler.h | 4 ++-- winsup/cygwin/fhandler_termios.cc | 43 +++++++++++++++++++++++++++++++++------ winsup/cygwin/select.cc | 4 ++-- 4 files changed, 42 insertions(+), 10 deletions(-)