All releases of calc


Release Notes: A bug where calling functions with different values of epsilon would return incorrect results was fixed. A bug were certain typographical errors in interactive mode would cause calc to exit was fixed. A bug in solve.cal was fixed. Minor documentation improvements were made. The Makefile and build process were improved.


Release Notes: Mac OS/Darwin targets no longer attempt to use ldconfig. "make debug" has been fixed by removing the use of rpm.release. An empty custom include directory is not removed during installation. "make clobber" has been fixed by rebuilding custom/Makefile.


Release Notes: Mac OS Darwin targets no longer attempt to use ldconfig. "make debug" has been fixed by removing the use of rpm.release. An empty custom include directory is not removed during installation.


Release Notes: The Jacobi built-in function was fixed: it returned 1 in some cases where it should have returned 0. An OpenBSD build target was added. Makefile compatibility fixes were made for old shells.


Release Notes: The wording for the -i flag in the calc man page was fixed. help/unexpected, help/rand, help/random, and help/config were updated. The ${READLINE_EXTRAS} Makefile variables were split out from ${READLINE_LIB} for Fedora RPM requirements. When the Makefile variable ${ALLOW_CUSTOM} is not defined or empty, the libcustcalc library is not built. Bit 8 (0x80) of calc_debug is reserved for custom debugging. The length of a FILEPOS copy was fixed. The way the Makefile can force the calc byte order was changed.


Release Notes: calc may be built with static or dynamic shared libraries. The Makefiles were overhauled to use system targets. Static and extern variables are declared with CPP symbols. The calc library makes it easier to control parse and scan messages. Makefile.simple was added for hosts without GNU Make. Custom registers were added. Support for MD5 and SHA-0 hashes was dropped. calc supports real and complex exponentiation bases and exponents.


Release Notes: Documentation was written for the # operator, comments, and cscripts. Multi-line statement issues were documented. Builtins related to user, system, and clock time were added. The runtime() builtin output was changed.


Release Notes: This is a very minor update release to allow OpenBSD-like make parsers to compile the source. This is also a minor release to fix an issue under Mac OS X where the make chk (and make check) regression awk script did not run correctly under Mac OS X 10.4.7. A few minor variables that were not set to default values in lower level Makefiles was fixed.


No changes have been submitted for this release.


Release Notes: Documentation and regression tests for the builtin quomod() were fixed. Builtin functions estr() (to repesent many types of values by text string) and fgetfile() (to pass the rest of a file into a string) were added. Several help files were improved.