Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c87111c310b8d07a39c5ab5b246e719c9ada25f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c87111c310b8d07a39c5ab5b246e719c9ada25f2)
  • Date: Sat, 8 Apr 2017 22:14:37 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

science/bc/HISTORY | 3 +++
science/bc/PRE_BUILD | 17 +++++++++++++++++
2 files changed, 20 insertions(+)

New commits:
commit c87111c310b8d07a39c5ab5b246e719c9ada25f2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

science/bc: added a regression fix

diff --git a/science/bc/HISTORY b/science/bc/HISTORY
index 052d9e0..cf1cc01 100644
--- a/science/bc/HISTORY
+++ b/science/bc/HISTORY
@@ -1,3 +1,6 @@
+2017-04-08 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added a regression fix to allow kernel to build w/o hangs
+
2017-04-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add ed

diff --git a/science/bc/PRE_BUILD b/science/bc/PRE_BUILD
new file mode 100755
index 0000000..52f307f
--- /dev/null
+++ b/science/bc/PRE_BUILD
@@ -0,0 +1,17 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -Np1 << EOF
+diff -Nuar bc-1.07.orig/bc/execute.c bc-1.07/bc/execute.c
+--- bc-1.07.orig/bc/execute.c 2017-04-08 17:42:41.232576163 -0400
++++ bc-1.07/bc/execute.c 2017-04-08 17:47:03.841057831 -0400
+@@ -595,7 +595,7 @@
+ if (in_ch == '.' || in_ch == '+' || in_ch == '-')
+ return (in_ch);
+ if (in_ch <= ' ')
+- return (' ');
++ return (':');
+
+ return (':');
+ }
+EOF



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c87111c310b8d07a39c5ab5b246e719c9ada25f2), Pavel Vinogradov, 04/08/2017

Archive powered by MHonArc 2.6.24.

Top of Page