Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff
2019-08-14memmem.c and strstr.c: do not require -std=c99Giacomo Tesio
2019-01-14update to Unicode 11.0Thomas Wolff
2019-01-01Improve performance of memmemWilco Dijkstra
2018-10-18Improve performance of strstrWilco Dijkstra
2018-09-05Improve strstr performance of short needlesWilco Dijkstra
2018-08-29Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard
2018-03-14fix/enhance Unicode table generation scriptsThomas Wolff
2018-03-12width data generationThomas Wolff
2018-03-12use generated width dataThomas Wolff
2018-03-12generated width data, Unicode 10.0Thomas Wolff
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz
2018-01-17ansification: remove _PTRYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01string: remove TRAD_SYNOPSISYaakov Selkowitz
2017-11-30string: add wmempcpyYaakov Selkowitz
2017-09-19Fix warnings and documentation in strnstr.cSebastian Huber
2017-08-30newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.defCorinna Vinschen
2017-08-30newlib: strnstr: drop traditional synopisisCorinna Vinschen
2017-08-30Add man page entry for strnstr.c.Sichen Zhao
2017-08-30Modify strnstr.c.Sichen Zhao
2017-08-25newlib: rebuild string/Makefile.inCorinna Vinschen
2017-08-25Port strnstr.c to newlib.Sichen Zhao
2017-08-25Import strnstr.c from FreeBSD.Sichen Zhao
2017-07-05Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber
2017-07-05Implement bzero() via memset()Sebastian Huber
2017-06-19string: fix strverscmp doc inclusionYaakov Selkowitz
2017-06-19string: add strverscmpYaakov Selkowitz
2017-03-15libc/string/strsignal.c: Use of || not && lead to dead code.Joel Sherrill
2017-01-16Add missing headers to fix implicit function defnsPat Pannuto
2016-12-23Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston
2016-08-31Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen
2016-08-23strerror_l: Fix copy-and-paste typoEric Blake
2016-08-23Mention strerror_l in libc/string/strings.texCorinna Vinschen
2016-08-23Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen
2016-08-21Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen
2016-07-04Regenerate newlib MakefilesJon Turney
2016-03-18Add timingsafe_memcmp()Sebastian Huber
2016-03-18Add timingsafe_bcmp()Sebastian Huber
2016-03-18Add explicit_bzero()Sebastian Huber
2016-02-12Fix compile with GCC 5 -WerrorYaakov Selkowitz
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-11-03Add missing semicolons to prototypes.Jeff Johnston
2015-06-29Regenerate Makefile.inJon TURNEY