ladybird/Libraries
Andreas Kling bd08664f05 LibC: In fgetc(), fread() will never return < 0.
Furthermore, fread() has already handled EOF, so there's no need to do
it again. If we read a character, return it, otherwise return EOF.
Note that EOF means "EOF or error" here.
2019-08-01 10:50:51 +02:00
..
LibAudio LibCore: Rename CFileStreamReader => CIODeviceStreamReader. 2019-07-30 15:16:39 +02:00
LibC LibC: In fgetc(), fread() will never return < 0. 2019-08-01 10:50:51 +02:00
LibCore CEventLoop: Add a missing initializer to EventLoopTimer. 2019-08-01 10:49:31 +02:00
LibDraw LibDraw: Tweak the hover highlight color. 2019-07-27 11:16:10 +02:00
LibGUI GDirectoryModel: Tweak default width of permission bits column 2019-07-31 21:21:20 +02:00
LibHTML LibHTML: A tiny bit of work towards block layout. 2019-07-26 08:05:14 +02:00
LibM Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00