summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorStefan Husmann2017-03-09 23:58:59 +0100
committerStefan Husmann2017-03-09 23:58:59 +0100
commitda081f8c3917a80a35ca5a9562468a10d9feca10 (patch)
treead211801836d4b15c908534f3675c459132acf2a /.SRCINFO
parent6e1fd43ea6231371466b0e67253ffee69f6b0ed9 (diff)
downloadaur-da081f8c3917a80a35ca5a9562468a10d9feca10.tar.gz
Updated version (5.39.1.148.g110b4f282 -> 5.39.1.154.g16ee65def).
Changelog ========= * Use unit_step in pdf_ and cdf_lognormal * Fix result of pdf_poisson when m=0 (16ee65def) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2787ca6af) Docs: add a newline between text and an example in the entry for apply (261f409e8) Mac OS X build documentation: Added the "how to install" file we always ship with the Mac OS X image. (110b4f282) Mac Build: Documented where to get a suitable gnuplot from nowadays. (946655356) macos/Readme.txt was really a markdown file. (d46e77205) adjust the number of the failing date test due to tests added in commits [0cb328818f36937726abe110c9acdd0901243ec2] through [a2a31da27d9d8f2b52953479568b654559dbc204] (81e4ec8fa) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (52b9a959e) In rtest_translator, skip some tests which cause a crash with ECL (bug reported as SF bug #3291). (b896d1f40) In GETL-LM-FCN-PROP, return NIL for argument which is not a symbol instead of triggering an error. Fixes bug reported to mailing list 2017-03-04: "An example that is broken by compile()" (bffe54f07) Nightly test script: add ABCL (currently not possible using a ./configure option, so use the Lisp only build) (8e7e4af49) plotdf UI is not consistent with use of ':' in dy/dx (416de7a82) Documentation/plotdf: Documented the new "arrow_density" parameter in the maxima manual. (a10edadca) plotdf: An option to change the arrow density. This patch was created by themusicgod1 and I have copied it from https://bugs.launchpad.net/ubuntu/+source/maxima/+bug/1670196 correcting one line of help text. (dca80e35f) Mac OS: Now maxima and wxMaxima should find the help system again. (3987a2f61) Instructions on how to make a Mac OS Maxima&wxMaxima dmg "installer". (5a11289a4) Fix wrong function names in ef_normal and ef_matmult error messages (74942f7f0) Additional tests for gamma_greek numerical evaluation, this time for complex float and complex bigfloat. (43a822c48) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc68661b5) Implement numerical evaluation for gamma_greek. Fixes SF bug #3277: "no numerical evaluation for gamma_greek" (f1bc32425) Improve the wrong-number-of-arguments error message for lambda forms (46f6c8da7) Docs: add newlines between the examples in the entry for lambda (9ffd4b49d) Make use of unit_step(x) instead of conditional sentences on x in some continuous distributions. (ab799b27b) Unset the variable LANGUAGE in maxima.bat.in (65f0aa501) Nightly test: add cmucl + acl (afe688204) Crosscompiling: Corrected commit [c44f3a] (from the SBCL update yesterday) (9f73bebe5) Crosscompiling: Update SBCL to 1.3.15 (for 64bit. No 32bit installer released now). (c44f3a675) In tests for kill(props), work around bug #3289. (eec3d7fab) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (418083b70) Remove built-in symbols from the list for user-defined properties. Fixes bug reported to mailing list 2017-02-24: "kill(all) results in non-default display options in wxMaxima" (ef1fa9e16) freeof: check for the variable in assignments in a block's variable list (a2a31da27) freeof: check that a block begins with a list before checking inside (0cc8d2ec6) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2e49fd25a) Put in a test for an integral which is supposed to trigger an error, but did not (i.e. was incorrect) in the recent past, to ensure it remains fixed. (301dc05c9) freeof: check for the variable in quotes and lists in lambda lists (c6156f010) freeof: check that lambda lists really are lists in lambda forms (794e29aef) Add a couple of freeof tests (0cb328818) Nightlytest: --enable-ccl64 and later use ccl did not work. Improved GIT Repo detection (local vs. net) (cbe04cc98) Nightly test: install prefix must be absolute (why?), add ccl (5931343bd) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f8de0e7f7) Added a script for a nightly Linux build and test runs. (5fda7e3b5) Remove a superfluous use of EVAL in EVAL-DERIV (a36a78097) Crosscompiling: Finished the nightlybuild script. (ad09fadc8) Crosscompiling: structured and improved nightlybuild-script (3457f4468) Crosscompiling: update imagemagick (d44e8edb9) Crosscompiling: Use a local git clone for wxmaxima-git instead of pulling everything from github for each build. (b2274ec52) Crosscompiling: Build wxMaxima in a subdirectory of the wxmaxima git version (b11405d30) Julia() and mandelbrot() are modified to create maxoutXXX.gnuplot, where XXX is the PID of maxima process. This behavior is the same as other plotting functions such as plot2d(), plot3d(), draw(). (ce581ef4f) Crosscompiling: one more bug in the nightlybuild script. (84105961f) Crosscompiling: another imagemagick update (baf570beb) Crosscompiling: Allow building a crosscompiled installer from a tarball. (ad865ff5c) Updated crosscompile-windows/Makefile.am with new/deleted files. (b61e7cb32) Crosscompiling: Build with wxmaxima-git works again, improved the nightlybuild-script (13e5cdc3c) Use cons instead of append in 2D explicit (a26940732) Crosscompiling: updated Imagemagick (29ecfb935) In ARRSTORE, branch on $USE_FAST_ARRAYS only at the point where it is needed to decide how to handle creating a new array; before, there was a lot of duplicated code in ARRSTORE. This change allows tests 110 and 112 in rtest_mset to pass. (f70cf3551) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b7dfa3499) In configure.lisp, strip off trailing carriage return character, if any. This should make it work better on Windows. Thanks to Roland Salz for this. (d343ad7c2) Add a fallback for %MAXIMA_TEMPDIR% to maxima.bat (9af4d90a4) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b429fb761) Handle Lisp arrays in MQAPPLY expressions (e.g. f(x)[k] : ...) more carefully. Fixes bug reported to mailing list 2017-02-02: "Structs broken?" To some extent, this carries over to "fast arrays" (hash tables) but a couple of the test cases fail, due to bugs in the use_fast_arrays branch of ARRSTORE. Probably ARRSTORE needs to be heavily revised; in the meantime, those tests are marked as known failures. (761cc1cc8) Documentation: Updated Plotting.texi - gnuplot is used on all platforms. (1d9741dd4) Crosscompiling: Do not require Mono and Gecko. (bac911be6) Crosscompiling: Next attempt for solving the wxwidgets lib name bug. (8ef9520f9) Crosscompilng: Update ImageMagick (2ccd71b93) Crosscompiling: Increase SBCLs 'dynamic-space-size' in 64Bit installer. (b91bb83d2) Fix bernoulli and binomial pdfs when p=0 or p=1 (d6739e9b2) Merge branch 'scratch-pad' (1353ba8e1) replaced catch/throw by a simple return from to return immediately. (5bb0706cc) 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)
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503886868838..8a49c0e2ca05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 8 20:47:42 UTC 2017
+# Thu Mar 9 22:58:57 UTC 2017
pkgbase = maxima-git
pkgdesc = a sophisticated computer algebra system - git-version
- pkgver = 5.39.1.148.g110b4f282
+ pkgver = 5.39.1.154.g16ee65def
pkgrel = 1
url = http://maxima.sourceforge.net
arch = i686