| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* libc/machine/spu/strcpy.h: Add missing header.
* libc/machine/spu/spu_timer_slih.c: Remove unused Variable.
* libm/machine/spu/headers/lgammaf4.h: Add type cast.
|
|
|
|
| |
* libc/machine/spu/strcpy.h: Fix error in previous patch.
|
|
|
|
| |
* libc/machine/spu/strcpy.h: Pad null bytes if necessary.
|
|
* libc/machine/spu/straddr.h: New file, supplies _straddr.
* libc/machine/spu/strcat.c: Use _straddr and _strcpy.
* libc/machine/spu/strcpy.c: Use _strcpy.
* libc/machine/spu/strcpy.h: Supply _strcpy for optimized SPU
str[n]cpy and str[n]cat.
* libc/machine/spu/strncat.c: Use _straddr and _strcpy.
* libc/machine/spu/strncpy.c: Use _strcpy.
|