1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:28:13 +00:00
serenity/Userland
Timothy Flynn e683ca00cc LibC: Split time_t range validation to separate helper function
Right now, the tm_to_time helper invokes time_to_tm to validate the
time_t it creates. Soon, both tm_to_time and time_to_tm will perform
some TZDB lookups to handle DST. This isn't a huge cost, but let's
avoid the double lookup here.
2022-08-02 21:10:44 +01:00
..
Applets WorkspacePicker: Hide tray applet entirely when there's only 1 workspace 2022-08-01 10:29:53 +02:00
Applications Run: Trigger on escape key only once 2022-08-02 12:54:39 +01:00
Demos Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
DevTools Everywhere: Make the codebase more architecture aware 2022-07-27 21:46:42 +00:00
DynamicLoader LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
Games Minesweeper: Remove decimal point from the time label 2022-07-24 14:09:48 +01:00
Libraries LibC: Split time_t range validation to separate helper function 2022-08-02 21:10:44 +01:00
Services WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper response 2022-08-02 04:04:08 +00:00
Shell Shell: Add the |& construct for piping stderr along with stdout 2022-07-17 00:51:31 +00:00
Utilities wallpaper: Add pledge promises 2022-08-02 04:04:08 +00:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00