summaryrefslogtreecommitdiff
path: root/libc/string
AgeCommit message (Expand)Author
2024-03-12add explicit_bzero from muslWaldemar Brodkorb
2024-02-20Remove duplicate semicolonsMarcus Haehnel
2023-11-10arc: remove read ahead in asm strcmp code for ARCHSPavel Kozlov
2023-09-14kvx: fix asm syntaxPaul Iannetta
2022-12-07uclibc-ng: fix overflow warning when compiling string/strchr in ILP32 mode on...Evgeniy Manachkin
2022-10-14arc: add optimized string functions for ARCv3Pavel Kozlov
2022-04-13Fix bug in ARM memset implementationTom Bannink
2020-10-02kvx: add support for kvx arch to uClibc-ngYann Sionneau
2020-09-22Fix warning due to unused variable in strlenYann Sionneau
2019-07-05mips: avoid calling memcpy() from memmove() for MIPS archPetar Jovanovic
2019-05-27mips: fix memmove() call when __ARCH_HAS_BWD_MEMCPY__ is not definedPetar Jovanovic
2019-05-13xtensa: don't use l32r opcode explicitlyMax Filippov
2018-03-22hppa: fix runtime issuesWaldemar Brodkorb
2018-01-15xtensa: fix strcmpMax Filippov
2017-12-28csky: add Copyright.Guo Ren
2017-11-25fix regression from a745c4bfc8a9b5db4e48387170da0dc1d39e3abeWaldemar Brodkorb
2017-11-19csky: port to uclibc-ngGuo Ren
2017-11-19remove unused FORTIFY code fragmentsWaldemar Brodkorb
2017-08-20arc: Merge ARCv2 string routines in generic ARC .S filesAlexey Brodkin
2017-02-01add experimental aarch64 supportWaldemar Brodkorb
2017-01-22nds32: add NPTL/TLS, *context function, libm changes and code cleanupVincent Ren-Wei Chen
2016-11-13ARC: string: handle gcc 6.x macro changesVineet Gupta
2016-06-30nds32: add support for new architectureWaldemar Brodkorb
2016-06-19bugfix: ARM: memset.S: use unsigned comparisonsLucian Cojocar
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2016-05-29mips: allow to disable prefetch support in memcpy/memsetWaldemar Brodkorb
2016-02-03mips: fix build if threads are disabledWaldemar Brodkorb
2016-01-31mips64: fix memcpy, patch from glibcWaldemar Brodkorb
2015-12-22Replace MIPS specific memcpy.S/memset.S with version from glibc/newlib.Steve Ellcey
2015-12-22Use gcc's __builtin_mempcpy() as __mempcpy(), if possibleWaldemar Brodkorb
2015-12-05remove sh64 supportWaldemar Brodkorb
2015-10-08xtensa: support call0 ABIMax Filippov
2015-07-22ARCv2: update memset() so it could be used without double load/storesClaudiu Zissulescu
2015-04-24merge uClibc changesWaldemar Brodkorb
2015-04-22arm: Add BX and BXC macrosBernhard Reutner-Fischer
2015-04-12remove more of the link_warningsWaldemar Brodkorb
2015-03-17libc: update strverscmpBernhard Reutner-Fischer
2015-02-20ARCv2: optimised string routinesVineet Gupta
2015-02-20ARCv2 ISA supportVineet Gupta
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb
2014-06-12arm: move check for BX to its own headerYann E. MORIN
2014-04-01xtensa: add missing .literal_position directivesMax Filippov
2013-12-20string: Add ARC supportJoern Rennecke
2013-03-14Add support for the Meta architectureMarkos Chandras
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-17string/microblaze: fix preprocessor styleMike Frysinger
2012-11-12string/microblaze: Fix for little-endianSteve Bennett
2012-06-15remove sysdep.h from arch specific string implementationPeter S. Mazinger
2012-06-15_collate.c: avoid initialization warningPeter S. Mazinger