Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-072008-07-07 Hans-Peter Nilsson <hp@axis.com>Jeff Johnston
* libc/machine/mips/strncpy.c: Include stdint.h to get uintptr_t. (strncpy): Cast src to uintptr_t before checking alignment with "&".
2008-07-022008-07-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/machine/mips/strncpy.c (strncpy): Fix logic so unaligned source data is taken care of before loop unrolling.
2002-03-11Add MIPS specific string/memory functionsMichael Meissner