﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1124	BC-1.07.1 Upgrade	William Harrington	clfs-commits@…	"= New Version =

Download: [http://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz]

We can remove the memory leak patch from 1.06.95.

We may want to add the following to use vim instead of ed:
{{{
cat > bc/fix-libmath_h << ""EOF""
#! /bin/bash
sed -e '1   s/^/{""/' \
    -e     's/$/"",/' \
    -e '2,$ s/^/""/'  \
    -e   '$ d'       \
    -i libmath.h

sed -e '$ s/$/0}/' \
    -i libmath.h
EOF
}}}"	task	closed	major	CLFS Standard 3.1.0	BOOK	CLFS Standard GIT	fixed		berzerkula@… jonathan@… chris@… cross-lfs@…
