ladybird/Libraries
Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination().
This should make you think twice before trying to use the const char* from
a StringView as if it's a null-terminated string.
2019-07-08 15:38:44 +02:00
..
LibC LibC: Use IPv4Address::from_string() in gethostbyname(). 2019-07-08 11:40:12 +02:00
LibCore StringView: Rename characters() to characters_without_null_termination(). 2019-07-08 15:38:44 +02:00
LibGUI StringView: Rename characters() to characters_without_null_termination(). 2019-07-08 15:38:44 +02:00
LibHTML LibHTML: Oops, fix build. 2019-07-08 08:18:53 +02:00
LibM Libraries: Unbreak "make install" with new directory locations. 2019-07-04 16:41:42 +02:00