summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-08-03remove patchhaawda
2023-07-07add a patch to not build htmlhaawda
2023-03-22switch back to sbclhaawda
2023-03-18Updatehaawda
2022-11-30rebuild against new sbcl neededhaawda
2019-04-22fix dependencieshaawda
2018-12-17go back to sbclhaawda
2018-12-15switch to ecl for buildinghaawda
2018-11-20avoid _gitname variablehaawda
2018-11-07new upload triggered by sbcl updatehaawda
2017-12-13Updated version (5.41.1.105.g2c82022f2 -> 5.41.1.111.gc48484ca6).AUR Update Bot
Changelog ========= Revert "Resolved a TeX error with typesetting matrices on new amsTeX versions" (c48484ca6) Resolved a TeX error with typesetting matrices on new amsTeX versions (3bd28f2a6) Nightly tests: Update CMUCL to 21c (c638ca57b) Documentation: Made the cross-ref to errormsg work. (e0e2ea3cd) Documentation: An example for letsimp. (886131a7a) Documentation: Let+Letsimp allow to specify substitutions => cross-ref them with subst and psubst. (4eb957a61) Documentation: a cross_ref from error_catch to errormsg. (2c82022f2) Nightly test: Update SBCL (86c2e8ad0) "make check": Re-added the ask tests using Tomio's Workaround. (986076948) Windows installer: Update SBCL (version number / checksum) (cb0eb70e7) make check: Deactivating automatic testing of ask again. (d7128577d) A comment explaining what memq is there for. (dbdc991e7) "make check": better quoting. (91420e38e) Simpler algorithm to get permutations in Trotter-Johnson's order (a9251a489) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f9159b74a) Added the tests for ask from commit 81bc1622661601 to "make check". (be9bf13c4) A change in the name of the functions (364f0470d) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-12-12Updated version (5.41.1.104.g86c2e8ad0 -> 5.41.1.105.g2c82022f2).AUR Update Bot
Changelog ========= Documentation: a cross_ref from error_catch to errormsg. (2c82022f2) Nightly test: Update SBCL (86c2e8ad0) "make check": Re-added the ask tests using Tomio's Workaround. (986076948) Windows installer: Update SBCL (version number / checksum) (cb0eb70e7) make check: Deactivating automatic testing of ask again. (d7128577d) A comment explaining what memq is there for. (dbdc991e7) "make check": better quoting. (91420e38e) Simpler algorithm to get permutations in Trotter-Johnson's order (a9251a489) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f9159b74a) Added the tests for ask from commit 81bc1622661601 to "make check". (be9bf13c4) A change in the name of the functions (364f0470d) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-12-06Updated version (5.41.1.102.gcb0eb70e7 -> 5.41.1.104.g86c2e8ad0).AUR Update Bot
Changelog ========= Nightly test: Update SBCL (86c2e8ad0) "make check": Re-added the ask tests using Tomio's Workaround. (986076948) Windows installer: Update SBCL (version number / checksum) (cb0eb70e7) make check: Deactivating automatic testing of ask again. (d7128577d) A comment explaining what memq is there for. (dbdc991e7) "make check": better quoting. (91420e38e) Simpler algorithm to get permutations in Trotter-Johnson's order (a9251a489) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f9159b74a) Added the tests for ask from commit 81bc1622661601 to "make check". (be9bf13c4) A change in the name of the functions (364f0470d) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-12-05Updated version (5.41.1.101.gd7128577d -> 5.41.1.102.gcb0eb70e7).AUR Update Bot
Changelog ========= Windows installer: Update SBCL (version number / checksum) (cb0eb70e7) make check: Deactivating automatic testing of ask again. (d7128577d) A comment explaining what memq is there for. (dbdc991e7) "make check": better quoting. (91420e38e) Simpler algorithm to get permutations in Trotter-Johnson's order (a9251a489) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f9159b74a) Added the tests for ask from commit 81bc1622661601 to "make check". (be9bf13c4) A change in the name of the functions (364f0470d) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-12-05Updated version (5.41.1.99.g91420e38e -> 5.41.1.101.gd7128577d).AUR Update Bot
Changelog ========= make check: Deactivating automatic testing of ask again. (d7128577d) A comment explaining what memq is there for. (dbdc991e7) "make check": better quoting. (91420e38e) Simpler algorithm to get permutations in Trotter-Johnson's order (a9251a489) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f9159b74a) Added the tests for ask from commit 81bc1622661601 to "make check". (be9bf13c4) A change in the name of the functions (364f0470d) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-12-03Updated version (5.41.1.98.ga9251a489 -> 5.41.1.99.g91420e38e).AUR Update Bot
Changelog ========= "make check": better quoting. (91420e38e) Simpler algorithm to get permutations in Trotter-Johnson's order (a9251a489) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f9159b74a) Added the tests for ask from commit 81bc1622661601 to "make check". (be9bf13c4) A change in the name of the functions (364f0470d) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-12-02Updated version (5.41.1.94.g852f8857f -> 5.41.1.98.ga9251a489).AUR Update Bot
Changelog ========= Simpler algorithm to get permutations in Trotter-Johnson's order (a9251a489) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f9159b74a) Added the tests for ask from commit 81bc1622661601 to "make check". (be9bf13c4) A change in the name of the functions (364f0470d) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-29Updated version (5.41.1.91.gf32814d03 -> 5.41.1.94.g852f8857f).AUR Update Bot
Changelog ========= Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (852f8857f) In rtest_ask.mac, be more specific about what the user is supposed to enter. (d8b3940ed) In MATCH-SIGN, flip found sign if minus was detected in input expression, not conditional on whether term is squared or not. Fixes bug reported to mailing list 2017-11-25: "bug in Laplace transform" New file tests/rtest_ask_input.mac is a list of inputs for tests/rtest_ask.mac; it is not itself a test script. See comment header of rtest_ask for how to use it. (81bc16226) Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-28Updated version (5.41.1.88.g66e83410c -> 5.41.1.91.gf32814d03).haawda
Changelog ========= Fix bug 3293 (f32814d03) Adds Trotter-Johnson algorithms (cd44ee4fe) Coding style improvements (8b5048b4e) Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-27Updated version (5.41.1.87.g61e925861 -> 5.41.1.88.g66e83410c).haawda
Changelog ========= Windows: Add a workaround for Xmaxima / Lisp (66e83410c) Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-26Updated version (5.41.1.85.g80a062ee3 -> 5.41.1.87.g61e925861).haawda
Changelog ========= Ask the user to use ; ath the demo promt, to make it work also in Xmaxima. (61e925861) Better and more consistent coding style (6f8e1fbae) Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-24Updated version (5.41.1.84.g18db63e04 -> 5.41.1.85.g80a062ee3).haawda
Changelog ========= Revert "Another subst example.": ratsubst is more powerful than my method (80a062ee3) Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-23Updated version (5.41.1.83.g472259c30 -> 5.41.1.84.g18db63e04).haawda
Changelog ========= Fixes a bug. Using a function that no longer existed. (18db63e04) More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-23Updated version (5.41.1.80.ga7c9ee509 -> 5.41.1.83.g472259c30).haawda
Changelog ========= More cases for permutations_lex (472259c30) update_examples: Repaired the case of 1-line-inputs without any output. (f6f56f0b7) Another subst example. (e499f3de3) Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-22Updated version (5.41.1.79.gebf98e4df -> 5.41.1.80.ga7c9ee509).haawda
Changelog ========= Check for correct syntax of oarametric plots. (a7c9ee509) 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)
2017-11-22Updated version (5.41.1.78.gc760aa9f6 -> 5.41.1.79.gebf98e4df).haawda
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)
2017-11-21Updated version (5.41.1.76.g534f800ce -> 5.41.1.78.gc760aa9f6).haawda
Changelog ========= 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)
2017-11-20Updated version (5.41.1.75.gd6479742f -> 5.41.1.76.g534f800ce).haawda
Changelog ========= 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)
2017-11-18Updated version (5.41.1.73.gb5bc582e9 -> 5.41.1.75.gd6479742f).haawda
Changelog ========= 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)
2017-11-18Updated version (5.41.1.72.g565f305ba -> 5.41.1.73.gb5bc582e9).haawda
Changelog ========= 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)
2017-11-18Updated version (5.41.1.71.gb9fe1ba6c -> 5.41.1.72.g565f305ba).haawda
Changelog ========= 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)
2017-11-18Updated version (5.41.1.69.g073d9e34e -> 5.41.1.71.gb9fe1ba6c).haawda
Changelog ========= 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)
2017-11-16Updated version (5.41.1.65.g014d315cf -> 5.41.1.69.g073d9e34e).haawda
Changelog ========= 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)
2017-11-15Updated version (5.41.1.62.gf9d377b8f -> 5.41.1.65.g014d315cf).haawda
Changelog ========= 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)
2017-11-14Updated version (5.41.1.59.g1560f255e -> 5.41.1.62.gf9d377b8f).haawda
Changelog ========= 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)
2017-11-12Updated version (5.41.1.56.g858c0497a -> 5.41.1.59.g1560f255e).haawda
Changelog ========= 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)
2017-11-12Updated version (5.41.1.50.ge714629af -> 5.41.1.56.g858c0497a).haawda
Changelog ========= 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)
2017-11-11Updated version (5.41.1.49.g8a078ae8a -> 5.41.1.50.ge714629af).haawda
Changelog ========= 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) 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) 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)
2017-11-11Updated version (5.41.1.48.g095eb7870 -> 5.41.1.49.g8a078ae8a).haawda
Changelog ========= 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) 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) 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)
2017-11-09Updated version (5.41.1.44.g724def5c4 -> 5.41.1.48.g095eb7870).haawda
Changelog ========= 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) 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)
2017-11-07Updated version (5.41.1.36.g0de95019e -> 5.41.1.44.g724def5c4).haawda
Changelog ========= 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) 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)
2017-11-06Updated version (5.41.1.34.g1d3656924 -> 5.41.1.36.g0de95019e).haawda
Changelog ========= 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) 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)
2017-11-06Updated version (5.41.1.25.g225167d16 -> 5.41.1.34.g1d3656924).haawda
Changelog ========= 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) 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)
2017-11-04Updated version (5.41.1.21.ga4d6d98f3 -> 5.41.1.25.g225167d16).haawda
Changelog ========= 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) 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)
2017-11-02Updated version (5.41.1.20.g59eb11a7e -> 5.41.1.21.ga4d6d98f3).haawda
Changelog ========= 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) 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)
2017-11-01Updated version (5.41.1.19.gacf1cc335 -> 5.41.1.20.g59eb11a7e).haawda
Changelog ========= 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) 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)
2017-10-31Updated version (5.41.1.16.ge5e8a5c94 -> 5.41.1.19.gacf1cc335).haawda
Changelog ========= 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) 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)
2017-10-30rebuild against new sblchaawda
2017-10-29Updated version (5.41.1.15.gfb1c45929 -> 5.41.1.16.ge5e8a5c94).haawda
Changelog ========= 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) 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)
2017-10-28Updated version (5.41.1.14.g2e18ba76b -> 5.41.1.15.gfb1c45929).haawda
Changelog ========= 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) 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)