Third quarter 2016 Archives by author
Starting: Mon Jul 4 16:14:00 GMT 2016
Ending: Fri Sep 23 17:49:00 GMT 2016
Messages: 83
- [newlib-cygwin] strerror_l: Fix copy-and-paste typo
Eric Blake
- [newlib-cygwin] Created tag newlib-snapshot-20160923
Jeff Johnston
- [newlib-cygwin] math.h: fix guards on basic M_ constants
Yaakov Selkowitz
- [newlib-cygwin] Feature test macros overhaul: wctype.h
Yaakov Selkowitz
- [newlib-cygwin] Include wctype.h in wchar.h as an XSI extension
Yaakov Selkowitz
- [newlib-cygwin] Define va_list in stdio.h and wchar.h
Yaakov Selkowitz
- [newlib-cygwin] Do not include wctype.h in wchar.h with _GNU_SOURCE
Yaakov Selkowitz
- [newlib-cygwin] Fix off_t typedef on Cygwin64
Yaakov Selkowitz
- [newlib-cygwin] rtems: add sys/mman.h
Joel Sherrill
- [newlib-cygwin] rtems: define _POSIX_CLOCK_SELECTION feature
Joel Sherrill
- [newlib-cygwin] Make newlib manpages (v3)
Jon TURNEY
- [newlib-cygwin] Regenerate newlib Makefiles
Jon TURNEY
- [newlib-cygwin] Regenerate newlib Makefiles
Jon TURNEY
- [newlib-cygwin] Redefine locale info in struct _reent for per-thread locales
Corinna Vinschen
- [newlib-cygwin] Fix typo in comment added by previous commit
Corinna Vinschen
- [newlib-cygwin] arc: Use unaligned loads/stores for memcopy.
Corinna Vinschen
- [newlib-cygwin] arc: Use prefetch instead of prealloc.
Corinna Vinschen
- [newlib-cygwin] arc: Add align keyword.
Corinna Vinschen
- [newlib-cygwin] arc: Fix strcmp for big endian without barrel shifter
Corinna Vinschen
- [newlib-cygwin] Feature test macros overhaul: wchar.h, part 2
Corinna Vinschen
- [newlib-cygwin] POSIX-1.2008 per-thread locales, groundwork part 1
Corinna Vinschen
- [newlib-cygwin] POSIX-1.2008 per-thread locales, groundwork part 2
Corinna Vinschen
- [newlib-cygwin] Consolidate wctomb/mbtowc calls for POSIX-1.2008
Corinna Vinschen
- [newlib-cygwin] Change loadlocale to fill a __locale_t given as parameter
Corinna Vinschen
- [newlib-cygwin] Rearrange struct __locale_t pointers into an array
Corinna Vinschen
- [newlib-cygwin] Use __get_global_locale function where appropriate
Corinna Vinschen
- [newlib-cygwin] Implement newlocale, freelocale, duplocale, uselocale
Corinna Vinschen
- [newlib-cygwin] Fix memory handling in functions called from loadlocale
Corinna Vinschen
- [newlib-cygwin] Remove non-working __part_load_locale function and any related code
Corinna Vinschen
- [newlib-cygwin] include/locale.h: Fix POSIX guards
Corinna Vinschen
- [newlib-cygwin] Move localeconv, duplocale, freelocale, newlocale, uselocale into separate files
Corinna Vinschen
- [newlib-cygwin] Implement all per-locale ctype functions
Corinna Vinschen
- [newlib-cygwin] Implement per-locale string functions
Corinna Vinschen
- [newlib-cygwin] Move lconv into struct __locale_t and implement __localeconv_l
Corinna Vinschen
- [newlib-cygwin] Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme
Corinna Vinschen
- [newlib-cygwin] Add sys/_locale.h header and fix up headers
Corinna Vinschen
- [newlib-cygwin] Get rid of LCID, reformat type definitions in setlocale.h
Corinna Vinschen
- [newlib-cygwin] Fix typo in isalnum_l doc
Corinna Vinschen
- [newlib-cygwin] Fix _REENT_INIT initialization of _locale
Corinna Vinschen
- [newlib-cygwin] Fix multiple thinkos in newlocale
Corinna Vinschen
- [newlib-cygwin] __loadlocale: Set missing val when evaluating CP874
Corinna Vinschen
- [newlib-cygwin] setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets
Corinna Vinschen
- [newlib-cygwin] setlocale/localeconv are *not* POSIX-1.2008
Corinna Vinschen
- [newlib-cygwin] Fold documentation of is*_l funcs into documentation of non-l is* funcs
Corinna Vinschen
- [newlib-cygwin] Add documentation for duplocale, freelocale, newlocale, and uselocale.
Corinna Vinschen
- [newlib-cygwin] Implement strto[dflu]_l/wcsto[dflu]_l
Corinna Vinschen
- [newlib-cygwin] Don't use locale_t in internal header
Corinna Vinschen
- [newlib-cygwin] __localeconv_l: Always define locale variable lconv
Corinna Vinschen
- [newlib-cygwin] Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.
Corinna Vinschen
- [newlib-cygwin] Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets only
Corinna Vinschen
- [newlib-cygwin] Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c
Corinna Vinschen
- [newlib-cygwin] Always fall back to __ctype_ptr__ in isXXX_l functions.
Corinna Vinschen
- [newlib-cygwin] Actually return pointers in locale categroy accessor functions
Corinna Vinschen
- [newlib-cygwin] Constify __locale_ctype_ptr and __locale_ctype_ptr_l
Corinna Vinschen
- [newlib-cygwin] Fix pdf build failure wrt documentation of is*_l functions
Corinna Vinschen
- [newlib-cygwin] Fix __getreent function for Cygwin
Corinna Vinschen
- [newlib-cygwin] Revert "Fix __getreent function for Cygwin"
Corinna Vinschen
- [newlib-cygwin] Fix html build with makeinfo 5.2
Corinna Vinschen
- [newlib-cygwin] Fix html build
Corinna Vinschen
- [newlib-cygwin] Introduce __current_locale_charset/__locale_charset
Corinna Vinschen
- [newlib-cygwin] Implement missing POSIX function nl_langinfo_l
Corinna Vinschen
- [newlib-cygwin] Remove extern declaration of __locale_cjk_lang in string/local.h
Corinna Vinschen
- [newlib-cygwin] Reference __global_locale only via __get_global_locale.
Corinna Vinschen
- [newlib-cygwin] Remove erroneous POSIX guards for reentrant locale functions
Corinna Vinschen
- [newlib-cygwin] Add/change a few #ifdef comments in locale code for clearness
Corinna Vinschen
- [newlib-cygwin] Fix stray closing brace
Corinna Vinschen
- [newlib-cygwin] Add missing declarations of str{n}casecmp_l to strings.h.
Corinna Vinschen
- [newlib-cygwin] Implement missing POSIX-1.2008 function strerror_l
Corinna Vinschen
- [newlib-cygwin] Implement GNU extension wcsftime_l
Corinna Vinschen
- [newlib-cygwin] Implement GNU extension strptime_l
Corinna Vinschen
- [newlib-cygwin] Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE targets
Corinna Vinschen
- [newlib-cygwin] Mention strerror_l in libc/string/strings.tex
Corinna Vinschen
- [newlib-cygwin] Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLE
Corinna Vinschen
- [newlib-cygwin] Avoid crash when calling __localeconv_l with __C_locale
Corinna Vinschen
- [newlib-cygwin] Add strerror_l prototype, change str[n]casecmp_l feature tests
Corinna Vinschen
- [newlib-cygwin] Use struct __locale_t * for reentrent locale functions
Corinna Vinschen
- [newlib-cygwin] Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr
Corinna Vinschen
- [newlib-cygwin] Drop duplicate _ctype_ declaration from ctype_.h
Corinna Vinschen
- [newlib-cygwin] Change return type from locale_t to struct __locale_t * as well
Corinna Vinschen
- [newlib-cygwin] Created tag cygwin-2_6_0-release
Corinna Vinschen
- [newlib-cygwin] Created tag cygwin-2_6_0-release
Corinna Vinschen
- [newlib-cygwin/cygwin-2_6_0-release] Fix typo in strerror doc
Corinna Vinschen
- [newlib-cygwin] Fix typo in strerror doc
Corinna Vinschen
Last message date:
Fri Sep 23 17:49:00 GMT 2016
Archived on: Sun Mar 8 14:55:47 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).