index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
string
Age
Commit message (
Expand
)
Author
2008-11-07
- less verbose make clean
Bernhard Reutner-Fischer
2008-10-31
- improve readability, no objcode changes.
Bernhard Reutner-Fischer
2008-10-25
Use C implementation of strncmp.
Khem Raj
2008-10-03
- use c89-style comments
Bernhard Reutner-Fischer
2008-10-01
Fix compilation problem whit the following config options:
Carmelo Amoroso
2008-09-26
Rebased the memcpy() and memset() implementations for CRIS on the versions
Peter Kjellerstedt
2008-09-24
- silence warning about possibly undefined preprocessor token
Bernhard Reutner-Fischer
2008-09-15
- commentary typo fix
Bernhard Reutner-Fischer
2008-09-13
xtensa: The Xtensa-specific strcmp.S file is testing the __UCLIBC_HAS_LOCALE_...
Chris Zankel
2008-09-09
Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelect...
Carmelo Amoroso
2008-09-09
Fix some locale multibyte tests failures ad below:
Carmelo Amoroso
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-06-11
Fix two more cases where a libc_hidden_proto was added to string.h while
Bernd Schmidt
2008-06-04
This fixes a problem with the move of libc_hidden_proto to string.h.
Bernd Schmidt
2008-06-02
fix fallout from libc_hidden_proto removal
Denis Vlasenko
2008-06-01
fix compile breakage in libc/string/wcscasecmp.c
Denis Vlasenko
2008-05-31
fix fallout from string.h libc_hidden_proto removal
Denis Vlasenko
2008-05-30
- cannot really guarantee proper order, so play safe and compile the problematic
Bernhard Reutner-Fischer
2008-05-30
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-30
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-23
arm memcpy: fix the case when src=dst
Denis Vlasenko
2008-05-20
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-04-24
- fixup asm. No object-code changes
Bernhard Reutner-Fischer
2008-04-24
Fix indentation of comment in AVR32 memmove assembler optimization file.
Hans-Christian Egtvedt
2008-04-16
Fix whitespace damage in AVR32 string assembler optimized functions.
Hans-Christian Egtvedt
2008-04-15
amd64 string ops: use alignment more carefully, and comment it.
Denis Vlasenko
2008-04-15
amd64 string ops: replace some instructions by smaller ones,
Denis Vlasenko
2008-03-26
Paul Brook writes:
Bernhard Reutner-Fischer
2008-03-13
avr32: Use HIDDEN_JUMPTARGET() macro in bzero.S
Haavard Skinnemoen
2008-03-13
From: Geoffrey Wossum <geoffrey@pager.net>
Haavard Skinnemoen
2008-02-20
Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 files
Hans-Christian Egtvedt
2008-01-09
add workaround for gcc-3.4.6 with mips
Mike Frysinger
2008-01-05
Chris Zankel writes:
Mike Frysinger
2007-12-22
mark a bunch of public mem/str functions as weak so that people who insist on...
Mike Frysinger
2007-11-21
Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32.
Peter Kjellerstedt
2007-11-16
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...
Carmelo Amoroso
2007-11-12
CRIS/CRISv32 architecture specific memcpy, memmove and memset.
Ricard Wanderlof
2007-09-15
pull from Blackfin repo: cleanup string funcs
Mike Frysinger
2007-09-15
Blue Swirl writes:
Mike Frysinger
2007-09-15
add strerror_r symbol alias as some autotool based packages simply use AC_CHE...
Mike Frysinger
2007-07-29
Remove stray code alignment (.align 16 and .align 4 directives)
Denis Vlasenko
2007-03-11
Patch from Al Stone to fix ia64:
Rob Landley
2007-02-08
pull in features.h so we have access to config defines
Mike Frysinger
2006-11-04
mips64 patch from Atsushi Nemoto:
Eric Andersen
2006-10-19
Make strdup() use memcpy() rather than strcpy() to duplicate the string.
Peter Kjellerstedt
2006-06-27
revert previous nops in strcmp as they are not needed here
Mike Frysinger
2006-06-27
blackfin needs NOPs after the loop end when the last statement in the loop is...
Mike Frysinger
2006-05-30
Qunying Pan writes: Make strncmp weak hidden to fix link failures in building...
Mike Frysinger
[next]