ladybird/Services
asynts d5ffb51a83 AK: Don't add newline for outf/dbgf/warnf.
In the future all (normal) output should be written by any of the
following functions:

    out    (currently called new_out)
    outln
    dbg    (currently called new_dbg)
    dbgln
    warn   (currently called new_warn)
    warnln

However, there are still a ton of uses of the old out/warn/dbg in the
code base so the new functions are called new_out/new_warn/new_dbg. I am
going to rename them as soon as all the other usages are gone (this
might take a while.)

I also added raw_out/raw_dbg/raw_warn which don't do any escaping,
this should be useful if no formatting is required and if the input
contains tons of curly braces. (I am not entirely sure if this function
will stay, but I am adding it for now.)
2020-10-04 17:04:55 +02:00
..
AudioServer Meta+Services: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ChessEngine ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
Clipboard AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
DHCPClient Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +02:00
ImageDecoder AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
LaunchServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
LookupServer Meta+Services: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
NotificationServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
ProtocolServer Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
SystemMenu LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
SystemServer LibCore: Add ensure_parent_directories to LibCore::File 2020-09-30 21:46:59 +02:00
Taskbar Meta+Services: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
TelnetServer AK: Don't add newline for outf/dbgf/warnf. 2020-10-04 17:04:55 +02:00
WebContent AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
WebServer AK: Don't add newline for outf/dbgf/warnf. 2020-10-04 17:04:55 +02:00
WindowServer Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00