.. |
Base64.cpp
|
libluna: Add the clear_data() method to Vector and use it to optimize Base64::decode
|
2023-06-18 19:24:26 +02:00 |
Bitmap.cpp
|
libluna: Stop checking initialization status on every bitmap method call
|
2023-06-18 19:28:28 +02:00 |
Buffer.cpp
|
libluna: Add/remove some const qualifiers
|
2023-04-07 11:52:20 +02:00 |
CPath.cpp
|
dirname: Parse one-character paths properly
|
2023-04-16 11:25:47 +02:00 |
CppABI.cpp
|
libos+apps: Add some missing functionality to File and eliminate any trace of C from cat and edit
|
2023-04-13 17:31:21 +02:00 |
CRC32.cpp
|
kernel: Add GUID partition table support
|
2023-06-17 12:03:37 +02:00 |
CString.cpp
|
libluna+libc: Add strtok_r()
|
2023-05-20 16:37:07 +02:00 |
DebugLog.cpp
|
luna -> libluna
|
2023-02-27 15:22:39 +01:00 |
Format.cpp
|
libluna: Do not fault if vstring_format() is called with buf=nullptr
|
2023-06-19 10:44:33 +02:00 |
Hash.cpp
|
libluna: Add HashTable
|
2023-06-15 15:50:04 +02:00 |
Heap.cpp
|
libluna: Allow callers to optimize heap allocations by telling us they won't resize the returned memory
|
2023-04-27 17:36:25 +02:00 |
ImplPOSIX.cpp
|
libc+libluna: Move libluna hooks out of libc and into a central place in libluna
|
2023-06-03 11:18:52 +02:00 |
NumberParsing.cpp
|
libluna: Allow passing a base to scan_(un)signed_integer()
|
2023-06-19 00:58:02 +02:00 |
PathParser.cpp
|
libluna: Add PathParser::has_next()
|
2023-05-20 16:39:18 +02:00 |
Sort.cpp
|
libluna: Do not sort empty arrays; avoids a segfault
|
2023-06-03 11:55:46 +02:00 |
Spinlock.cpp
|
luna -> libluna
|
2023-02-27 15:22:39 +01:00 |
Stack.cpp
|
kernel: Make sure the stack is 16-byte aligned on program startup
|
2023-06-19 10:41:32 +02:00 |
String.cpp
|
libluna: Let String::join take a vector of StringViews instead of Strings
|
2023-05-20 12:46:33 +02:00 |
StringBuilder.cpp
|
libos+apps: Add some missing functionality to File and eliminate any trace of C from cat and edit
|
2023-04-13 17:31:21 +02:00 |
StringView.cpp
|
libos: Make long value arguments use '=' and make value arguments' values always required
|
2023-06-17 20:58:54 +02:00 |
SystemError.cpp
|
libluna: Remove EFIXME and make others declare error_string() and error_name()
|
2023-05-02 10:51:53 +02:00 |
TarStream.cpp
|
kernel+tools: Allow loading files with different owners + add a more dynamic install script
|
2023-05-06 12:11:35 +02:00 |
UBSAN.cpp
|
UBSAN: Add __ubsan_handle_nonnull_arg
|
2023-04-07 11:53:19 +02:00 |
Units.cpp
|
libluna: Add more options to to_dynamic_unit()
|
2023-05-13 12:01:09 +02:00 |
Utf8.cpp
|
libluna: Simplify the API for Utf8StateDecoder by splitting it into multiple methods
|
2023-06-18 18:38:01 +02:00 |