diff options
author | Stefan Husmann | 2017-01-30 10:38:44 +0100 |
---|---|---|
committer | Stefan Husmann | 2017-01-30 10:38:44 +0100 |
commit | e37899299690cff7ea3797388db9dcf66e51893f (patch) | |
tree | 2eb998a7aac711172b630da2222a4885f0075eb2 | |
parent | 3faa4787c0fd3306db2df41c533ccc033c7f6f3a (diff) | |
download | aur-e37899299690cff7ea3797388db9dcf66e51893f.tar.gz |
Updated version (5.39.1.82.g59007f643 -> 5.39.1.85.g59508ece8).
Changelog
=========
Do direct comparisons instead of using MEMBER over singleton lists (59508ece8)
Add zero-padding to the time printed out by appendfile (20a9e130c)
Fix typo in nregex error message (b196a279f)
In PQUOTIENT, split error condition into two parts for greater detail. (59007f643)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6cf7457aa)
In lsquares_mse, when a temporary variable is introduced, ensure that it is assigned the correct value. Fixes SF bug #3282: "lsquares and lists of list of data to be fitted on" (b58a54773)
Revert Commit [7c85cf] (8c58f4bd5)
Crosscompiling: Add a suffix (-win32 / -win64) to the generated installers. (0322fbfc7)
Crosscompiling: Document how to build a 64bit installer. (dd64d2a0c)
Get rid of a undefined-variable and defined-but-unused-variable warning (632678b14)
Crosscompiling: update wxmaxima (ce5ca828e)
Crosscompiling: Re-enable workaround for wxwidgets 32 bit crosscompiliation bug (928f96a60)
Crosscompiling: More 64 bit code. (4cafbcfa0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (825139941)
Crosscompiling: Add first code for the 64bit installer. (606ae061b)
Translate define and ":=" correctly by nuking the translator property (translator generates correct code in its absence). Add some tests (not executed by run_testsuite). Fixes bug reported to mailing list circa 2017-01-24. (b6b5c5c8c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (35586b985)
Put a little bit more info into polynomial quotient error messages, in hope of making debugging a little bit easier. (b8000f462)
Crosscompiling: update ImageMagick (8e0036d2b)
Manual/Differentation: A cross-ref from "atvalue" to "at" (bbb452f44)
PDF Manual: Delete a temporary file after building the manual Before the previous commit took place the leftover file was hidden by a .gitignore. But perhaps doing things this way is cleaner. (8d21c588f)
HTML Manual: No more spurious "\include texinfo" at the beginning. (8968285c4)
Documentation: Change rm to rm -f in Makefile.am (9f58884e5)
Crosscompiling: Update Gnuplot (c9bd1333d)
Makefile.am: Deleted whitespace that looks suspicious to me. (1be0dbe19)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f247f1794)
Documentation: A copy error in describing the behavior of at(). The new ./update_examples helped resolving this one, as well. (aa69ca34c)
Documentation: A line about a mildly surprising property of at() The fact that at() treats variables that are used in differentation differently is in the nature of this function. But as there have been at least 2 errors in the documentation regarding this fact (the 2nd being resolved in my next commit) I thought it would be better to explicitly point out this property in the example whose purpose seems to be to demonstrate it. (18bed0a07)
Documentation: Re-run ./update_examples on Differentation.texi: Most changes this provides are adding @group and @endgroup markers presumably to prevent linebreaks inside 2D ASCII maths. But the original example for at() contained an actual error that was fixed by the ./update_examples. (fd19aff88)
Documentation tools: update_examples didn't escape atsigns properly. The result was that after an ./update_examples Differentation.texi contained a single @ that broke TeXinfo's syntax. (2ce5411b9)
Update Spanish documentation for new version of package distrib (ee1445efa)
Update English documentation for new version of package distrib (bfe791e12)
New version of package distrib (36754d1c7)
Crosscompiling: Update Imagemagick (78b9d2a01)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (35f72e4b0)
In RISCHLOGEPROG, disable debugging output. (2ae46dec2)
In RISCHLOGEPROG, detect zero divisor before calling RATQU and just give up instead of getting an error about "quotient by zero" from RATQU, allowing TRYRISCH to try something else. This fixes SF bug #3274: "quotient by zero" error in integrate (a7239b101)
Revert "Documentation: Ran ./update_examples on Differentation.texi." (291173c54)
Documentation: An example for at() that shows the difference to diff() and subst(). As all three functions are mentioned in the article for at() we should demonstrate the difference between these functions somewhere. (544a38db6)
Documentation: Ran ./update_examples on Differentation.texi. The output wasn't any more consistent with what maxima does even if the differences were small. (5474fcd84)
Documentation: A cross-ref from subst() to at() and (more importantly since both me and the maxima-discuss mailing list frequently get that question) an example that shows the dfference between these two functions. (483b1178a)
Ran Expressions.texi through ./update_examples. This time this didn't uncover any errors in the examples nor did it cause a big change. But it is always sane to keep the documentation in sync with the Real Thing - even if the only affected thing is the formatting. (29c64dcdb)
A solve() enhancement by Richard Fateman that should fix a zillion of bug tickets. (b6dd08cdc)
Manual: box() needed a hyperlink to the function that removes the box again and to the other functions that create boxes. (657acd08d)
Merge descriptive.texi with new histogram documentation (59f477b63)
Merge descriptive.mac with new histogram version (88d89466b)
Use classic Bourne shell again. (ed90fb419)
Corrected link to rlwrap (725682651)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (62cf5053a)
Unlock :common-lisp package when compiling with SBCL. Fixes SF bug #3271: "test failures due to package lock on :common-lisp with SBCL 1.3.13" (eaacba6e5)
Use /bin/bash instead of /bin/sh (509b8c662)
Correct texi2html so that it will produce (more) correct HTML (4c76bee77)
Added code to create the manual in EPUB format (49da9b783)
Typo in last commit. (d3bfbb60e)
Add ChangeLog-5.39.md to Makefile.am, so that is included in the tarball. (2c14dfbe9)
Correct autoload declaration for $RK. (5fea99976)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (369d3160e)
In documentation for logexpand, mention that it applies to product(...) expressions, and put in examples. (ea499db3f)
Check for a constant "variable" of integration in romberg and bromberg (0ef9ab078)
Remove unneeded lexical variable (fdf8e9f06)
Fix bug #2740: demo(romberg) fails (71ee1c0e9)
This commit unbreaks generating the documentation using the TeXinfo version the current OpenSUSE comes with. Thanks to Atri Bhattacharya for this one (ed096929f)
Documentation: eval_string() is something like the opposite of concat() and sconcat() that convert expressions into strings => Added cross-refs from concat and sconcat to eval_string() (78bdf3183)
Documentation: A cross-ref from concat to sconcat(): "??" and their relative position in the singlepage manual can allow users of concat() to find sconcat() if the latter is needed. But the cross-ref doesn't hurt anyway. (893e00264)
Crosscompiling: update Imagemagick (be1b2a984)
Comment example on Venn diagrams (6293ce64f)
Documentation: Seems that some makeinfo versions throw errors if there is no "up" node. (c41232f10)
Add test for bug #2295: Failure to evaluate definite integral (5fb8f8127)
Docs: fix broken output in xreduce examples (c8467165e)
Docs: pop only takes one argument (43cba8813)
When tracing a MFEXPR*, print only its arguments (not the entire form) (d3247ea7c)
Crosscompiling: include 'convert' from Imagemagick. (seems to be needed for wxMaxima export to animated gif feature) (72bbac654)
Add tests for bug #2314: Two different results for an integral (35c625e94)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (9ca77f958)
Remove unused lexical function (45721c12e)
Crosscompiling: updated wxmaxima, removed old wxmaxima patch. (757c68872)
Declare possibly unused lexical variables to be ignorable (440499ccf)
Remove unused lexical variables (93fbbaaa5)
Remove some old/outdated comments from src/mdebug.lisp (c8d4f9e2b)
In changelog for 5.39, introduce additional detail for some items. (3db8fa9d4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (7e74e9bc9)
Typo (3a81010e1)
Adding version 5.39 change log (c9edaeefc)
Setting up 5.39post development branch (5ed75c6a8)
In tests for simplify_sum, add a few more tests from bug report #3236. (56fb70e0f)
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Mon Jan 30 00:07:17 UTC 2017 +# Mon Jan 30 09:38:41 UTC 2017 pkgbase = maxima-git pkgdesc = a sophisticated computer algebra system - git-version - pkgver = 5.39.1.82.g59007f643 + pkgver = 5.39.1.85.g59508ece8 pkgrel = 1 url = http://maxima.sourceforge.net arch = i686 @@ -1,7 +1,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=maxima-git -pkgver=5.39.1.82.g59007f643 +pkgver=5.39.1.85.g59508ece8 pkgrel=1 pkgdesc="a sophisticated computer algebra system - git-version" arch=('i686' 'x86_64') |