forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release comprises some changes to the build machinery, notably commit 49d1be0 which puts tests/tests.sh.in on list of files for tarball. The Git log has the complete record. Maxima 5.37 change log ====================== New items in core: ------------------ * new function with_default_2d_display: ensure pretty-printing output New items in share: ------------------- * new package cryptools: tools for cryptography * new package elliptic_curves: elliptic curves over prime fields and binary fields * new function cgrind: output Maxima expressions as C code * package draw: new function vennplot (Venn diagrams) * package stringproc: new functions flush_output, readbyte, and writebyte Changes in core: ---------------- * function gf_symmetric renamed to gf_balanced Changes in share: -------------- * functions md5sum, sha1sum, sha256sum and base64_decode: accept and return numbers and octet lists as well as strings * packages aes and aes2: provide flexible support for different data types, e.g. octet lists Bug fixes: ---------- * [#3005]: Manual is wrong about "sqrt" and "radexpand" * [#2998]: extra () in display2d:false output * [#2988]: documentation error in gf_manual.pdf * [#2987]: Some divergent integrals give error, some don't * [#2982]: Display of taylor series in wrong order * [#2980]: "rectform" causes infinite recursion depending on variable name * [#2975]: number of distinct partitions gives wroing result * [#2972]: Wrong limits involving logs * [#2937]: dotscrules and antisymmetric * [#2936]: stack overflow in integrate * [#2934]: dotscrules and antisymmetric * [#2929]: misformatting in debugger help message * [#2905]: Assigning variable twice yields different results * [#2620]: atan2(y,x)+atan2(-y,x) doesnt always return 0 * [#2230]: abs(x)^(2*int) doesn't simplify * [#2211]: rtest_sign #77 * [#2183]: eigenvectors of a 10 x 10 * [#1193]: ev doesn't bind functions safely Unnumbered bugs: ---------------- * commit [6779ac0]: zn-nrt: root of zero should be zero * commit [b212487]: Fix up version variables so that load(drawutils) succeeds * mailing list 2015-08-29: [Documentation fails with error][1] * mailing list 2015-08-27: [Warnings from loading cartan package][2] * mailing list 2015-08-25: [Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)][3] * mailing list 2015-08-17: [trouble with GCL build][4] * mailing list 2015-06-11: [rationalize(0.1) and the manual][5] [1]: https://sourceforge.net/p/maxima/mailman/message/34417174/ [2]: https://sourceforge.net/p/maxima/mailman/message/34411188/ [3]: https://sourceforge.net/p/maxima/mailman/message/34401610/ [4]: https://sourceforge.net/p/maxima/mailman/message/34369023/ [5]: https://sourceforge.net/p/maxima/mailman/message/34196346/
- Loading branch information
prlw1
committed
Oct 1, 2015
1 parent
1b547d9
commit 5dcdfed
Showing
3 changed files
with
128 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.27 2015/08/30 15:57:11 wiz Exp $ | ||
$NetBSD: distinfo,v 1.28 2015/10/01 18:43:27 prlw1 Exp $ | ||
|
||
SHA1 (maxima-5.37.0.tar.gz) = 095f1a52c4f88ec9ef0be790f159f6853378c4e7 | ||
RMD160 (maxima-5.37.0.tar.gz) = a17ce91721303aeeea0aed034457dd19465e9d9a | ||
Size (maxima-5.37.0.tar.gz) = 29618514 bytes | ||
SHA1 (maxima-5.37.2.tar.gz) = 460a3042beac635f25d5db453b5cccb13322a4e7 | ||
RMD160 (maxima-5.37.2.tar.gz) = 8e53da2d81352a86125fc4ee09d12b3598dd46d2 | ||
Size (maxima-5.37.2.tar.gz) = 29963535 bytes |