Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid use of "register" as optimization hint. | Joseph Myers | 2013-06-07 | 11 | -23/+23 |
| | |||||
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | Sort Versions files | Andreas Jaeger | 2013-02-17 | 1 | -4/+4 |
| | |||||
* | Remove __GNUC__ conditions for "long long" from string.h and wchar.h. | Joseph Myers | 2013-01-10 | 1 | -4/+4 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 88 | -93/+88 |
| | |||||
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -2/+1 |
| | |||||
* | Add wcsmbs IFUNC tests | H.J. Lu | 2012-10-19 | 7 | -0/+122 |
| | |||||
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 1 | -3/+2 |
| | |||||
* | tests: move -D_FORTIFY_SOURCE to CPPFLAGS | Mike Frysinger | 2012-05-31 | 1 | -1/+1 |
| | | | | | | | | | The -D_FORTIFY_SOURCE flags are being added to the test-specific CFLAGS values when they should be the test-specific CPPFLAGS values. Otherwise the values don't override the user-specified CPPFLAGS and might end up breaking the tests. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | [BZ #13691], Revert breakage of iconv() converter for TCVN-5712. | Andreas Jaeger | 2012-05-21 | 2 | -85/+1 |
| | | | | | | | | | | | | | | | | | | * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider inptr and inend for must_buffer_ch. * wcsmbs/tst-mbsnrtowcs.c: Remove file. * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs. * stdio-common/Makefile (tests): Remove bug15. (bug15-ENV): Remove macro. * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. localedata: * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1. * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list. (tests): Remove tst-strptime. | ||||
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 3 | -28/+28 |
| | |||||
* | Fix a bug when converting strings with 1 character using TCVN5712-1 | Tulio Magno Quites Machado Filho | 2012-03-30 | 2 | -1/+85 |
| | | | | | | | | | | | It isn't necessary to buffer the last character of strings. This can cause a bug with strings that have 1 character between 0x0041 and 0x01b0. [BZ #13691] * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings with only 1 character between 0x0041 and 0x01b0. * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs. * wcsmbs/tst-mbsnrtowcs.c: New file. | ||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -1/+0 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 82 | -246/+164 |
| | |||||
* | Use newly built locales for tst-c16c32-1. | Joseph Myers | 2012-01-24 | 1 | -0/+1 |
| | |||||
* | Fix version check in uchar.h | Ulrich Drepper | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify char16_t implementation | Ulrich Drepper | 2012-01-08 | 5 | -228/+43 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 3 | -174/+174 |
| | | | | No more __const. | ||||
* | More char16_t and char32_t support | Ulrich Drepper | 2012-01-07 | 6 | -53/+241 |
| | | | | It works now for UTF-8 locales | ||||
* | Fix C11 header changes for C++. | Joseph Myers | 2012-01-06 | 1 | -2/+2 |
| | |||||
* | Typo in test for C11-capable compiler | Ulrich Drepper | 2012-01-03 | 2 | -4/+4 |
| | |||||
* | Add uchar.h support, part 1 | Ulrich Drepper | 2012-01-01 | 10 | -13/+363 |
| | | | | c16 support for locales other than the C locale is still missing. | ||||
* | Start of uchar.h work | Ulrich Drepper | 2012-01-01 | 2 | -1/+77 |
| | |||||
* | Add missing restrict in mbrtowc declaration | Ulrich Drepper | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 2011-12-17 | 1 | -1/+4 |
| | |||||
* | Add tests for wcsrchr and wcscpy | Ulrich Drepper | 2011-12-17 | 3 | -1/+5 |
| | |||||
* | Use correct signedness in default implementations of wcscmp and wmemcmp | Andreas Schwab | 2011-10-25 | 2 | -20/+20 |
| | |||||
* | Fix lost wcslen symbol | Andreas Schwab | 2011-10-24 | 1 | -3/+3 |
| | |||||
* | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 2011-10-23 | 1 | -3/+8 |
| | |||||
* | Add wcschr test cases | Liubov Dmitrieva | 2011-10-23 | 2 | -1/+3 |
| | |||||
* | Add wcslen test cases | Liubov Dmitrieva | 2011-10-23 | 2 | -1/+3 |
| | |||||
* | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 2011-10-23 | 1 | -2/+2 |
| | |||||
* | Fix lost wmemcmp symbol | Andreas Schwab | 2011-10-15 | 1 | -2/+2 |
| | |||||
* | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 2011-10-15 | 1 | -9/+12 |
| | |||||
* | Move wide char tests to wcsmbs directory | Ulrich Drepper | 2011-09-08 | 3 | -2/+7 |
| | |||||
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -2/+5 |
| | |||||
* | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper | 2011-04-01 | 1 | -2/+2 |
| | |||||
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 1 | -5/+5 |
| | |||||
* | Remove __restrict quals from wmemcmp prototype. | Jakub Jelinek | 2011-03-10 | 1 | -2/+1 |
| | |||||
* | Declare wcpcpy and wcpncpy only under _GNU_SOURCE | Andreas Schwab | 2010-12-10 | 1 | -2/+0 |
| | |||||
* | Fix use of restrict in wchar.h | Andreas Schwab | 2010-12-10 | 2 | -22/+28 |
| | |||||
* | Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp | Ulrich Drepper | 2010-10-03 | 1 | -0/+2 |
| | |||||
* | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 2010-06-14 | 1 | -8/+8 |
| | | | | This patch fixes some cases which fail to parse with C++. | ||||
* | Unify wint_t handling in wchar.h and wctype.h. | Ulrich Drepper | 2010-03-24 | 1 | -8/+8 |
| | | | | Fix a few typos in the process. | ||||
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 2 | -8/+8 |
| | | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | ||||
* | Remove redundant .gitignore files. | Andreas Schwab | 2009-05-16 | 1 | -6/+0 |
| | |||||
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
| | |||||
* | * wcsmbs/wcsatcliff.c (MEMCHR): Define. | Ulrich Drepper | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs, wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l. * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from 200112L to 200809L. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT entries. * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT. * posix/unistd.h: fexecve is in POSIX 2008. * time/time.h: strftime_l is in POSIX 2008. * io/sys/stat.h: futimens is in POSIX 2008. * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008. * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal, strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008. * stdlib/stdlib.h: mkdtemp is in POSIX 2008. | ||||
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2009-01-29 | 1 | -0/+51 |
| | | | | | | | * string.h: Define correct C++ prototypes for gcc 4.4. * wchar.h: Likewise. 2009-01-29 Ulrich Drepper <drepper@redhat.com> |