Message-Id: <200008211529.LAA19533@delorie.com> From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-announce AT delorie DOT com Date: Sat, 12 Aug 2000 19:45:14 +0200 Content-type: text/plain; charset=US-ASCII Subject: ANNOUNCE: DJGPP port of GNU bc 1.05 uploaded Reply-To: djgpp AT delorie DOT com This is a port of GNU bc 1.05a to MSDOS/DJGPP. ============================================== BC is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements. DC is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. You can download the binary, doc and source packages from Simtel.net and mirrors as: DJGPP specific changes. ======================= This port is based on bc103s.zip so most of the changes are the same as in the previous port. I have additionaly added a bug fix found at . This will fix a bug in bc, when the command line exceeds certain limits. All changes I have done against the original GNU distribution are documented in the diffs file stored in the djgpp subdir of the source package. Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Bug reports concerning bc and dc must be send to . Guerrero, Juan Manuel