.. |
Base64.cpp
|
libluna: Fix off-by-one size calculation in Base64::decode_string()
|
2023-08-24 12:06:01 +02:00 |
Bitmap.cpp
|
libluna: Document Bitmap
|
2023-08-23 13:50:45 +02:00 |
Buffer.cpp
|
libluna: Add assignment operators to Buffer
|
2023-09-20 07:05:49 +02:00 |
CPath.cpp
|
libluna: Document CircularQueue, CPath and CRC32
|
2023-08-26 12:33:12 +02:00 |
CppABI.cpp
|
libluna: Document CString, CType and DebugLog
|
2023-08-26 12:43:44 +02:00 |
CRC32.cpp
|
libluna: Document CircularQueue, CPath and CRC32
|
2023-08-26 12:33:12 +02:00 |
CString.cpp
|
libluna: Fix memmove when dest > src
|
2024-02-11 17:08:36 +01:00 |
DebugLog.cpp
|
libluna: Document CString, CType and DebugLog
|
2023-08-26 12:43:44 +02:00 |
EscapeSequence.cpp
|
libluna+kernel: Basic ANSI escape sequences
|
2023-09-02 19:35:42 +02:00 |
Format.cpp
|
libluna: Document Format
|
2023-08-26 12:59:22 +02:00 |
Hash.cpp
|
libluna: Document Hash.h
|
2023-08-26 20:31:16 +02:00 |
Heap.cpp
|
libluna: Document Heap.h
|
2023-08-28 12:20:42 +02:00 |
ImplPOSIX.cpp
|
libluna: Document Ignore.h and ImplPOSIX.cpp
|
2023-08-27 20:50:53 +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 a variant of PathParser::join() for relative paths
|
2023-07-02 16:38:12 +02:00 |
Scanf.cpp
|
libc+libluna: Move the scanf implementation from libc to libluna
|
2023-09-02 15:48:58 +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: Fix String::from_string_view construction for inline strings
|
2024-02-11 17:09:37 +01:00 |
StringBuilder.cpp
|
kernel+libos+libluna: Avoid copying and reallocation when creating Strings
|
2023-07-02 19:30:25 +02:00 |
StringView.cpp
|
libluna: Fix comparison of StringViews without null termination
|
2023-07-25 17:25:18 +02:00 |
SystemError.cpp
|
libluna: Add a bunch more errno definitions
|
2023-08-11 17:59:41 +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 |