Age | Commit message (Collapse) | Author |
|
We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^)
|
|
|
|
...and remove the Vector<String> variant since there are no remaining
users of this API.
|
|
Since Core::File does not handle streaming input properly (see #5093
and #4198), we use the LibC APIs instead.
|
|
...and make it an enum class so people don't omit "OpenMode".
|
|
|
|
The function declaration seems to have come from an earlier commit. The
function is no longer here so there is no reason to keep this around.
|
|
|
|
Nobody care about tac :^).
|