summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-22 15:40:26 +0100
committerhaawda2017-11-22 15:40:26 +0100
commit1735c77adda8d6b611ec2fcec41f99ee29def8e4 (patch)
treeb547d134227de99cb2db1862afb903ba7a6fd370
parente4cbaf7a5b808555ebc4226a532b80916018a326 (diff)
downloadaur-1735c77adda8d6b611ec2fcec41f99ee29def8e4.tar.gz
Updated version (5.41.1.78.gc760aa9f6 -> 5.41.1.79.gebf98e4df).
Changelog ========= Removes the old non-adaptive parametric plotter After several years of testing, the adaptive parametric plotter has proven to be better than the old, non-adaptive, one. And the behavior of the old plotter can even be obtained setting adapt_depth equal to 1. (ebf98e4df) Fixes bug #3238 (plot fails with small x-range due to rounding) by using the ~g format directive instead of f, as we are already doing to print the list of coordinates. (c760aa9f6) Fixes bug #2835 (Parametric ploting failed if the variable was not t) (5b0169ac5) Fixes bug #3260 (plot2d: option [xy_scale] has no/strange effect) (534f800ce) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d6479742f) In rtest16, replace no-break space characters with ordinary spaces. This enables GCL to process the file correctly. (a303e2ac4) Crosscompiling: Update Gnuplot to 5.2.2 (change version number+checksum) (b5bc582e9) Documentation: Described why kill() doesn't affect assume(). (565f305ba) Documented that kill() doesn't undo assume(). (b9fe1ba6c) Additional test cases for bug #3356. (93ba4657b) Test for bug #3356: Added missing combinations involving factors with signs 'pn and 'pnz. (073d9e34e) In a test case, do forget(t > 0) instead of kill(t) because kill(t) doesn't do the job. (555a1c4a8) Fixed bug #3356: sign(nz * nz) = nz, added a test case. (c7dd30b07) Fixes a bug: in a product of permutations, the one on the right is applied first. (12f9c3154) Fixes a typo in the messages of the demo. (014d315cf) Updated the message shown by demo when it starts, to reflect its current behavior. (75fff6bae) Adds a demo file and fixes some bugs (destructive use of lists). (48ea1e474) rpm build: Document what to do in order to enable more lisps. (f9d377b8f) rpm build: Enable the sbcl-build per default, as well. (761516336) rpm build: We by default did ship RPMs that depended on a specific clisp version. (bcaa075b2) backtrace: print the entire call stack when called with no arguments (1560f255e) Typecheck backtrace's argument (2d373da79) Docs: trivial whitespace change for consistency (e5fbfa662) Expand documentation for lu_backsub, and give examples. Patch supplied by Christof Koehler, tnx Christof. (858c0497a) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (a205ba1a7) In ARRSTORE, disable (comment out) debugging messages which were introduced in commit f70cf35. (96debc805) Bufix for bug #3349. (e714629af) More functions added to combinatorics.lisp and a new README file for the share directory. The information that was in share/contrib/README about packages that are not in share/contrib but in share was moved to this new file. (8a078ae8a) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (578f6ffda) Miss spell in rtest_grobner.mac (095eb7870) Fix for bug No. 3344. sym/chbase.lisp comp2ele() is modified to call cl:make-list instead of makelist defined in lectuer.lisp. The definition of makelist in lecteur.lisp is removed as it is no more used. symtest.mac is added a new test case for comp2ele(). (58857d015) More functions added. (42be384da) Updated the header of Xmaxima. (68831a5f3) Xmaxima: Work around a bug in bash's autocompletions by changing the help text. (724def5c4) Xmaxima: Removed part of an Win98 workaround that is in maxima.bat now. (9fcd59a1a) Xmaxima: A place in which an attempt to display an error message did crash. (043248191) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f69eb2ed9) Xmaxima: Another try to get spaces in the install path working. (4bbd76b24) combinatorics.lisp: a new package that adds functions for permutations. (d9bc1f516) Xmaxima: A more standard help text. (752673b46) Xmaxima: Make the -X option work. (e8cf0fd33) Revert "Xmaxima: Get rid off all shortnames as we now know a way to avoid using them." (0de95019e) Xmaxima: Get rid off all shortnames as we now know a way to avoid using them. (745ff1a7d) XMaxima: More standard long options. (1d3656924) Xmaxima: Corrected another typo in the help text. (097483f06) Xmaxima: Corrected an typo in the help text that got propagated to the bash autocompletion. (3ffcb13fa) Xmaxima: A better workaround for filenames with spaces. (8a3fb193f) Revert "Xmaxima: A better workaround for filenames with spaces.": Didn't work on Un*x systems. (f2c253fa7) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cf888054) draw/vtk: Remove an unused variable (47b789377) Xmaxima: A better workaround for filenames with spaces. (7e4127aca) Xmaxima: Remove a few historical workarounds. (385e3965c) Fixed some typos. (225167d16) Nightly test: update sbcl to 1.4.1 (6f86edc96) Updated the list of tcl pieces put together in the xmaxima script (8c57ab945) A few clarifications for the .deb part of README.developers-howto (671706e98) Readme.external: Part of the vtk code has migrated to python. (a4d6d98f3) Readme.developers-howto: Bilding release .deb packages now requires three lisps. (59eb11a7e) Remove a superfluous variable reference (acf1cc335) Declare an unused variable to be ignored (9af954fe7) Remove a useless comment (2462e7613) Plot: A cross-Ref from grid to grid2d (e5e8a5c94) Crosscompiling: Fixed the issue with CMake >= 3.9 (fb1c45929) Change URL of Mathjax. (2e18ba76b) Update crosscompiling readme. (371f00f36) : skip walking through *small-primes* when unneccesary (9881344f9) moved tests for to rtestifactor (7dbadfde1) Crosscompiling: Do not include the jsMath fonts. (5bf52998d) Fix bug reported on mailing list by Walter Faxon on October 25th, 2017: "Bug in Maxima function primes()". Added a test for it. (a5025eaa7) Crosscompiling: update wxmaxima (version number + checksum) (46f1cf015) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d2d4ab2ab) Correct a typo in comment header for function npv. This is part of patch #44 (thanks to Sergey Litvinov); the other part of the patch (for doc/info/finance.texi) was applied some time ago. (8fc54f702) Corrected the Maxima help text. (c230af917) Nightly test: update SBCL (4e49b0e60) Avoid the endless loop of ECL if wxMaxima crashes (4e4b9d237) Simplify testing instructions b2y removing leading "-" and adding ";" (c4be7b472) Add ChangeLog-5.41.md to Makefile.am (f32dabfef) Updating version number in configure.ac for development branch (320f96a57) Adding 5.41 change log. (551bca627)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 367692a962a8..a56ad030d15a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 21 14:43:27 UTC 2017
+# Wed Nov 22 14:40:26 UTC 2017
pkgbase = maxima-git
pkgdesc = a sophisticated computer algebra system - git-version
- pkgver = 5.41.1.78.gc760aa9f6
+ pkgver = 5.41.1.79.gebf98e4df
pkgrel = 1
url = http://maxima.sourceforge.net
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1852e47025e0..dfa6a82d3ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=maxima-git
-pkgver=5.41.1.78.gc760aa9f6
+pkgver=5.41.1.79.gebf98e4df
pkgrel=1
pkgdesc="a sophisticated computer algebra system - git-version"
arch=('i686' 'x86_64')