summaryrefslogtreecommitdiffstats
path: root/libc/string/mips/sysdep.h
Commit message (Collapse)AuthorAgeFilesLines
* libc_hidden_proto moved to string.hCarmelo Amoroso2008-06-191-1/+1
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-0/+45
|
* Clean up the 'sysdep.h' header chain. Other architectures will have their ↵"Steven J. Hill"2006-02-051-46/+0
| | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it.
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-6/+1
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
|
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-021-0/+51
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.