summaryrefslogtreecommitdiff
path: root/pkg/less/patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-11-17 17:05:29 -0800
committerMichael Forney <mforney@mforney.org>2019-11-17 20:09:14 -0800
commit37adb2ae9cd11291254be667c56b3440566d8205 (patch)
tree435965ad20bb79206711cfbedceb710447fcffdb /pkg/less/patch
parent2dd81085804912d85affed9df0d2c3f1825ca6ac (diff)
Start to document patch upstream status
Diffstat (limited to 'pkg/less/patch')
-rw-r--r--pkg/less/patch/0001-Remove-after-function-definition.patch1
-rw-r--r--pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/less/patch/0001-Remove-after-function-definition.patch b/pkg/less/patch/0001-Remove-after-function-definition.patch
index db8658f0..2ab8a537 100644
--- a/pkg/less/patch/0001-Remove-after-function-definition.patch
+++ b/pkg/less/patch/0001-Remove-after-function-definition.patch
@@ -2,6 +2,7 @@ From 5c87a344bc528c1878708c5e497f0e8e1742b7d4 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Fri, 5 Jul 2019 22:05:36 -0700
Subject: [PATCH] Remove ';' after function definition
+Upstream: f0475cce07567696a7cb9ac4da2119ce09195c1d
The STR_TO_TYPE_FUNC macro expands to a function definition, so the ';'
is treated as an empty top-level declaration, which is not valid in ISO C.
diff --git a/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch b/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch
index 53e1e179..13e33e27 100644
--- a/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch
+++ b/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch
@@ -3,6 +3,7 @@ From: Michael Forney <mforney@mforney.org>
Date: Fri, 5 Jul 2019 21:50:22 -0700
Subject: [PATCH] Make sure public functions parameters are unaffected by
argument promotion
+Upstream: 2436151e2c5c2f30e0071bcf0edaf376ba13c268
In order for a prototype declaration and non-prototype function
definition to be compatible, the promoted type of the non-prototype