Subversion Repositories HelenOS

Rev

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

Filtering Options

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

Show All