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 2135cea setlocale/localeconv are *not* POSIX-1.2008 discards 713aa86 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] discards 1f285bd __loadlocale: Set missing val when evaluating CP874 discards e00d8be Make sure alloca is called even when optimizing, fully init _REENT discards 5b5b7ad Fix multiple thinkos in newlocale discards 480b0c6 Fix _REENT_INIT initialization of _locale discards deb32eb Fix typo in isalnum_l doc discards 236bc11 Get rid of LCID, reformat type definitions in setlocale.h discards 0ff51ba Add sys/_locale.h header and fix up headers discards 6d921ee Bump CygwinAPI minor. discards ec67878 Implement strfmon_l discards 9369e03 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] discards 7f0038c Move lconv into struct __locale_t and implement __localeconv_l discards e5b3f03 Implement per-locale string functions discards 1a5b992 Implement all per-locale ctype functions discards 4880124 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] discards 119430b include/locale.h: Fix POSIX guards discards d57ab3f Remove non-working __part_load_locale function and any related code discards 1e9773d posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] discards a70de5e Fix memory handling in functions called from loadlocale discards 8c0213d newlocale, freelocale, duplocale, uselocale discards 3174ec2 Use __get_global_locale function where appropriate discards a8a11ad Rearrange struct __locale_t pointers into an array discards b73726d Change loadlocale to fill a __locale_t given as parameter discards 61f5c4a0 Consolidate wctomb/mbtowc calls for POSIX-1.2008 discards be9b465 groundwork part 2 discards 0a70d34 groundwork part 1 adds 67c5af5 arc: Use unaligned loads/stores for memcopy. adds 7b1080d arc: Use prefetch instead of prealloc. adds 1baa8bb arc: Add align keyword. adds 668033e arc: Fix strcmp for big endian without barrel shifter new d2e0e14 Feature test macros overhaul: wchar.h, part 2 new e5a6c86 groundwork part 1 new b918d17 groundwork part 2 new 9ddc7f1 Consolidate wctomb/mbtowc calls for POSIX-1.2008 new ac912c1 Change loadlocale to fill a __locale_t given as parameter new 991bd7b Rearrange struct __locale_t pointers into an array new ebf5c03 Use __get_global_locale function where appropriate new 3b2a575 newlocale, freelocale, duplocale, uselocale new df6c05f Fix memory handling in functions called from loadlocale new faa110a posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] new b641bb2 Remove non-working __part_load_locale function and any related code new f06b7b0 include/locale.h: Fix POSIX guards new 0d0b831 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] new f707f6d Implement all per-locale ctype functions new 70f32ed Implement per-locale string functions new 94f92f3 Move lconv into struct __locale_t and implement __localeconv_l new 9068e00 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] new b8d80ab Implement strfmon_l new 1bb2e7f Bump CygwinAPI minor. new 1c8f59f Add sys/_locale.h header and fix up headers new 3138da5 Get rid of LCID, reformat type definitions in setlocale.h new 77b7219 Fix typo in isalnum_l doc new 07f6699 Fix _REENT_INIT initialization of _locale new a8cd18c Fix multiple thinkos in newlocale new 26e656d Make sure alloca is called even when optimizing, fully init _REENT new f8dd8e1 __loadlocale: Set missing val when evaluating CP874 new 170ae03 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] new ddb62b4 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 (2135cea) \ N -- N -- N refs/heads/topic/locales (ddb62b4)
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: libgloss/arc/crt0.S | 4 +-- newlib/libc/include/wchar.h | 31 +++++++++++++++++- newlib/libc/machine/arc/memcpy-archs.S | 59 ++++++++++++++++++++++++++++++++++ newlib/libc/machine/arc/memset-archs.S | 2 ++ newlib/libc/machine/arc/strcmp.S | 6 ++-- 5 files changed, 96 insertions(+), 6 deletions(-)