Message-Id: <200409071828.i87ISW7P030969@delorie.com> From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-announce AT delorie DOT com Date: Tue, 07 Sep 2004 20:07:09 +0200 Subject: ANNOUNCE: DJGPP port of GNU libmatheval 1.1.0 uploaded Content-description: Mail message body X-TUD-HRZ-MailScanner: Found to be clean X-TUD-HRZ-MailScanner-SpamCheck: This is a port of GNU libmatheval 1.1.0 to MSDOS/DJGPP. GNU libmatheval is a library which contains several procedures that make it possible to create an in-memory tree from the string representation of a mathematical function over single or multiple variables. This tree can be used later to evaluate a function for specified variable values, to create a corresponding tree for the function derivative over a specified variable, or to write a textual tree representation to a specified string. The library exposes C and Fortran 77 interfaces. Please, read carefully the NEWS file to see the user visible changes and read the info or html docs to become familiar with the program. DJGPP specific changes. ======================= - The are no djgpp specific coding issues in this package. - The package needs an port of guile to run the testsuite. Such a port is not available for djgpp, so I have disabled the configuration of the /tests subdir. As usual, all djgpp specific files (config.bat, readme files, etc.) are located in the djgpp subdir. Here is an extract of the NEWS file showing the user visible changes from the last port to this one: Version 1.1.0 * Added support for number of mathematical functions (secantes, cosecantes, Heaviside step and Dirac delta functions). * Added method to get list of variables appearing in given expression. * Fixed issue with passing 32-bit, instead of 64-bit, pointers to Fortran code. ---------------------------------------------------------------------------- The port consists of the usual three packages that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2004-09-07): libmatheval 1.1.0 binary, info and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lme110b.zip libmatheval 1.1.0 dvi, html and ps format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lme110d.zip libmatheval 1.1.0 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lme110s.zip Send Sed specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel