]> Git Repo - uclibc-ng.git/history - libc/string
use uniform form of C99 keywords
[uclibc-ng.git] / libc / string /
2010-06-24 Bernhard Reutner... use uniform form of C99 keywords
2010-06-14 Carmelo Amorososh4: Fixes for SH-4 without an FPU
2010-06-04 Denys Vlasenkostrverscmp: I forgot to export it
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-10 Carmelo Amorosolibc_sh: Update memcpy to use the ENTRY macro
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-19 Austin Foxleyx86_64: fix multiple definition of chk functions
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-14 Giuseppe Cavallarosh: fix endianess and optimise the SH4 memcpy
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin Foxleysh: Add new optimisation to the SH4 memcpy
2009-10-10 Mike Frysingerdrop __BCC__ cruft from string code
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-08 Denys Vlasenkostrsignal.c: whitespace fixes, no code changes (verifie...
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-07-21 Denys Vlasenkolibc/string/i386/string.h: fix -O0 build failure
2009-07-20 Mike Frysingerrelocate i386 string.h to i386-specific dir
2009-07-14 Giuseppe Cavallarosh: Fix up optimized SH-4 memcpy on big endian.
2009-07-03 Mike FrysingerMerge branch 'master' of git://uclibc.org/uClibc
2009-07-01 Joseph MyersCorrect ARM memcpy comments.
2009-06-30 Joseph MyersFix Thumb-2 memcpy.
2009-04-23 Denis Vlasenkolibc/string/i386/memset.c: memset 1 byte at a time...
2009-02-13 Bernhard Reutner... - fix link failures coming from recently added, misplac...
2009-02-08 Denis Vlasenkoforgot to add libc/string/generic/strverscmp.c
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-20 Denis Vlasenkolibc/string/i386/rawmemchr.c: i386 version, adapted...
2008-12-20 Denis Vlasenkostring/i386/strncpy.c: fixlet for testing code
2008-12-20 Denis Vlasenkostring/i386/strncpy: faster i386 version (same code...
2008-12-19 Denis Vlasenkostrchr: a bit faster version for i386 (same code size)
2008-12-19 Denis Vlasenkomemmove: smaller one for i386, with added testing,...
2008-12-19 Denis Vlasenkostrncat: shorter version for i386, add small embedded...
2008-12-19 Denis Vlasenkostring/i386: smaller, and hopefully easier to read...
2008-12-17 Denis Vlasenkofix for build failures resulting from "string ops for...
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-12-17 Denis Vlasenkomemchr: smaller i386 version
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkostring/generic/memcmp.c: remove some really paranoid...
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-09 Denis Vlasenkosmaller memcpy
2008-12-04 Carmelo AmorosoGo deeper while cleaning string directory to remove
2008-11-26 Denis Vlasenkolibc/string: need additional work to remove libc_hidden...
2008-11-25 Carmelo AmorosoMake wcsxfrm visible also when LOCALE support is disabled.
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-31 Bernhard Reutner... - improve readability, no objcode changes.
2008-10-25 Khem RajUse C implementation of strncmp.
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-10-01 Carmelo AmorosoFix compilation problem whit the following config options:
2008-09-26 Peter KjellerstedtRebased the memcpy() and memset() implementations for...
2008-09-24 Bernhard Reutner... - silence warning about possibly undefined preprocessor...
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-09-13 Chris Zankelxtensa: The Xtensa-specific strcmp.S file is testing...
2008-09-09 Carmelo AmorosoAdd optimized memcpy implementation for sh4 (from Stuar...
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-11 Bernd SchmidtFix two more cases where a libc_hidden_proto was added...
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-02 Denis Vlasenkofix fallout from libc_hidden_proto removal
2008-06-01 Denis Vlasenkofix compile breakage in libc/string/wcscasecmp.c
2008-05-31 Denis Vlasenkofix fallout from string.h libc_hidden_proto removal
2008-05-30 Bernhard Reutner... - cannot really guarantee proper order, so play safe...
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-23 Denis Vlasenkoarm memcpy: fix the case when src=dst
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-24 Hans-Christian EgtvedtFix indentation of comment in AVR32 memmove assembler...
2008-04-16 Hans-Christian EgtvedtFix whitespace damage in AVR32 string assembler optimiz...
2008-04-15 Denis Vlasenkoamd64 string ops: use alignment more carefully, and...
2008-04-15 Denis Vlasenkoamd64 string ops: replace some instructions by smaller...
2008-03-26 Bernhard Reutner... Paul Brook writes:
2008-03-13 Haavard Skinnemoenavr32: Use HIDDEN_JUMPTARGET() macro in bzero.S
2008-03-13 Haavard SkinnemoenFrom: Geoffrey Wossum <[email protected]>
2008-02-20 Hans-Christian EgtvedtUse HIDDEN_JUMPTARGET define instead of __GI_ directly...
2008-01-09 Mike Frysingeradd workaround for gcc-3.4.6 with mips
2008-01-05 Mike FrysingerChris Zankel writes:
2007-12-22 Mike Frysingermark a bunch of public mem/str functions as weak so...
2007-11-21 Peter KjellerstedtAdded optimized versions of strcpy() and strncpy()...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-11-12 Ricard WanderlofCRIS/CRISv32 architecture specific memcpy, memmove...
next
This page took 0.148165 seconds and 7 git commands to generate.