1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:38:13 +00:00
serenity/Userland/Libraries
Timothy Flynn 3b7f5af042 LibUnicode: Generate primary and secondary number grouping sizes
Most locales have a single grouping size (the number of integer digits
to be written before inserting a grouping separator). However some have
a primary and secondary size. We parse the primary size as the size used
for the least significant integer digits, and the secondary size for the
most significant.
2021-11-14 10:35:19 +00:00
..
LibArchive Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibAudio Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibC Meta: Resolve cyclic dependency between LibPthread and libc++ 2021-11-13 11:15:33 +00:00
LibCards LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
LibChess Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibCompress Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibConfig LibConfig: Add removal/notifcation for keys 2021-11-13 12:55:46 +01:00
LibCore Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibCoredump Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibCpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibCrypt
LibCrypto Userland: Include Vector.h in a few places to make HeaderCheck happy 2021-11-11 20:36:36 +01:00
LibDebug Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibDesktop Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibDeviceTree
LibDiff Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibDl
LibDSP LibDSP: Optimize note processing 2021-11-11 09:19:17 +01:00
LibELF Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibFileSystemAccessClient Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibGemini Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibGfx LibGfx: Remove all load_FORMAT_from_memory() decoder wrappers 2021-11-13 00:55:07 +01:00
LibGL LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
LibGUI LibGUI: Add support for Ctrl+Delete in TextEditor 2021-11-13 12:53:29 +01:00
LibHTTP Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
LibImageDecoderClient Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibIMAP Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibIPC Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibJS LibJS: Implement Temporal.ZonedDateTime.prototype.round 2021-11-13 19:48:54 +00:00
LibKeyboard LibKeyboard: Use ErrorOr<T> for CharacterMap::fetch_system_map() 2021-11-08 00:35:27 +01:00
LibLine Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibM
LibMarkdown Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibPCIDB
LibPDF Userland: Include Vector.h in a few places to make HeaderCheck happy 2021-11-11 20:36:36 +01:00
LibProtocol
LibPthread
LibRegex LibRegex: Correctly translate BRE pattern end anchors 2021-11-13 15:06:52 +03:30
LibSanitizer
LibSQL AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
LibSymbolication AK: Use ErrorOr<T> for MappedFile factories 2021-11-08 00:35:27 +01:00
LibSyntax
LibSystem
LibTest LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> 2021-11-12 13:01:59 +00:00
LibTextCodec Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibThreading
LibTLS Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibUnicode LibUnicode: Generate primary and secondary number grouping sizes 2021-11-14 10:35:19 +00:00
LibUSBDB
LibVideo Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibVT LibVT: Show action of double click in tooltip 2021-11-13 23:33:46 +01:00
LibWasm LibWasm: Fix broken build after merging un-rebased Validator changes 2021-11-11 09:27:00 +01:00
LibWeb LibWeb: Allow setting the width & height properties on <canvas> elements 2021-11-13 00:55:07 +01:00
LibWebSocket Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
LibX86
CMakeLists.txt