2005-09-07 04:13:19 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Set maintainer to tech-pkg. Bruce is not maintaining these
packages. Thank you Bruce for helping with pkgsrc.
|
2005-09-05 16:44:16 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update mathomatic to 12.4.10.
Changes:
- Created "complex.h".
- Fixed and documented "help all >filename", for quickly creating a
quick command reference.
- Fixed up and commented "main.c".
- Split off "complex.c" into "complex_lib.c" and made it an
independent complex number library.
- Added "integrate definite" command option.
- Corrected makefile install.
- Added check in nintegrate command to fail if result contains
infinity or nan.
- A few complex number improvements were made.
- Allow a text pre-processor to pipe input into Mathomatic.
|
2005-08-27 21:13:04 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.9.
Changes:
- Added display of average to tally command.
- Fixed tests.
- Fixed output redirection for some commands.
|
2005-08-27 20:58:51 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update mathomatic to 12.4.7.
Changes:
- Fixed minor bug in real and imaginary commands.
- Fixed roots command.
- Cleaned up Prime Number Tools man pages.
- Cleaned up the Mathomatic source code.
- Corrected the Mathomatic library.
- Ported taylor command to non-equations.
|
2005-07-30 17:38:26 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.6.
Changes:
- Added variable "error_str", which is set to the last error message
when SILENT is defined.
- Improvement in giving reason when solving fails.
- The HTML docs were fixed.
|
2005-07-19 19:46:40 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.5.
Changes:
- Bug fix made to divide command.
- Increased the number of equation spaces to 100.
- Fixed a precision problem with the "list export" command.
- Added and implemented function return_result(equation_number) at the
end of most commands, to facilitate use as a library.
- Some more comments were added and "list.c" was cleaned up.
- Replaced most printf()s with a new function called error().
|
2005-07-06 15:34:08 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.4.
Changes:
- Added a few checks for NULL char pointers.
- Major change in memory allocation: equation spaces are now only
allocated as needed.
- Changed optimize command to accept an equation number range.
- Some minor code cleanups and commenting.
|
2005-06-23 17:20:00 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.3.
Changes:
- Allow larger fractions.
- Doubled the default max expression size and memory requirements are
now 20 megabytes.
- Added ability to set the number of partitions when using the
nintegrate command.
- Some code and messages cleanup.
- Fixed bug in nintegrate command (wrong number of function parameters).
- Improved solve routine.
- Update to "primes/matho-around.c".
|
2005-06-17 16:49:24 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Update DESCRiption to reflect recent feature changes. Noted by the author.
|
2005-06-14 20:01:04 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.2.
Bug fixes and minor improvements.
|