about summary refs log tree commit diff
path: root/wcsmbs
Commit message (Expand)AuthorAgeFilesLines
* Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2018-06-152-1/+25
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-163-3/+3
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-132-1/+115
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-213-5/+4
* Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers2018-02-073-13/+37
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01100-100/+100
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-20/+20
* Add _Float32 function aliases.Joseph Myers2017-12-071-3/+3
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-061-0/+4
* Add _Float64x function aliases.Joseph Myers2017-11-271-0/+4
* Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers2017-11-241-0/+7
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-161-1/+2
* Declare wcstof functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-021-1/+68
* Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-0110-31/+0
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-3/+6
* iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer2017-08-312-12/+5
* gconv: Consistently mangle NULL function pointers [BZ #22025]Patsy Franklin2017-08-291-4/+4
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-2014-26/+26
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-207-27/+12
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-122-0/+17
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-086-100/+85
* Do not use wildcard symbol names for public versions in Versions files.Joseph Myers2017-04-201-1/+4
* Update wcsmbs tests to use the support test driverWainer dos Santos Moschetta2017-04-048-16/+8
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-163-57/+0
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+1
* Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers2017-01-111-0/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01100-100/+100
* Add tst-wcstod-roundPaul E. Murphy2016-08-192-0/+34
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0499-99/+99
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-247-9/+77
* Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers2015-11-242-1/+29
* Fix strtol in Turkish locales (bug 19242).Joseph Myers2015-11-232-2/+29
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-202-15/+4
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-204-23/+7
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1629-96/+29
* Remove -fexceptions configure test.Joseph Myers2015-10-151-4/+4
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-122-1/+14
* strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589).Carlos O'Donell2015-10-081-1/+0
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* S390: Optimize wmemset.Stefan Liebler2015-08-263-1/+24
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-263-1/+25
* S390: Optimize strcspn and wcscspn.Stefan Liebler2015-08-263-1/+25
* S390: Optimize strpbrk and wcspbrk.Stefan Liebler2015-08-263-1/+24
* S390: Optimize strspn and wcsspn.Stefan Liebler2015-08-263-1/+24
* S390: Optimize strchrnul and wcschrnul.Stefan Liebler2015-08-263-1/+26
* S390: Optimize strncmp and wcsncmp.Stefan Liebler2015-08-261-1/+4
* S390: Optimize strncat wcsncat.Stefan Liebler2015-08-263-2/+25
* S390: Optimize strcat and wcscat.Stefan Liebler2015-08-263-1/+26
* S390: Optimize stpncpy and wcpncpy.Stefan Liebler2015-08-263-1/+26