Age | Commit message (Expand) | Author |
---|---|---|
2021-05-31 | LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln() | Linus Groh |
2021-05-07 | LibRegex: Convert StringBuilder::appendf() => AK::Format | Andreas Kling |
2021-05-01 | Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-22 | LibRegex: Unbreak the ALL_DEBUG build | Andreas Kling |
2021-04-21 | LibRegex: Convert String::format() => String::formatted() | Andreas Kling |
2021-04-10 | LibRegex: Take the regex as a const reference in print_bytecode() | AnotherTest |
2021-02-28 | LibRegex: VERIFY that string builder in print_header is not null. | Andrew Kaster |
2021-01-25 | Everywhere: Use CMake to generate AK/Debug.h. | asynts |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |