Re: [PATCH] Support arbitrary-precision arithmetic in expr.

2008-08-08 Thread Jim Meyering
f65cafd67b33009d23f940968bbe7f9a08d6fe13 Mon Sep 17 00:00:00 2001 From: James Youngman [EMAIL PROTECTED] Date: Sat, 2 Aug 2008 21:49:46 +0100 Subject: [PATCH] expr: support arbitrary-precision arithmetic * src/Makefile.am (expr_LDADD): Link expr against GNU MP. * doc/coreutils.texi (expr invocation

[PATCH] Support arbitrary-precision arithmetic in expr.

2008-08-02 Thread James Youngman
This code has more instances of #if HAVE_GMP than I would like, but I thought it was important to be able to transition smoothly from native arithmetic to arbitrary-precision arithmetic. 2008-08-02 James Youngman [EMAIL PROTECTED] Support arbitrary-precision arithmetic in expr.