Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
|
|
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)
|
|
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)
|