Luna/luna/src
apio 00ee8314b3
luna: Make Utf8String{De,En}coders return the number of bytes written
This means we can avoid a call to code_points() in mbstowcs(),
which would parse a string twice.
2023-01-14 11:55:19 +01:00
..
Bitmap.cpp Bitmap: Add find_region() and find_and_toggle_region() 2023-01-13 18:55:31 +01:00
Check.cpp luna: Make check() and expect() output errors in userspace 2023-01-10 19:02:16 +01:00
CString.cpp libc: Add malloc(), calloc(), realloc() and free() 2023-01-13 20:00:20 +01:00
DebugLog.cpp Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Format.cpp Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Heap.cpp libc: Add malloc(), calloc(), realloc() and free() 2023-01-13 20:00:20 +01:00
NumberParsing.cpp Refactor NumberParsing.cpp + a lot of comments 2022-12-17 15:00:19 +01:00
OwnedStringView.cpp libc: Add malloc(), calloc(), realloc() and free() 2023-01-13 20:00:20 +01:00
Stack.cpp luna, kernel: More constness 2023-01-10 19:31:41 +01:00
SystemError.cpp SystemError: Define _LUNA_SYSTEM_ERROR_EXTENSIONS to compile properly in hosted envs 2023-01-06 13:30:49 +01:00
TarStream.cpp TarStream: Support mode 2023-01-11 18:42:50 +01:00
Units.cpp luna, kernel: More constness 2023-01-10 19:31:41 +01:00
Utf8.cpp luna: Make Utf8String{De,En}coders return the number of bytes written 2023-01-14 11:55:19 +01:00