summaryrefslogtreecommitdiffstats
path: root/libc/string/generic/mempcpy.c
Commit message (Collapse)AuthorAgeFilesLines
* ldso/ldso/mips/*: non-pic support from trunkDenis Vlasenko2008-12-231-2/+1
| | | | | | | | | | libc/string/*: small fixes sync from trunk test/regex/tst-regex2.c: small fixes sync from trunk libc/misc/time/time.c: optimization from trunk: text data bss dec hex filename - 854 24 0 878 36e libc/misc/time/_time_localtime_tzi.os + 818 16 0 834 342 libc/misc/time/_time_localtime_tzi.os
* fix build failures on i386Denis Vlasenko2008-12-231-2/+2
|
* libc_hidden_proto moved to string.hCarmelo Amoroso2008-06-191-3/+3
|
* Merge from trunk."Steven J. Hill"2006-08-231-0/+2
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-4/+6
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-2/+0
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-1/+1
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-3/+3
|
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-021-0/+18
Port the generic optimized string funcs from glibc, with some tweaks to cut their size a little. The main change is making memmove call memcpy for forward copying to trim redundant code. Make use of both the generic and arch-specific speed-optimized string funcs configurable. Arch-specific take precedence over generic, and generic takes precedence over basic size-optimized uClibc funcs.