1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 10:37:34 +00:00
serenity/Ports/ed/patches/ReadMe.md
Tim Schumacher ee66ed6248 Ports: Fully delete Co-Authored-By lines from the ReadMe
Otherwise, this results in a number of empty lines where
Co-Authored-By would have been.
2022-05-22 00:11:16 +01:00

22 lines
430 B
Markdown

# Patches for ed on SerenityOS
## `0001-Make-CC-and-friends-overridable-from-the-env.patch`
Make CC and friends overridable from the env
## `0002-Use-stdbool-instead-of-rolling-a-manual-Bool.patch`
Use stdbool instead of rolling a manual Bool
## `0003-Manually-link-with-pcre2.patch`
Manually link with pcre2
## `0004-Use-pcre2-for-regex-instead-of-libc-s-regex.h.patch`
Use pcre2 for regex instead of libc's regex.h