Age | Commit message (Collapse) | Author |
|
This has been superseded by the more generally useful AK::Error :^)
|
|
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 *
|
|
Good-bye LogStream. Long live AK::Format!
|
|
This is a strongly typed carrier for "errno" error codes, intended for
use in return types, e.g Result<String, OSError>.
|