Age | Commit message (Expand) | Author |
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 |
2011-03-03 | strcpy: remove unneeded includes from the generic version | Peter S. Mazinger |
2010-12-14 | sh: fix memcpy saving/restoring FR12-FR15 registers | Giuseppe Cavallaro |
2010-11-10 | microblaze: optimized memcpy/memmove | Steven J. Magnani |
2010-09-15 | sh: update the memcpy adding a new loop with aggressive prefetching | Salvatore Cro |
2010-09-15 | sh: move data without fetching cache block within the memset | Salvatore Cro |
2010-06-24 | use uniform form of C99 keywords | Bernhard Reutner-Fischer |
2010-06-14 | sh4: Fixes for SH-4 without an FPU | Carmelo Amoroso |
2010-06-04 | strverscmp: I forgot to export it | Denys Vlasenko |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-10 | libc_sh: Update memcpy to use the ENTRY macro | Carmelo Amoroso |
2009-12-19 | Merge commit 'origin/master' into nptl | Austin Foxley |
2009-12-19 | x86_64: fix multiple definition of chk functions | Austin Foxley |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-12-14 | sh: fix endianess and optimise the SH4 memcpy | Giuseppe Cavallaro |
2009-11-22 | sh: Add new optimisation to the SH4 memcpy | Austin Foxley |
2009-10-10 | drop __BCC__ cruft from string code | Mike Frysinger |
2009-09-19 | remove a few more empty #if/#endif pairs | Denys Vlasenko |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-09 | strsignal.c: whitespace fixes, no code changes (verified with objdump) | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-21 | libc/string/i386/string.h: fix -O0 build failure | Denys Vlasenko |
2009-07-20 | relocate i386 string.h to i386-specific dir | Mike Frysinger |
2009-07-14 | sh: Fix up optimized SH-4 memcpy on big endian. | Giuseppe Cavallaro |