summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-23 15:30:40 -0700
committerMichael Forney <mforney@mforney.org>2020-06-23 15:30:40 -0700
commitba251fc30f053c7cb7e5c909ee4b557e71906ec2 (patch)
tree6f7d56665af6c7b585f25f2770f7612ba6d6bfbd /pkg
parentd1ce3990cc9fde78312dc6e187afe8ab777683ab (diff)
bc: Update to 3.0.1
Diffstat (limited to 'pkg')
-rw-r--r--pkg/bc/config.h3
-rw-r--r--pkg/bc/gen.lua3
m---------pkg/bc/src0
-rw-r--r--pkg/bc/ver2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkg/bc/config.h b/pkg/bc/config.h
index 3c115f32..ae9157f7 100644
--- a/pkg/bc/config.h
+++ b/pkg/bc/config.h
@@ -5,5 +5,4 @@
#define BC_ENABLE_HISTORY 1
#define BC_ENABLE_NLS 0
#define BC_ENABLE_PROMPT 1
-#define BC_ENABLE_SIGNALS 1
-#define BC_NUM_KARATSUBA_LEN 64
+#define BC_NUM_KARATSUBA_LEN 32
diff --git a/pkg/bc/gen.lua b/pkg/bc/gen.lua
index 1db1bc59..1c90801f 100644
--- a/pkg/bc/gen.lua
+++ b/pkg/bc/gen.lua
@@ -1,6 +1,6 @@
cflags{
'-D NDEBUG',
- '-D VERSION=2.7.2',
+ '-D VERSION=3.0.1',
'-D _POSIX_C_SOURCE=200809L',
'-I $srcdir/include',
'-include $dir/config.h',
@@ -28,6 +28,7 @@ exe('bin/bc', [[
src/(
args.c
data.c
+ file.c
lang.c
lex.c
main.c
diff --git a/pkg/bc/src b/pkg/bc/src
-Subproject 6f5fdd4ff62723ed95818f3d830d810267d9fe1
+Subproject febe0bd42cbbc7e058d9c0ba3520b608f2fb0a5
diff --git a/pkg/bc/ver b/pkg/bc/ver
index 96b93b9e..87d543d8 100644
--- a/pkg/bc/ver
+++ b/pkg/bc/ver
@@ -1 +1 @@
-2.7.2 r0
+3.0.1 r0