summaryrefslogtreecommitdiffstats
path: root/patches/cbmbasic
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-11-01 15:31:12 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-11-01 15:31:12 +0100
commit76063f2ec0d85c5aa1afecf11242df2bc6d37bf8 (patch)
treeb6a0dcd5eb2d272b7388f648f59a2c1e9afab03e /patches/cbmbasic
parentcde9ad5cd3df6a2211bb94604f82f40f4760df4c (diff)
downloadptxdist-76063f2ec0d85c5aa1afecf11242df2bc6d37bf8.tar.gz
ptxdist-76063f2ec0d85c5aa1afecf11242df2bc6d37bf8.tar.xz
cbmbasic: clean up patches
Based on a patch by Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/cbmbasic')
-rw-r--r--patches/cbmbasic/0001-Add-IOBASE-and-pseudo-timer-will-give-RND-functional.patch (renamed from patches/cbmbasic/add_iobase.diff)18
-rw-r--r--patches/cbmbasic/series5
2 files changed, 15 insertions, 8 deletions
diff --git a/patches/cbmbasic/add_iobase.diff b/patches/cbmbasic/0001-Add-IOBASE-and-pseudo-timer-will-give-RND-functional.patch
index 55628b6c0..f455d0a14 100644
--- a/patches/cbmbasic/add_iobase.diff
+++ b/patches/cbmbasic/0001-Add-IOBASE-and-pseudo-timer-will-give-RND-functional.patch
@@ -1,16 +1,20 @@
-Subject: Add IOBASE and pseudo-timer (will give RND-functionality)
From: Wolfram Sang <ninja@the-dreams.de>
+Date: Sat, 29 Oct 2011 19:01:11 +0200
+Subject: [PATCH] Add IOBASE and pseudo-timer (will give RND-functionality)
Signed-off-by: Wolfram Sang <ninja@the-dreams.de>
# ---
# 20091210 rsc: check if there is another upstream version
# 20081127 wsa: already sent mainline and accepted.
+---
+ runtime.c | 14 ++++++++++++--
+ 1 files changed, 12 insertions(+), 2 deletions(-)
-Index: basic/runtime.c
-===================================================================
---- basic.orig/runtime.c 2008-11-17 05:16:31.000000000 +0100
-+++ basic/runtime.c 2008-11-17 05:43:31.000000000 +0100
+diff --git a/runtime.c b/runtime.c
+index 454000e..2c3c54b 100644
+--- a/runtime.c
++++ b/runtime.c
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <stdio.h>
@@ -19,7 +23,7 @@ Index: basic/runtime.c
unsigned char RAM[65536];
-@@ -155,6 +156,7 @@
+@@ -155,6 +156,7 @@ init_os(int argc, char **argv) {
interactive = 1;
f = NULL;
}
@@ -27,7 +31,7 @@ Index: basic/runtime.c
}
static void
-@@ -565,8 +567,16 @@
+@@ -565,8 +567,16 @@ PLOT() {
/* IOBASE */
static void
IOBASE() {
diff --git a/patches/cbmbasic/series b/patches/cbmbasic/series
index a474bc96b..24a3eeb8f 100644
--- a/patches/cbmbasic/series
+++ b/patches/cbmbasic/series
@@ -1 +1,4 @@
-add_iobase.diff
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-Add-IOBASE-and-pseudo-timer-will-give-RND-functional.patch
+# 92d915f4b4aaf53608a652ac1eeddc42 - git-ptx-patches magic