1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 11:01:00 +00:00
serenity/Userland/Libraries
Ali Mohammad Pur 9eccd4c56e LibRegex: Allow the pattern to match the zero-length end of the string
...only if Multiline is not enabled.
Fixes #11940.
2022-01-21 18:14:08 +03:30
..
LibArchive
LibAudio LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
LibC LibC: Flush all file streams on exit 2022-01-16 14:59:21 -08:00
LibCards
LibChess
LibCompress
LibConfig LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
LibCore LibCore: Make sockets close-on-exec by default 2022-01-21 15:21:52 +01:00
LibCoredump
LibCpp
LibCrypt
LibCrypto LibCrypo: Simplify mixed-sign bitwise_or 2022-01-18 20:04:06 +03:30
LibDebug
LibDesktop LibDesktop: Add Launcher::ensure_connection() 2022-01-21 13:44:36 +01:00
LibDeviceTree
LibDiff
LibDl
LibDSP Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
LibELF LibELF: Use shared memory mapping when loading ELF objects 2022-01-15 19:51:15 +01:00
LibFileSystemAccessClient FileSystemAccessClient: Remove old API returning file descriptors :^) 2022-01-20 10:39:12 +01:00
LibGemini
LibGfx LibGfx: Add ::xyz() swizzle operator to Vector4 2022-01-18 01:48:51 +02:00
LibGL LibGL: Fix incorrect GL_DECAL constant value 2022-01-21 15:21:25 +01:00
LibGUI TextEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
LibHTTP
LibImageDecoderClient LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
LibIMAP LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs 2022-01-13 15:16:12 +03:30
LibIPC LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
LibJS LibJS: Increase margin in check for stack space limit 2022-01-21 13:37:27 +02:00
LibKeyboard
LibLine
LibM
LibMain
LibMarkdown
LibPCIDB
LibPDF
LibProtocol LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
LibPthread
LibRegex LibRegex: Allow the pattern to match the zero-length end of the string 2022-01-21 18:14:08 +03:30
LibSanitizer
LibSoftGPU LibGL+LibSoftGPU: Clean up some for loops 2022-01-20 10:35:01 +01:00
LibSQL LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy 2022-01-16 11:17:15 +01:00
LibSymbolication
LibSyntax LibSyntax: Add a language enum entry for git commit messages 2022-01-18 09:01:16 +01:00
LibSystem
LibTest
LibTextCodec
LibThreading Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
LibTimeZone LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST 2022-01-19 21:20:41 +00:00
LibTLS
LibUnicode LibJS+LibUnicode: Return the appropriate time zone name depending on DST 2022-01-19 21:20:41 +00:00
LibUSBDB
LibVideo
LibVT Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
LibWasm
LibWeb LibWeb: Don't match the node querySelector(All) was called on 2022-01-20 22:18:07 +00:00
LibWebSocket
LibX86
CMakeLists.txt