pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opendylan: Remove patch-sources_lib_run-time_debug-print.c, merged upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Sep 28 13:21:40 2015 +0200
Changeset:	03ac4533a96bf13901a7a9242dfff432115f26d6

Modified Files:
	opendylan/distinfo
Removed Files:
	opendylan/patches/patch-sources_lib_run-time_debug-print.c

Log Message:
opendylan: Remove patch-sources_lib_run-time_debug-print.c, merged upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03ac4533a96bf13901a7a9242dfff432115f26d6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opendylan/distinfo                                     |  1 -
 .../patches/patch-sources_lib_run-time_debug-print.c   | 18 ------------------
 2 files changed, 19 deletions(-)

diffs:
diff --git a/opendylan/distinfo b/opendylan/distinfo
index e84e18d..a67d396 100644
--- a/opendylan/distinfo
+++ b/opendylan/distinfo
@@ -3,4 +3,3 @@ $NetBSD$
 SHA1 (opendylan-2014.1.tar.gz) = 8d372abe5b25004531529059b868d7ea88e98afc
 RMD160 (opendylan-2014.1.tar.gz) = 2c6dc6e75896ea39635b9a404f763634a557eb89
 Size (opendylan-2014.1.tar.gz) = 9890943 bytes
-SHA1 (patch-sources_lib_run-time_debug-print.c) = 23e9339f4e3780f7fab8666335bcde706753a675
diff --git a/opendylan/patches/patch-sources_lib_run-time_debug-print.c b/opendylan/patches/patch-sources_lib_run-time_debug-print.c
deleted file mode 100644
index 9c34af4..0000000
--- a/opendylan/patches/patch-sources_lib_run-time_debug-print.c
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
---- sources/lib/run-time/debug-print.c.orig	2015-09-25 09:55:53.000000000 +0000
-+++ sources/lib/run-time/debug-print.c
-@@ -464,7 +464,7 @@ void dylan_format (STREAM stream, dylan_
-   for (i = 0; i < size; i++) {
-     char c = string[i];
-     if (percent_p) {
--      char cc = (char)toupper(c);
-+      char cc = (char)toupper((unsigned char)c);
-       switch (cc) {
-         case 'S': case 'C':
-           if (argument_index < argument_count) {
-@@ -510,4 +510,3 @@ void dylan_print_object (dylan_value obj
-   fputs("\n", stdout);
-   fflush(stdout);
- }
--


Home | Main Index | Thread Index | Old Index