blob: 55ec6afd4742e7cbacfdbd26e70b5e9449c1e149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
|