Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4684 5382 d 7 h svoboda /trunk/ Even more warnings.  
4472 5442 d 10 h decky /trunk/uspace/lib/libc/ replace count_t with size_t
coding style
 
4312 5485 d 12 h decky /trunk/ fix of-by-one-character bug in str_chr() and str_rchr()  
4281 5492 d 9 h svoboda /trunk/ Forbid destination string buffers of size zero altogether as they most probably indicate programming error.  
4280 5492 d 10 h svoboda /trunk/uspace/lib/libc/ strcat() -> str_append().  
4279 5492 d 10 h svoboda /trunk/uspace/ Nuke strncmp().  
4268 5496 d 21 h svoboda /trunk/uspace/ str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().  
4266 5497 d 6 h svoboda /trunk/uspace/ strdup() -> str_dup()  
4265 5497 d 7 h svoboda /trunk/uspace/ Nuke strchr() and strrchr().  
4264 5497 d 8 h svoboda /trunk/uspace/ Nuke strcpy() and strcmp().  
4234 5502 d 7 h svoboda /trunk/ Copy printf with Unicode support to userspace.  
4226 5503 d 8 h svoboda /trunk/ Character encoding/decoding un uspace. Partially fix klog application.  
3731 5604 d 9 h svoboda /trunk/uspace/lib/libc/ Separate memxxx() functions into mem.c.  
3730 5604 d 10 h svoboda /trunk/uspace/lib/libc/generic/ Replace BSD strtok() and strtok_r() with our own.  
3729 5604 d 12 h svoboda /trunk/uspace/lib/libc/generic/ Re-implement memmove(), which was totally broken.  
3728 5604 d 12 h svoboda /trunk/uspace/lib/libc/generic/ Faster memset() implementation in C library.  
3727 5604 d 13 h svoboda /trunk/uspace/lib/libc/generic/ Rewrite memcpy() in C library. Now copies congruent blocks fast, not just aligned blocks.  
3427 5702 d 19 h post /trunk/uspace/lib/libc/ Added strtok() and strtok_r() to userspace libc  
3274 5739 d 13 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 5739 d 20 h jermar /trunk/uspace/lib/libc/ Add tolower() and stricmp().  

Show All