2010-06-24 |
Bernhard Reutner... | use uniform form of C99 keywords |
tree | commitdiff |
2010-06-14 |
Carmelo Amoroso | sh4: Fixes for SH-4 without an FPU |
tree | commitdiff |
2010-06-04 |
Denys Vlasenko | strverscmp: I forgot to export it |
tree | commitdiff |
2010-04-23 |
Austin Foxley | Merge commit 'origin/master' into nptl |
tree | commitdiff |
2010-04-14 |
Austin Foxley | Merge commit 'origin/master' into nptl |
tree | commitdiff |
2010-04-12 |
Austin Foxley | Merge remote branch 'origin/master' into nptl |
tree | commitdiff |
2010-04-06 |
Austin Foxley | Merge commit 'origin/master' into nptl |
tree | commitdiff |
2010-04-02 |
Austin Foxley | Merge commit 'origin/master' into nptl |
tree | commitdiff |
2010-03-25 |
Bernhard Reutner... | prettify make clean |
tree | commitdiff |
2010-02-10 |
Carmelo Amoroso | libc_sh: Update memcpy to use the ENTRY macro |
tree | commitdiff |
2010-02-05 |
Austin Foxley | Merge commit 'origin/master' into nptl |
tree | commitdiff |
2010-02-01 |
Khem Raj | Merge commit 'origin/master' into nptl |
tree | commitdiff |
2010-01-25 |
Carmelo Amoroso | Merge branch 'master' into nptl |
tree | commitdiff |
2009-12-23 |
Austin Foxley | Merge remote branch 'origin/master' into nptl |
tree | commitdiff |
2009-12-19 |
Austin Foxley | Merge commit 'origin/master' into nptl |
tree | commitdiff |
2009-12-19 |
Austin Foxley | x86_64: fix multiple definition of chk functions |
tree | commitdiff |
2009-12-16 |
Carmelo Amoroso | build: Get rids of PIC macro using compiler flag __PIC_... |
tree | commitdiff |
2009-12-16 |
Carmelo Amoroso | build: Get rids of PIC macro using compiler flag __PIC_... |
tree | commitdiff |
2009-12-16 |
Austin Foxley | Merge remote branch 'origin/master' into nptl |
tree | commitdiff |
2009-12-14 |
Giuseppe Cavallaro | sh: fix endianess and optimise the SH4 memcpy |
tree | commitdiff |
2009-11-29 |
Austin Foxley | Merge remote branch 'origin/master' into nptl |
tree | commitdiff |
2009-11-23 |
Austin Foxley | Merge remote branch 'origin/master' into nptl_merge |
tree | commitdiff |
2009-11-22 |
Austin Foxley | sh: Add new optimisation to the SH4 memcpy |
tree | commitdiff |
2009-10-10 |
Mike Frysinger | drop __BCC__ cruft from string code |
tree | commitdiff |
2009-09-19 |
Denys Vlasenko | remove a few more empty #if/#endif pairs |
tree | commitdiff |
2009-09-18 |
Denys Vlasenko | convert // comments to /**/; remove empty #if/#endif... |
tree | commitdiff |
2009-09-18 |
Bernhard Reutner... | trim Experimentally off and uncommented hidden |
tree | commitdiff |
2009-09-08 |
Denys Vlasenko | strsignal.c: whitespace fixes, no code changes (verifie... |
tree | commitdiff |
2009-08-17 |
Bernhard Reutner... | support building out-of-tree |
tree | commitdiff |
2009-07-21 |
Denys Vlasenko | libc/string/i386/string.h: fix -O0 build failure |
tree | commitdiff |
2009-07-20 |
Mike Frysinger | relocate i386 string.h to i386-specific dir |
tree | commitdiff |
2009-07-14 |
Giuseppe Cavallaro | sh: Fix up optimized SH-4 memcpy on big endian. |
tree | commitdiff |
2009-07-03 |
Mike Frysinger | Merge branch 'master' of git://uclibc.org/uClibc |
tree | commitdiff |
2009-07-01 |
Joseph Myers | Correct ARM memcpy comments. |
tree | commitdiff |
2009-06-30 |
Joseph Myers | Fix Thumb-2 memcpy. |
tree | commitdiff |
2009-04-23 |
Denis Vlasenko | libc/string/i386/memset.c: memset 1 byte at a time... |
tree | commitdiff |
2009-02-13 |
Bernhard Reutner... | - fix link failures coming from recently added, misplac... |
tree | commitdiff |
2009-02-08 |
Denis Vlasenko | forgot to add libc/string/generic/strverscmp.c |
tree | commitdiff |
2009-01-21 |
Denis Vlasenko | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D... |
tree | commitdiff |
2008-12-29 |
Bernhard Reutner... | - expand SUSv3_LEGACY |
tree | commitdiff |
2008-12-20 |
Denis Vlasenko | libc/string/i386/rawmemchr.c: i386 version, adapted... |
tree | commitdiff |
2008-12-20 |
Denis Vlasenko | string/i386/strncpy.c: fixlet for testing code |
tree | commitdiff |
2008-12-20 |
Denis Vlasenko | string/i386/strncpy: faster i386 version (same code... |
tree | commitdiff |
2008-12-19 |
Denis Vlasenko | strchr: a bit faster version for i386 (same code size) |
tree | commitdiff |
2008-12-19 |
Denis Vlasenko | memmove: smaller one for i386, with added testing,... |
tree | commitdiff |
2008-12-19 |
Denis Vlasenko | strncat: shorter version for i386, add small embedded... |
tree | commitdiff |
2008-12-19 |
Denis Vlasenko | string/i386: smaller, and hopefully easier to read... |
tree | commitdiff |
2008-12-17 |
Denis Vlasenko | fix for build failures resulting from "string ops for... |
tree | commitdiff |
2008-12-17 |
Denis Vlasenko | since gcc -Os hates us and does not inline string ops, |
tree | commitdiff |
2008-12-17 |
Denis Vlasenko | memchr: smaller i386 version |
tree | commitdiff |
2008-12-13 |
Denis Vlasenko | Remove the rest of "bounded pointers" scaffolding.... |
tree | commitdiff |
2008-12-13 |
Denis Vlasenko | string/generic/memcmp.c: remove some really paranoid... |
tree | commitdiff |
2008-12-12 |
Denis Vlasenko | *: remove vestiges of gcc's "bounded pointers" feature, |
tree | commitdiff |
2008-12-09 |
Denis Vlasenko | smaller memcpy |
tree | commitdiff |
2008-12-04 |
Carmelo Amoroso | Go deeper while cleaning string directory to remove |
tree | commitdiff |
2008-11-26 |
Denis Vlasenko | libc/string: need additional work to remove libc_hidden... |
tree | commitdiff |
2008-11-25 |
Carmelo Amoroso | Make wcsxfrm visible also when LOCALE support is disabled. |
tree | commitdiff |
2008-11-20 |
Denis Vlasenko | Last portion of libc_hidden_proto removal. |
tree | commitdiff |
2008-11-20 |
Denis Vlasenko | next portion of libc_hidden_proto removal |
tree | commitdiff |
2008-11-18 |
Denis Vlasenko | libc_hidden_proto removal, a few more functions |
tree | commitdiff |
2008-11-18 |
Denis Vlasenko | libc_hidden_proto removal, just a few functions |
tree | commitdiff |
2008-11-07 |
Bernhard Reutner... | - less verbose make clean |
tree | commitdiff |
2008-10-31 |
Bernhard Reutner... | - improve readability, no objcode changes. |
tree | commitdiff |
2008-10-25 |
Khem Raj | Use C implementation of strncmp. |
tree | commitdiff |
2008-10-03 |
Bernhard Reutner... | - use c89-style comments |
tree | commitdiff |
2008-10-01 |
Carmelo Amoroso | Fix compilation problem whit the following config options: |
tree | commitdiff |
2008-09-26 |
Peter Kjellerstedt | Rebased the memcpy() and memset() implementations for... |
tree | commitdiff |
2008-09-24 |
Bernhard Reutner... | - silence warning about possibly undefined preprocessor... |
tree | commitdiff |
2008-09-15 |
Bernhard Reutner... | - commentary typo fix |
tree | commitdiff |
2008-09-13 |
Chris Zankel | xtensa: The Xtensa-specific strcmp.S file is testing... |
tree | commitdiff |
2008-09-09 |
Carmelo Amoroso | Add optimized memcpy implementation for sh4 (from Stuar... |
tree | commitdiff |
2008-09-09 |
Carmelo Amoroso | Fix some locale multibyte tests failures ad below: |
tree | commitdiff |
2008-07-23 |
Bernhard Reutner... | - trim any trailing whitespace |
tree | commitdiff |
2008-07-23 |
Bernhard Reutner... | - fix inline keyword |
tree | commitdiff |
2008-06-11 |
Bernd Schmidt | Fix two more cases where a libc_hidden_proto was added... |
tree | commitdiff |
2008-06-04 |
Bernd Schmidt | This fixes a problem with the move of libc_hidden_proto... |
tree | commitdiff |
2008-06-02 |
Denis Vlasenko | fix fallout from libc_hidden_proto removal |
tree | commitdiff |
2008-06-01 |
Denis Vlasenko | fix compile breakage in libc/string/wcscasecmp.c |
tree | commitdiff |
2008-05-31 |
Denis Vlasenko | fix fallout from string.h libc_hidden_proto removal |
tree | commitdiff |
2008-05-30 |
Bernhard Reutner... | - cannot really guarantee proper order, so play safe... |
tree | commitdiff |
2008-05-30 |
Bernhard Reutner... | - Avoid warning about undefined preprocessor token... |
tree | commitdiff |
2008-05-30 |
Bernhard Reutner... | - Avoid warning about undefined preprocessor token... |
tree | commitdiff |
2008-05-23 |
Denis Vlasenko | arm memcpy: fix the case when src=dst |
tree | commitdiff |
2008-05-20 |
Bernhard Reutner... | - remove old-style definitions. No object-code changes. |
tree | commitdiff |
2008-05-19 |
Denis Vlasenko | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL... |
tree | commitdiff |
2008-04-24 |
Bernhard Reutner... | - fixup asm. No object-code changes |
tree | commitdiff |
2008-04-24 |
Hans-Christian Egtvedt | Fix indentation of comment in AVR32 memmove assembler... |
tree | commitdiff |
2008-04-16 |
Hans-Christian Egtvedt | Fix whitespace damage in AVR32 string assembler optimiz... |
tree | commitdiff |
2008-04-15 |
Denis Vlasenko | amd64 string ops: use alignment more carefully, and... |
tree | commitdiff |
2008-04-15 |
Denis Vlasenko | amd64 string ops: replace some instructions by smaller... |
tree | commitdiff |
2008-03-26 |
Bernhard Reutner... | Paul Brook writes: |
tree | commitdiff |
2008-03-13 |
Haavard Skinnemoen | avr32: Use HIDDEN_JUMPTARGET() macro in bzero.S |
tree | commitdiff |
2008-03-13 |
Haavard Skinnemoen | From: Geoffrey Wossum <[email protected]> |
tree | commitdiff |
2008-02-20 |
Hans-Christian Egtvedt | Use HIDDEN_JUMPTARGET define instead of __GI_ directly... |
tree | commitdiff |
2008-01-09 |
Mike Frysinger | add workaround for gcc-3.4.6 with mips |
tree | commitdiff |
2008-01-05 |
Mike Frysinger | Chris Zankel writes: |
tree | commitdiff |
2007-12-22 |
Mike Frysinger | mark a bunch of public mem/str functions as weak so... |
tree | commitdiff |
2007-11-21 |
Peter Kjellerstedt | Added optimized versions of strcpy() and strncpy()... |
tree | commitdiff |
2007-11-16 |
Carmelo Amoroso | Added AVR32 support to uClibc. Signed-off-by: Hans... |
tree | commitdiff |
2007-11-12 |
Ricard Wanderlof | CRIS/CRISv32 architecture specific memcpy, memmove... |
tree | commitdiff |
next |