Age | Commit message (Expand) | Author |
2017-08-20 | arc: Merge ARCv2 string routines in generic ARC .S files | Alexey Brodkin |
2017-02-01 | add experimental aarch64 support | Waldemar Brodkorb |
2017-01-22 | nds32: add NPTL/TLS, *context function, libm changes and code cleanup | Vincent Ren-Wei Chen |
2016-11-13 | ARC: string: handle gcc 6.x macro changes | Vineet Gupta |
2016-06-30 | nds32: add support for new architecture | Waldemar Brodkorb |
2016-06-19 | bugfix: ARM: memset.S: use unsigned comparisons | Lucian Cojocar |
2016-06-01 | remove MJN only debug messages | Waldemar Brodkorb |
2016-05-29 | mips: allow to disable prefetch support in memcpy/memset | Waldemar Brodkorb |
2016-02-03 | mips: fix build if threads are disabled | Waldemar Brodkorb |
2016-01-31 | mips64: fix memcpy, patch from glibc | Waldemar Brodkorb |
2015-12-22 | Replace MIPS specific memcpy.S/memset.S with version from glibc/newlib. | Steve Ellcey |
2015-12-22 | Use gcc's __builtin_mempcpy() as __mempcpy(), if possible | Waldemar Brodkorb |
2015-12-05 | remove sh64 support | Waldemar Brodkorb |
2015-10-08 | xtensa: support call0 ABI | Max Filippov |
2015-07-22 | ARCv2: update memset() so it could be used without double load/stores | Claudiu Zissulescu |
2015-04-24 | merge uClibc changes | Waldemar Brodkorb |
2015-04-22 | arm: Add BX and BXC macros | Bernhard Reutner-Fischer |
2015-04-12 | remove more of the link_warnings | Waldemar Brodkorb |
2015-03-17 | libc: update strverscmp | Bernhard Reutner-Fischer |
2015-02-20 | ARCv2: optimised string routines | Vineet Gupta |
2015-02-20 | ARCv2 ISA support | Vineet Gupta |
2015-01-22 | libc: Avoid redundant setting of ENOMEM | Bernhard Reutner-Fischer |
2014-09-04 | sparc: remove sparc64/sparcv9 code | Waldemar Brodkorb |
2014-06-12 | arm: move check for BX to its own header | Yann E. MORIN |
2014-04-01 | xtensa: add missing .literal_position directives | Max Filippov |
2013-12-20 | string: Add ARC support | Joern Rennecke |
2013-03-14 | Add support for the Meta architecture | Markos Chandras |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-17 | string/microblaze: fix preprocessor style | Mike Frysinger |
2012-11-12 | string/microblaze: Fix for little-endian | Steve Bennett |
2012-06-15 | remove sysdep.h from arch specific string implementation | Peter S. Mazinger |
2012-06-15 | _collate.c: avoid initialization warning | Peter S. Mazinger |
2012-06-15 | memmove.c,strchrnul.c: use real name in libc_hidden_def | Peter S. Mazinger |
2012-06-15 | bcopy.c,bzero.c: include string.h instead of _string.h | Peter S. Mazinger |
2012-06-15 | dirname.c: include only what is needed | Peter S. Mazinger |
2012-06-15 | basename.c: define it correctly, use the proper header for each version | Peter S. Mazinger |
2012-06-15 | *_strerror_r.c: keep all occurences in sync with string.h | Peter S. Mazinger |
2012-06-15 | __xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | remove unneeded hiddens for rtime, basename, strtof* and wcstof* | Peter S. Mazinger |
2011-05-03 | string: remove unused variable | Bernhard Reutner-Fischer |
2011-03-10 | str[n]casecmp.c: fix hidden usage | Peter S. Mazinger |
2011-03-09 | remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | frv/memset.S: add missing libc_hidden_def | Peter S. Mazinger |
2011-03-09 | memmem.c, string.h: remove unused hidden memmem | Peter S. Mazinger |
2011-03-09 | _collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll* | Peter S. Mazinger |
2011-03-09 | wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpy | Peter S. Mazinger |
2011-03-09 | ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | guard *_chk() related stuff with UCLIBC_HAS_FORTIFY | Peter S. Mazinger |
2011-03-06 | simplify ffs* code | Peter S. Mazinger |
2011-03-05 | Implement ffsl and ffsll. | Bernd Schmidt |