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 c4cb2b6 setlocale/localeconv are *not* POSIX-1.2008 discards a3faaec setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] discards 582c7ab __loadlocale: Set missing val when evaluating CP874 discards 1dc555b Make sure alloca is called even when optimizing, fully init _REENT discards 9e5576e Fix multiple thinkos in newlocale discards 013c194 Fix _REENT_INIT initialization of _locale discards 65146be Fix typo in isalnum_l doc discards c1be644 Get rid of LCID, reformat type definitions in setlocale.h discards 0255c09 Add sys/_locale.h header and fix up headers discards 858e530 Bump CygwinAPI minor. discards fc4628a Implement strfmon_l discards 7e96220 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] discards d3f5e5b Move lconv into struct __locale_t and implement __localeconv_l discards 60ecf01 Implement per-locale string functions discards 28275c9 Implement all per-locale ctype functions discards 574e366 Move localeconv, duplocale, freelocale, newlocale, uselocale [...] discards 170d7ea include/locale.h: Fix POSIX guards discards 5c9683b Remove non-working __part_load_locale function and any related code discards fb9c964 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] discards bc07a7a Fix memory handling in functions called from loadlocale discards 5872677 newlocale, freelocale, duplocale, uselocale discards 4fbc8b5 Use __get_global_locale function where appropriate discards a16ab0f Rearrange struct __locale_t pointers into an array discards 0e04362 Change loadlocale to fill a __locale_t given as parameter discards 26756ce Consolidate wctomb/mbtowc calls for POSIX-1.2008 discards d0b303f groundwork part 2 discards 6121fc9 groundwork part 1 adds b14a1db Define va_list in stdio.h and wchar.h adds 51b669f Do not include wctype.h in wchar.h with _GNU_SOURCE new 94bfd19 groundwork part 1 new ee80233 groundwork part 2 new 7608980 Consolidate wctomb/mbtowc calls for POSIX-1.2008 new 8605fcc Change loadlocale to fill a __locale_t given as parameter new bd80c82 Rearrange struct __locale_t pointers into an array new 519c0a6 Use __get_global_locale function where appropriate new 5078588 newlocale, freelocale, duplocale, uselocale new 42d56ec Fix memory handling in functions called from loadlocale new 8fd5a08 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...] new 918283c Remove non-working __part_load_locale function and any related code new 17c22d8 include/locale.h: Fix POSIX guards new 65ef80e Move localeconv, duplocale, freelocale, newlocale, uselocale [...] new 696bad6 Implement all per-locale ctype functions new 2a7a74a Implement per-locale string functions new e0aa923 Move lconv into struct __locale_t and implement __localeconv_l new c380b6e Rename __get_locale_XXX to __get_XXX_locale to use unified na [...] new 48f079b Implement strfmon_l new 0f1d7e0 Bump CygwinAPI minor. new caedee6 Add sys/_locale.h header and fix up headers new 31df3ca Get rid of LCID, reformat type definitions in setlocale.h new ef78a58 Fix typo in isalnum_l doc new 8207fe2 Fix _REENT_INIT initialization of _locale new 0feda2d Fix multiple thinkos in newlocale new 1272ef5 Make sure alloca is called even when optimizing, fully init _REENT new c92d449 __loadlocale: Set missing val when evaluating CP874 new f440f61 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...] new 14ad588 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 (c4cb2b6) \ N -- N -- N refs/heads/topic/locales (14ad588)
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/stdio.h | 13 +++++++++++++ newlib/libc/include/wchar.h | 23 +++++++++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-)