summaryrefslogtreecommitdiff
path: root/bc
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-10-29 12:52:50 +0100
committerJuergen Daubert <jue@jue.li>2017-10-29 12:52:50 +0100
commit4441db85a3cd314ac8b91dc01341b4405d740429 (patch)
treef722a48053783d1ca44a172715647a921c3348bc /bc
parent494a78a16484aaec3371009c7a51119fb0e2cf86 (diff)
downloadcore-4441db85a3cd314ac8b91dc01341b4405d740429.tar.gz
core-4441db85a3cd314ac8b91dc01341b4405d740429.tar.xz
bc: remove old patches
Diffstat (limited to 'bc')
-rw-r--r--bc/bc-1.06-compile_fixes.patch46
-rw-r--r--bc/bc-1.06-fixes-1.patch27
2 files changed, 0 insertions, 73 deletions
diff --git a/bc/bc-1.06-compile_fixes.patch b/bc/bc-1.06-compile_fixes.patch
deleted file mode 100644
index 88cf7384..00000000
--- a/bc/bc-1.06-compile_fixes.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -ru bc-1.06/bc/load.c bc-1.06-new/bc/load.c
---- bc-1.06/bc/load.c 2000-09-13 20:22:38.000000000 +0200
-+++ bc-1.06-new/bc/load.c 2004-05-01 14:25:08.164146592 +0200
-@@ -34,7 +34,7 @@
-
- /* Load variables. */
-
--program_counter load_adr;
-+static program_counter load_adr;
- char load_str;
- char load_const;
-
-diff -ru bc-1.06/bc/scan.l bc-1.06-new/bc/scan.l
---- bc-1.06/bc/scan.l 2000-09-13 20:25:47.000000000 +0200
-+++ bc-1.06-new/bc/scan.l 2004-05-01 14:21:02.765452864 +0200
-@@ -143,7 +143,6 @@
-
- /* Definitions for readline access. */
- extern FILE *rl_instream;
--_PROTOTYPE(char *readline, (char *));
-
- /* rl_input puts upto MAX characters into BUF with the number put in
- BUF placed in *RESULT. If the yy input file is the same as
-diff -ru bc-1.06/configure bc-1.06-new/configure
---- bc-1.06/configure 2000-10-03 20:34:24.000000000 +0200
-+++ bc-1.06-new/configure 2004-05-01 14:21:27.159744368 +0200
-@@ -2245,7 +2245,7 @@
-
-
- if test "$LEX" = "flex" ; then
-- LEX="flex -I8"
-+ LEX="flex -I"
- else
- if test "$bcrl" = "y" ; then
- echo "configure: warning: readline works only with flex." 1>&2
-diff -ru bc-1.06/lib/number.c bc-1.06-new/lib/number.c
---- bc-1.06/lib/number.c 2000-10-03 20:34:25.000000000 +0200
-+++ bc-1.06-new/lib/number.c 2004-05-01 14:24:41.028271872 +0200
-@@ -30,6 +30,7 @@
- *************************************************************************/
-
- #include <stdio.h>
-+#include <string.h>
- #include <config.h>
- #include <number.h>
- #include <assert.h>
diff --git a/bc/bc-1.06-fixes-1.patch b/bc/bc-1.06-fixes-1.patch
deleted file mode 100644
index afcdba20..00000000
--- a/bc/bc-1.06-fixes-1.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
-Date: 2003-09-26
-Initial Package Version: 1.06
-Origin: Mandrake CVS
-Description: Fixes a few typos
-
---- bc-1.06/lib/number.c.orig 2003-09-26 21:14:02.000000000 +0000
-+++ bc-1.06/lib/number.c 2003-09-26 21:14:26.000000000 +0000
-@@ -34,6 +34,7 @@
- #include <number.h>
- #include <assert.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <ctype.h>/* Prototypes needed for external utility routines. */
-
- #define bc_rt_warn rt_warn
---- bc-1.06/bc/load.c.orig 2003-09-26 21:14:14.000000000 +0000
-+++ bc-1.06/bc/load.c 2003-09-26 21:14:26.000000000 +0000
-@@ -156,7 +156,7 @@
- long label_no;
- long vaf_name; /* variable, array or function number. */
- long func;
-- program_counter save_adr;
-+ static program_counter save_adr;
-
- /* Initialize. */
- str = code;

Generated by cgit