1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 01:45:06 +00:00
serenity/Userland/Tests
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
Kernel Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibC Build + LibC: Enable -fstack-protector-strong in user space 2021-01-02 11:34:55 +01:00
CMakeLists.txt Tests: Build automatically, fix compilation errors 2020-08-02 17:15:36 +02:00