index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibC
Age
Commit message (
Expand
)
Author
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-15
LibC: Implement mbsrtowcs
Tim Schumacher
2021-10-15
LibC: Implement wcsrtombs
Tim Schumacher
2021-10-15
LibC: Implement wcrtomb
Daniel Bertalan
2021-10-15
LibC: Implement twalk
Tim Schumacher
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-03
Tests: Add tests for mbrtowc
Tim Schumacher
2021-10-03
Tests: Add a test for mbsinit
Tim Schumacher
2021-10-03
LibC: Implement wmemmove
Tim Schumacher
2021-10-03
LibC: Implement wmemset
Tim Schumacher
2021-10-03
LibC: Implement wmemcpy
Tim Schumacher
2021-10-03
LibC: Implement wmemchr
Tim Schumacher
2021-10-03
LibC: Implement wcsstr
Tim Schumacher
2021-10-03
LibC: Implement wcspbrk
Tim Schumacher
2021-09-18
LibC: Primitively implement wcscoll
Tim Schumacher
2021-09-17
LibC: Implement towctrans
Tim Schumacher
2021-09-17
LibC: Implement iswctype
Tim Schumacher
2021-09-17
LibC: Implement wctrans
Tim Schumacher
2021-09-17
LibC: Implement wctype
Tim Schumacher
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
Tests: Reduce the execution time of the LibC TestQSort test
Brian Gianforcaro
2021-09-01
Tests: Convert remaining LibC tests to LibTest
Andrew Kaster
2021-08-26
Tests: Test setjmp/sigsetjmp LibC functions
Jean-Baptiste Boric
2021-07-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-07
Tests: Build all tests on x86_64
Gunnar Beutner
2021-07-06
Tests+Base: Convert stack-smash to be LibTest based and stop skipping it
Andrew Kaster
2021-05-25
LibC: Implement strerror_r()
Gunnar Beutner
2021-05-19
Tests: static vs non-static constexpr variables
Lenny Maiorani
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-12
Tests: Add InodeWatcher and FileWatcher tests
sin-ack
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-05-11
LibC: strtod accuracy tests no longer need to skip
Ben Wiederhake
2020-05-11
LibC: Demonstrate strtod inaccuracy
Ben Wiederhake
2020-02-01
LibC: The exec() family of functions should not search "." by default
Andreas Kling