Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-20 | LibELF: Use StringView instead of "const char*" in dynamic linker code | Andreas Kling | |
There's no reason to use C strings more than absolutely necessary. | |||
2021-01-25 | LibELF: Use Optional<SymbolLookupResult> as a return type | Andreas Kling | |
Instead of storing a "found" state inside the result object. | |||
2021-01-22 | Meta: Fix silly copyright line | Ben Wiederhake | |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |