1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Libraries
Andreas Kling a6b5bb439c LibC: Don't clobber errno in free().
This one is a bit mysterious. I can't find any authoritative answer on what
the correct behavior is, but it seems reasonable to me that free() doesn't
step on errno, since it returns "void" and thus the caller won't know to
inspect errno anyway.
2019-07-25 15:23:29 +02:00
..
LibAudio Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00
LibC LibC: Don't clobber errno in free(). 2019-07-25 15:23:29 +02:00
LibCore CSocket: Add missing <sys/un.h> include to fix host build. 2019-07-25 11:49:08 +02:00
LibDraw LibDraw: Add LogStream operator<< overload for Color. 2019-07-23 14:56:42 +02:00
LibGUI AK: Make HashMap::get(Key) return an Optional<Value>. 2019-07-24 10:25:43 +02:00
LibHTML LibHTML: Fetch the box edge values needed for block width computation. 2019-07-24 07:34:07 +02:00
LibM Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00