1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 286ee7f25aefdd17945ba141bb5684857575119a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Mon, 16 May 2022 16:20:52 +0430
Subject: [PATCH 1/2] Make configure assume all dependencies are okay
Subject: [PATCH] Make configure assume all dependencies are okay
---
configure | 4 ++++
@ -22,6 +22,3 @@ index de9c48a..1ace244 100755
cygwin*)
# func_win32_libid is a shell function defined in ltmain.sh
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
--
2.36.1

View file

@ -1,8 +1,8 @@
From 53246ba7b026c92e42aa4c332007f425d297a4ea Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Mon, 16 May 2022 16:21:08 +0430
Subject: [PATCH 2/2] Make jv_mem_alloc() return a dummy allocation for
zero-sized allocs
Subject: [PATCH] Make jv_mem_alloc() return a dummy allocation for zero-sized
allocs
And make jv_mem_free() accept it.
---
@ -37,6 +37,3 @@ index fd7b257..9f5ced8 100644
free(p);
}
--
2.36.1