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
Age
Commit message (
Expand
)
Author
2021-10-22
LibC: Fix up mblen
Tim Schumacher
2021-10-22
LibC: Fix up mbtowc
Tim Schumacher
2021-10-22
Tests: Add a unit test to ensure the /dev/mem device works correctly
Liav A
2021-10-21
LibC: Implement mbsnrtowcs
Tim Schumacher
2021-10-21
LibC: Implement wcsnrtombs
Tim Schumacher
2021-10-21
LibC: Implement mbrlen
Tim Schumacher
2021-10-20
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-17
Tests: Remove Clang workaround from TestSourceLocation
Daniel Bertalan
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint_int64() to ThrowCompletionOr
Idan Horowitz
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-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-10
AK: Implement a way to resolve relative paths lexically
Ben Wiederhake
2021-10-08
Tests: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-06
Tests: Disable LibThreading detach tests for now
Andreas Kling
2021-10-06
Tests: Add LibThreading to CMakeLists.txt
Junior Rantila
2021-10-06
LibELF: Fix dynamic linking of dlopen()-ed libs
Rodrigo Tobar
2021-10-04
LibSQL: Add an INSERT without column names test
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong number of values
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong data types
Mahmoud Mandour
2021-10-04
LibSQL: Check NoError individually in execution tests
Mahmoud Mandour
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-03
LibRegex: Use a match table for character classes
Ali Mohammad Pur
2021-10-03
LibJS: Add a specific test for invalid unicode characters in the lexer
davidot
2021-10-03
Tests: Add tests for mbrtowc
Tim Schumacher
2021-10-03
AK: Add a basic formatter for wchar_t
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-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-10-01
Tests: Fix typos
Nico Weber
2021-09-30
LibJS + test-js: Get results from the global object directly
davidot
2021-09-28
LibPthread: Add first test cases for RWlock
Rodrigo Tobar
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-21
AK: Introduce ability to default-initialize a Variant
Ben Wiederhake
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-19
Tests: Conform font tests to new font format
thankyouverycool
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
[next]