4684 |
5648 d 8 h |
svoboda |
/trunk/ |
Even more warnings. |
|
4472 |
5708 d 11 h |
decky |
/trunk/uspace/lib/libc/ |
replace count_t with size_t
coding style |
|
4312 |
5751 d 14 h |
decky |
/trunk/ |
fix of-by-one-character bug in str_chr() and str_rchr() |
|
4281 |
5758 d 11 h |
svoboda |
/trunk/ |
Forbid destination string buffers of size zero altogether as they most probably indicate programming error. |
|
4280 |
5758 d 11 h |
svoboda |
/trunk/uspace/lib/libc/ |
strcat() -> str_append(). |
|
4279 |
5758 d 12 h |
svoboda |
/trunk/uspace/ |
Nuke strncmp(). |
|
4268 |
5762 d 23 h |
svoboda |
/trunk/uspace/ |
str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy(). |
|
4266 |
5763 d 8 h |
svoboda |
/trunk/uspace/ |
strdup() -> str_dup() |
|
4265 |
5763 d 9 h |
svoboda |
/trunk/uspace/ |
Nuke strchr() and strrchr(). |
|
4264 |
5763 d 9 h |
svoboda |
/trunk/uspace/ |
Nuke strcpy() and strcmp(). |
|
4234 |
5768 d 9 h |
svoboda |
/trunk/ |
Copy printf with Unicode support to userspace. |
|
4226 |
5769 d 10 h |
svoboda |
/trunk/ |
Character encoding/decoding un uspace. Partially fix klog application. |
|
3731 |
5870 d 11 h |
svoboda |
/trunk/uspace/lib/libc/ |
Separate memxxx() functions into mem.c. |
|
3730 |
5870 d 12 h |
svoboda |
/trunk/uspace/lib/libc/generic/ |
Replace BSD strtok() and strtok_r() with our own. |
|
3729 |
5870 d 14 h |
svoboda |
/trunk/uspace/lib/libc/generic/ |
Re-implement memmove(), which was totally broken. |
|
3728 |
5870 d 14 h |
svoboda |
/trunk/uspace/lib/libc/generic/ |
Faster memset() implementation in C library. |
|
3727 |
5870 d 15 h |
svoboda |
/trunk/uspace/lib/libc/generic/ |
Rewrite memcpy() in C library. Now copies congruent blocks fast, not just aligned blocks. |
|
3427 |
5968 d 21 h |
post |
/trunk/uspace/lib/libc/ |
Added strtok() and strtok_r() to userspace libc |
|
3274 |
6005 d 15 h |
jermar |
/trunk/ |
memcpy(), memmove() and similar functions return dst instead of src.
Fix all implementations, including those in assembly. ppc32 assembly
version didn't seem to be affected by this. |
|
3271 |
6005 d 21 h |
jermar |
/trunk/uspace/lib/libc/ |
Add tolower() and stricmp(). |
|