mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:47:44 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
|
@ -1,7 +1,7 @@
|
|||
From d29259d2ea80767820f69b9b58f9377166440938 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: EWouters <6179932+EWouters@users.noreply.github.com>
|
||||
Date: Fri, 1 Apr 2022 02:54:00 +0200
|
||||
Subject: [PATCH 1/4] Make CC and friends overridable from the env
|
||||
Subject: [PATCH] Make CC and friends overridable from the env
|
||||
|
||||
Co-Authored-By: roytam1 <roytam@gmail.com>
|
||||
---
|
||||
|
@ -27,6 +27,3 @@ index 3531bcd..a225c14 100755
|
|||
|
||||
# checking whether we are using GNU C.
|
||||
/bin/sh -c "${CC} --version" > /dev/null 2>&1 || { CC=cc ; CFLAGS=-O2 ; }
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From a61996a48d800229a267d9fef1548b08450997ab Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <ibara@users.noreply.github.com>
|
||||
Date: Sat, 1 Feb 2020 14:54:04 -0500
|
||||
Subject: [PATCH 2/4] Use stdbool instead of rolling a manual Bool
|
||||
Subject: [PATCH] Use stdbool instead of rolling a manual Bool
|
||||
|
||||
---
|
||||
ed.h | 3 +--
|
||||
|
@ -21,6 +21,3 @@ index db0b4a6..ef0c134 100644
|
|||
#endif
|
||||
|
||||
enum Pflags /* print suffixes */
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 492088ee0565b8d947d129125ab3518a4da6a7c9 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <ibara@users.noreply.github.com>
|
||||
Date: Fri, 1 Apr 2022 02:54:00 +0200
|
||||
Subject: [PATCH 3/4] Manually link with pcre2
|
||||
Subject: [PATCH] Manually link with pcre2
|
||||
|
||||
Co-Authored-By: EWouters <6179932+EWouters@users.noreply.github.com>
|
||||
---
|
||||
|
@ -21,6 +21,3 @@ index f716df4..c1a7880 100644
|
|||
|
||||
r$(progname) : r$(progname).in
|
||||
cat $(VPATH)/r$(progname).in > $@
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 5d79ba1193bb0f9813c9650ee36ec416af525a1e Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <ibara@users.noreply.github.com>
|
||||
Date: Sat, 1 Feb 2020 14:54:04 -0500
|
||||
Subject: [PATCH 4/4] Use pcre2 for regex instead of libc's regex.h
|
||||
Subject: [PATCH] Use pcre2 for regex instead of libc's regex.h
|
||||
|
||||
---
|
||||
regex.c | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 9b38120..325b2f6 100644
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue