HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
lib
/
libc
/
generic
/
string.c
@ 4589
– Rev 4684
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4684
5569 d 7 h
svoboda
/trunk/
Even more warnings.
4472
5629 d 10 h
decky
/trunk/uspace/lib/libc/
replace count_t with size_t
coding style
4312
5672 d 12 h
decky
/trunk/
fix of-by-one-character bug in str_chr() and str_rchr()
4281
5679 d 10 h
svoboda
/trunk/
Forbid destination string buffers of size zero altogether as they most probably indicate programming error.
4280
5679 d 10 h
svoboda
/trunk/uspace/lib/libc/
strcat() -> str_append().
4279
5679 d 10 h
svoboda
/trunk/uspace/
Nuke strncmp().
4268
5683 d 21 h
svoboda
/trunk/uspace/
str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().
4266
5684 d 7 h
svoboda
/trunk/uspace/
strdup() -> str_dup()
4265
5684 d 8 h
svoboda
/trunk/uspace/
Nuke strchr() and strrchr().
4264
5684 d 8 h
svoboda
/trunk/uspace/
Nuke strcpy() and strcmp().
4234
5689 d 7 h
svoboda
/trunk/
Copy printf with Unicode support to userspace.
4226
5690 d 8 h
svoboda
/trunk/
Character encoding/decoding un uspace. Partially fix klog application.
3731
5791 d 9 h
svoboda
/trunk/uspace/lib/libc/
Separate memxxx() functions into mem.c.
3730
5791 d 10 h
svoboda
/trunk/uspace/lib/libc/generic/
Replace BSD strtok() and strtok_r() with our own.
3729
5791 d 12 h
svoboda
/trunk/uspace/lib/libc/generic/
Re-implement memmove(), which was totally broken.
3728
5791 d 12 h
svoboda
/trunk/uspace/lib/libc/generic/
Faster memset() implementation in C library.
3727
5791 d 13 h
svoboda
/trunk/uspace/lib/libc/generic/
Rewrite memcpy() in C library. Now copies congruent blocks fast, not just aligned blocks.
3427
5889 d 19 h
post
/trunk/uspace/lib/libc/
Added strtok() and strtok_r() to userspace libc
3274
5926 d 14 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
5926 d 20 h
jermar
/trunk/uspace/lib/libc/
Add tolower() and stricmp().
←Prev
1
2
Next→
Show All