serenity/Userland
Tim Schumacher ad899b179f LibLine: Ignore ENOENT errors when loading old history
A missing history file is just an empty history, so ignore that error
and replace it with an empty array.

This regressed in f93ee3142d.
2023-06-03 05:52:52 +02:00
..
Applets AudioApplet: Read and apply config value only once 2023-05-29 13:22:58 +02:00
Applications KeyboardMapper: Do not drop the unix pledge 2023-05-31 16:25:01 +02:00
BuggieBox
Demos LibGUI: Allow FilteringProxyModel to optionally sort results by score 2023-05-29 10:47:48 -06:00
DevTools LibGUI: Add support for jumping to a line and column in TextEditor 2023-06-01 06:26:40 +02:00
DynamicLoader
Games Chess+ChessEngine: Fix stockfish by setting correct blocking flag 2023-05-27 18:44:21 +02:00
Libraries LibLine: Ignore ENOENT errors when loading old history 2023-06-03 05:52:52 +02:00
Services SpiceAgent: Exit early if SPICE_DEVICE doesn't exist 2023-06-03 05:52:16 +02:00
Shell Shell: Prefer File and FileSystem over DeprecatedFile 2023-05-30 00:21:59 +02:00
Utilities Kernel+Userland: Ensure proper unveil permissions before using rm/rmdir 2023-06-02 17:53:55 +02:00
CMakeLists.txt