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 b9aee75 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] discards 3b00075 __loadlocale: Set missing val when evaluating CP874 discards 9939b6a Make sure alloca is called even when optimizing, fully init _REENT discards a6254c7 Fix multiple thinkos in newlocale discards 3f84e6e Fix _REENT_INIT initialization of _locale discards 8649401 Fix typo in isalnum_l doc discards 1d3c30b Get rid of LCID, reformat type definitions in setlocale.h discards 15a8147 Add sys/_locale.h header and fix up headers discards bbe22d3 Bump CygwinAPI minor. discards 1e1d841 Implement strfmon_l discards 94e3b70 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] discards b6fcaa5 Move lconv into struct __locale_t and implement __localeconv_l discards e5bb1d5 Implement per-locale string functions discards 35a6f78 Implement all per-locale ctype functions discards c000204 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] discards eb63900 include/locale.h: Fix POSIX guards discards af794a5 Remove non-working __part_load_locale function and any related code discards 2e6af03 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] discards f30c275 Fix memory handling in functions called from loadlocale discards dec26bb newlocale, freelocale, duplocale, uselocale discards 7eca0c3 Use __get_global_locale function where appropriate discards 4c1ad95 Rearrange struct __locale_t pointers into an array discards 9630530 Change loadlocale to fill a __locale_t given as parameter discards 6e2c697 Consolidate wctomb/mbtowc calls for POSIX-1.2008 discards 59cc6a4 groundwork part 2 discards 6fca905 groundwork part 1 new d7586cb Fix clear screen behaviour of console when user scrolled up or down new 054ed58 groundwork part 1 new d057a3e groundwork part 2 new 00862db Consolidate wctomb/mbtowc calls for POSIX-1.2008 new 82041d2 Change loadlocale to fill a __locale_t given as parameter new 494691e Rearrange struct __locale_t pointers into an array new 5aeca7b Use __get_global_locale function where appropriate new a1dcad3 newlocale, freelocale, duplocale, uselocale new df9f23e Fix memory handling in functions called from loadlocale new da10f22 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] new e3101f3 Remove non-working __part_load_locale function and any related code new 0ed4263 include/locale.h: Fix POSIX guards new 3431636 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] new 8500827 Implement all per-locale ctype functions new 2de4ac1 Implement per-locale string functions new 60fc4bc Move lconv into struct __locale_t and implement __localeconv_l new ec90b40 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] new 2d3e4e2 Implement strfmon_l new e123b70 Bump CygwinAPI minor. new 2309742 Add sys/_locale.h header and fix up headers new 53445bf Get rid of LCID, reformat type definitions in setlocale.h new dadd0c1 Fix typo in isalnum_l doc new a4aa834 Fix _REENT_INIT initialization of _locale new f0ca077 Fix multiple thinkos in newlocale new 5d20461 Make sure alloca is called even when optimizing, fully init _REENT new 1a72732 __loadlocale: Set missing val when evaluating CP874 new f7413b5 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] new 66caa34 setlocale/localeconv are *not* POSIX-1.2008
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 (b9aee75) \ N -- N -- N refs/heads/topic/locales (66caa34)
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 28 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/include/locale.h | 6 +++--- winsup/cygwin/fhandler_console.cc | 22 +++++++++++++++++++++- 2 files changed, 24 insertions(+), 4 deletions(-)