Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-06 | Utilities/ln: Port to LibMain | Jun Zhang | |
This patch simply ports the utility ln to LibMain :^) | |||
2021-10-23 | Utilities: Add -f option to ln | Jean-Baptiste Boric | |
2021-08-01 | Utilities: Remove unused header includes | Brian Gianforcaro | |
2021-06-30 | AK+Everywhere: Add and use static APIs for LexicalPath | Max Wipfli | |
The LexicalPath instance methods dirname(), basename(), title() and extension() will be changed to return StringView const& in a further commit. Due to this, users creating temporary LexicalPath objects just to call one of those getters will recieve a StringView const& pointing to a possible freed buffer. To avoid this, static methods for those APIs have been added, which will return a String by value to avoid those problems. All cases where temporary LexicalPath objects have been used as described above haven been changed to use the static APIs. | |||
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro | |
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 * | |||
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling | |