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 ae57a3c setlocale/localeconv are *not* POSIX-1.2008 discards fa55dc0 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] discards 8b6eb10 __loadlocale: Set missing val when evaluating CP874 discards 01547b8 Make sure alloca is called even when optimizing, fully init _REENT discards b852a68 Fix multiple thinkos in newlocale discards 0f25b5b Fix _REENT_INIT initialization of _locale discards b80f79d Fix typo in isalnum_l doc discards 9ac45e4 Get rid of LCID, reformat type definitions in setlocale.h discards d27634e Add sys/_locale.h header and fix up headers discards cd7768f Bump CygwinAPI minor. discards 981827f Implement strfmon_l discards dfb81eb Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] discards 1aa365b Move lconv into struct __locale_t and implement __localeconv_l discards 885f963 Implement per-locale string functions discards 16909a7 Implement all per-locale ctype functions discards f98ff8c Move localeconv, duplocale, freelocale, newlocale, uselocale [...] discards 01e3eda include/locale.h: Fix POSIX guards discards e336dd1 Remove non-working __part_load_locale function and any related code discards 3cdb288 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] discards d4aae2f Fix memory handling in functions called from loadlocale discards 930dfed newlocale, freelocale, duplocale, uselocale discards c99838f Use __get_global_locale function where appropriate discards 99e9bba Rearrange struct __locale_t pointers into an array discards 797f778 Change loadlocale to fill a __locale_t given as parameter discards 9a945d0 Consolidate wctomb/mbtowc calls for POSIX-1.2008 discards 2889394 groundwork part 2 discards 5f9487c groundwork part 1 adds 644e40d rtems: add sys/mman.h adds 9a80679 rtems: define _POSIX_CLOCK_SELECTION feature new 0a70d34 groundwork part 1 new be9b465 groundwork part 2 new 61f5c4a0 Consolidate wctomb/mbtowc calls for POSIX-1.2008 new b73726d Change loadlocale to fill a __locale_t given as parameter new a8a11ad Rearrange struct __locale_t pointers into an array new 3174ec2 Use __get_global_locale function where appropriate new 8c0213d newlocale, freelocale, duplocale, uselocale new a70de5e Fix memory handling in functions called from loadlocale new 1e9773d posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] new d57ab3f Remove non-working __part_load_locale function and any related code new 119430b include/locale.h: Fix POSIX guards new 4880124 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] new 1a5b992 Implement all per-locale ctype functions new e5b3f03 Implement per-locale string functions new 7f0038c Move lconv into struct __locale_t and implement __localeconv_l new 9369e03 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] new ec67878 Implement strfmon_l new 6d921ee Bump CygwinAPI minor. new 0ff51ba Add sys/_locale.h header and fix up headers new 236bc11 Get rid of LCID, reformat type definitions in setlocale.h new deb32eb Fix typo in isalnum_l doc new 480b0c6 Fix _REENT_INIT initialization of _locale new 5b5b7ad Fix multiple thinkos in newlocale new e00d8be Make sure alloca is called even when optimizing, fully init _REENT new 1f285bd __loadlocale: Set missing val when evaluating CP874 new 713aa86 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] new 2135cea 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 (ae57a3c) \ N -- N -- N refs/heads/topic/locales (2135cea)
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 27 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/sys/features.h | 1 + newlib/libc/sys/rtems/include/sys/mman.h | 263 +++++++++++++++++++++++++++++++ 2 files changed, 264 insertions(+) create mode 100644 newlib/libc/sys/rtems/include/sys/mman.h