index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
string.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-09
LibC: Add explicit_bzero()
Andreas Kling
2021-01-09
LibC: Move bzero() and bcopy() per Dr. POSIX
Andreas Kling
2020-11-14
LibC: strtok_r() should not go past the last token
Andreas Kling
2020-11-14
LibC: Fix OOB access in strerror() with invalid input
Andreas Kling
2020-11-01
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
Andreas Kling
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-09-27
LibC: Add EPFNOSUPPORT error number
Luke
2020-08-24
LibC: Implement strlcpy
Ben Wiederhake
2020-08-24
LibC: Stub and test strlcpy
Ben Wiederhake
2020-08-24
LibC: Prevent slowness and overrun in strdup/strndup
Ben Wiederhake
2020-08-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
2020-07-27
AK+LibC: Always use REP MOVSB/STOSB for memcpy()/memset()
Andreas Kling
2020-02-22
LibC: Implement strchrnul()
Shannon Booth
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
LibC: Add strnlen()
Andreas Kling
2019-12-27
LibC: Remove some functions we had two of
Andreas Kling
2019-12-15
Kernel+FileManager: Disallow watch_file() in unsupported file systems
Andreas Kling
2019-11-10
LibC: Add strtok_r() and make strtok() a wrapper around it
Andreas Kling
2019-10-17
LibC: Better strtok implementation (string.h)
Jonah Alligood
2019-10-17
LibC: strtok is now implemented (string.h)
Jonah Alligood
2019-10-17
LibC: sys_errlist should be const char* const
Andreas Kling
2019-07-29
Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.
Andreas Kling
2019-07-09
LibC: Provide generic versions of memcpy() and memset() for non-i386 builds.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling