Age | Commit message (Collapse) | Author |
|
It will be used in the following commit to introduce a new utility to
use this method.
|
|
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 :^)
|
|
While at it, start renaming variables where we know that they store a
path, so that we will get less confused in the future.
|
|
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
|
|
This helper is used by libgcc_s to figure out where the .eh_frame sections
are located for all loaded shared objects.
|
|
There's no reason to use C strings more than absolutely necessary.
|
|
Instead of storing a "found" state inside the result object.
|
|
|
|
|