Age | Commit message (Collapse) | Author |
|
Changelog
=========
Enable building xmaxima in an out-of-source-build. (f73f6b5)
No longer compare characters with EQ (d62d12f)
Cut out the broken and unused macro DEF$FUN in share/affine/polyd.lisp (b9f889a)
Fix/update a couple of comments (73e2f0f)
Fix error message in BF-INVERSE-ERFC (wrong function names) (df9a5ac)
Remove unused lexical variables in the contrib package gentran (f9051b6)
Declare unused variables to be ignored in some contrib packages (e2bf248)
Fix read_binary_list lisp error when reading into an existing list (84ca942)
No longer compare numbers with EQ [part 3] (050553b)
Limits of erfc (5b5e352)
Documentation/Draw: Corrected a typo. (10b195b)
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
No longer compare characters with EQ (d62d12f)
Cut out the broken and unused macro DEF$FUN in share/affine/polyd.lisp (b9f889a)
Fix/update a couple of comments (73e2f0f)
Fix error message in BF-INVERSE-ERFC (wrong function names) (df9a5ac)
Remove unused lexical variables in the contrib package gentran (f9051b6)
Declare unused variables to be ignored in some contrib packages (e2bf248)
Fix read_binary_list lisp error when reading into an existing list (84ca942)
No longer compare numbers with EQ [part 3] (050553b)
Limits of erfc (5b5e352)
Documentation/Draw: Corrected a typo. (10b195b)
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Fix/update a couple of comments (73e2f0f)
Fix error message in BF-INVERSE-ERFC (wrong function names) (df9a5ac)
Remove unused lexical variables in the contrib package gentran (f9051b6)
Declare unused variables to be ignored in some contrib packages (e2bf248)
Fix read_binary_list lisp error when reading into an existing list (84ca942)
No longer compare numbers with EQ [part 3] (050553b)
Limits of erfc (5b5e352)
Documentation/Draw: Corrected a typo. (10b195b)
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Remove unused lexical variables in the contrib package gentran (f9051b6)
Declare unused variables to be ignored in some contrib packages (e2bf248)
Fix read_binary_list lisp error when reading into an existing list (84ca942)
No longer compare numbers with EQ [part 3] (050553b)
Limits of erfc (5b5e352)
Documentation/Draw: Corrected a typo. (10b195b)
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Fix read_binary_list lisp error when reading into an existing list (84ca942)
No longer compare numbers with EQ [part 3] (050553b)
Limits of erfc (5b5e352)
Documentation/Draw: Corrected a typo. (10b195b)
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Limits of erfc (5b5e352)
Documentation/Draw: Corrected a typo. (10b195b)
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Documentation/Draw: Corrected a typo. (10b195b)
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Define the variable $OLD_STDERR (instead of $OLD_STDIN) (da74d5f)
Eliminate a superfluous PROG1 (e5fb199)
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
|
|
Changelog
=========
Fix limit((x^(1/x) - 1)*sqrt(x), x, inf) (0fc7634)
Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) (7b877bf)
Crosscompiling: update SBCL (8f235a2)
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
texinfo documentation and example images for the new transparent lines in draw. (b0522c1)
draw: Add transparency support for lines for gnuplot >5.0 the vtk interface ignores transparency when it sees it. (14b326f)
Windows: Determine the installation directory from the working directory maxima.bat was started in. This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved: - The current wxMaxima version still finds the maxima it was installed with - The current Xmaxima version still finds the maxima it was installed with - maxima still finds its help system: "?? test" still works - maxima still is able to load packages (tested this one with load("draw"); ) (07ec0e0)
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
|
|
Changelog
=========
Changed references to unencrypted Website to https. (one get redirected to https anyway, so one could use https directly) (ebca8d5)
Resolve merge conflicts in rtest15. (3bdbb8a)
Additional tests for eigenvectors. Also, cut out an existing test, which Maxima cannot solve at present, which had gone unnoticed due to a bug in eigenvectors which was recently fixed. (8d73716)
In bromberg, print an error message if integrand evaluates to a nonnumeric value. (caa5a33)
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
In eigenvectors, iterate over all eigenvalues. (3e4e107)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Documentation: Got rid of an unneeded comma. (eefb9c1)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Reformat a few lines for readability and consistency. (855d059)
Add simple test case for changevar of a summation. (d4cbc63)
Simplify the code a litte more. (b63c316)
Update changevar to support reversing the index for summation. (612dd83)
Add docstring for meqhk. (d7822b1)
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
|
|
Changelog
=========
Clean up tfun usage. (efe8692)
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
adjust tolerances for GCL 2.6.12 (c4e24ca)
Remove invfun and nfun from declare-top. (a80e88e)
Remove trans, ovar, nvar, and tfun from declare-top. (5c10158)
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
xmaxima: Header.tcl was included twice. (caae80f)
Add more missing files to autoconf 'make dist-gzip'. (still not finished...) (030712b)
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Crosscompiling: Update wxMaxima to 16.04.2 (1818d3b)
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Include all loop keywords in documentation. Fixes SF bug #3157: "next" (a3c0913)
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Add documentation item for %union. (09ddc2a)
In to_poly_solve documentation, correct statement about empty set. (604bd4f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (6f3d687)
Attempt to clarify description of simp. (e463d52)
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Crosscompiling: update SBCL (3956e39)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5e6df90)
Started fixing the autoconf system, so that "make dist-gzip" includes all (necessary) files. Lots are still missing (e.g. info files in other languages). Some I am unsure, if they are required (directories archive (is that current code or should it be removed (we have a version control system, so old files can be recovered) and admin, Fortran files (some are included in the tarball, but are they really needed?), etc. (e3728a9)
Additional tests for integrate: Borwein integrals (a cute sequence). (f9dae91)
Avoid trouble with ratvars when solving cubics and quartics. (b433655)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8b92ee5)
In defsystem, do not bind Lisp verbosity flags. Otherwise the user cannot affect the verbosity of load and compile messages. (e7e444e)
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Update from Richard. (d2fd9c5)
Merge branch 'master' into rtoy-polylog-eval (a28c64f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Update thresholds for ccl32 and ccl64 (2392025)
Merge branch 'master' into rtoy-li-eval (d831d14)
Add numeric tests for li[s](z) (45a7488)
Cleanup implementation of li-s-simp. (7c7101b)
Comment out some prints. (7d06835)
Implement the log series for li[s]. (49ce4ec)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Merge branch 'master' into rtoy-li-eval (71a1422)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
First cut at evaluation of li[s](z). Not working. (788782a)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b9c67)
Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman. (f09b737)
When parsing Lisp options, honor preceding --very-quiet if present. (b087ee9)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b6e2ce9)
Avoid unbounded recursion in PTIMES%E. Fixes SF bug #3144: "stackoverflow in integral" (4568937)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
In src/cl-info.lisp, change name of variable to accurately reflect its purpose: it is a character count, so name it CHAR-COUNT instead of BYTE-COUNT. (312ab5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (cfd4fbb)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. Added test cases. (6d1b6fe)
Partially fixed assumptions regarding products and powers. We can now do assume(2*x/y^3>0) and get sign(x*y) = pos. (639dd40)
Merge branch 'master' of git://git.code.sf.net/p/maxima/code (3b37cdb)
Actually add *debug-quadpack* (64a78a2)
Add rudimentary debugging for quadpack routines. (8da6033)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Fixed a typo. (285d013)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
|
|
Changelog
=========
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45f2b63)
In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit. (8be65b5)
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Crosscompiling: Re-enable the tex fonts (now installed in a private subdirectory below c:\maxima-..., that works even when installing as unprivileged user). Enable out-of-source builds for wxmaxima. (8294b2b)
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
revert change to %itopot accidentally introduced in [09d160] (e10e3e0)
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Fixed bug #3109 - is(sin(x) <= 1) returns "unknown", is(sin(x) <= 1.00001) returns "true". Also added test cases. "sign(sin(x)-1)" now returns "nz" instead of "pnz", similar cases are also handled. (0bcccbe)
Return noun instead of spurious result for integrands containing signum (5a300aa)
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
freel second element of pair fixes mistake in commit [691cbc] (09d1603)
Announce that ccl64 has been configure. (1eb49d1)
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Relax threshold slightly for test 534 for ecl. (3a20a64)
Mark test 50 as a known failure for ccl. (c49bc5e)
Fix up dependencies to errset in generr.lisp. (73adac4)
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Added CMakelists (did forget the git add in the last commit) Updated Makefile.am to include all required files (at least I hope so) (ea52114)
Crosscompiling: Allow installation as regular user (without admin privileges) Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that the fonts may be included in future again) Remove our own copy of NSIS.template.in and using and patching the one shipped with cmake instead. (3d6e8dd)
Add support for testing ccl64. (ff56bf7)
Add support for ccl64 (beb1aa2)
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
Added missing images to distribution archive. (73c832b)
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
Changelog
=========
draw_graph_list: make sure that wxplot_size does not contain rationals. (2a5e26a)
Crosscompiling: Use wxmaxima-16.04.1 release (1513697)
Add a little more detail to INSTALL.lisp about arguments to CONFIGURE (a0cbda6)
Update INSTALL.lisp to mention that dumping an image works on CCL (c67d9a2)
Print a message in MAXIMA-DUMP if dumping an image is not supported (930bff6)
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
|
|
Changelog
=========
Update decfp to compile and add tests. (c406bb6)
Describe the key for *bf-sincos-table*. (6dbc8e6)
Add Richard Fateman's decimal bigfloat package. (432712e)
Fix integrate((x*sqrt(x^3-4*x))/(x^2-4),x) Fixes bugs #3114, #3115 introduced by [647516] Fix integrate(x=0,x) (037ea4a)
Fix taylor testsuite failure Bug introduced by [22f4fd] freel check first argument (691cbc4)
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
|
|
Changelog
=========
5.38post: updated changelogs, updated maxima.spec to resolve a build error. (f738aff)
Set version to 5.38post (c8646e2)
|
|
|
|
Changelog
=========
freel check first argument (22f4fd0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (a372cb8)
In package charsets, commit modified files from Michel Talon. These were accidentally omitted from commit b2302ed8. (fcbb0e4)
Crosscompiling: update sbcl to the current version. (passes the testsuite on Windows except for problem 530 in rtest16 (and IIRC that was the case also for sbcl 1.3.3). (baa97e3)
My commit 2b0f8c43231ba5e96eb0d6129f690aee69dd0c0e did change one file more than intended. (b7ddd62)
Docu/Creating a release: Added a request to inform the wxMaxima team that aims to make a simultaneous release. (2b0f8c4)
Dropping more non-ASCII characters from a comment in ifactor.lisp (3ddadc8)
Removing illegal character from comment in ifactor.lisp (8254838)
Commit charsets package as posted by Michel Talon in maxima_charsets.tgz to the mailing list 2016-03-26. Michel writes: "I have not been able to make more progress in the debugging of charsets, so i have decided to stop here and deliver what works at present. I have also written an Introduction to the package, explaining what it does and how one is supposed to use it. I have joined some documents (maple source code, a paper of D. Wang, etc) some diffs to show the modifications, all this in a .tgz file which can be downloaded here: http://www.lpthe.jussieu.fr/~talon/maxima_charsets.tgz I hope this can be included in Maxima with any licence you see fit. (b2302ed)
A few more hyperlinks for the documentation of draw(). (c617cc8)
Adjust the tolerances of two li[2] numerical tests (eedadc7)
Add the draw package to autoload updating the documentation: Draw is stable, powerful and widely used enough that we should add it to the list of autoloaded packages especially as it only needs 9 entries. (473ea6c)
Manual: Added a cross-ref from "sum" to "lsum". (a57cdfa)
Prevent the removal of the integervalued feature during a reset() (79d9dcd)
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|
|
Changelog
=========
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (a372cb8)
In package charsets, commit modified files from Michel Talon. These were accidentally omitted from commit b2302ed8. (fcbb0e4)
Crosscompiling: update sbcl to the current version. (passes the testsuite on Windows except for problem 530 in rtest16 (and IIRC that was the case also for sbcl 1.3.3). (baa97e3)
My commit 2b0f8c43231ba5e96eb0d6129f690aee69dd0c0e did change one file more than intended. (b7ddd62)
Docu/Creating a release: Added a request to inform the wxMaxima team that aims to make a simultaneous release. (2b0f8c4)
Dropping more non-ASCII characters from a comment in ifactor.lisp (3ddadc8)
Removing illegal character from comment in ifactor.lisp (8254838)
Commit charsets package as posted by Michel Talon in maxima_charsets.tgz to the mailing list 2016-03-26. Michel writes: "I have not been able to make more progress in the debugging of charsets, so i have decided to stop here and deliver what works at present. I have also written an Introduction to the package, explaining what it does and how one is supposed to use it. I have joined some documents (maple source code, a paper of D. Wang, etc) some diffs to show the modifications, all this in a .tgz file which can be downloaded here: http://www.lpthe.jussieu.fr/~talon/maxima_charsets.tgz I hope this can be included in Maxima with any licence you see fit. (b2302ed)
A few more hyperlinks for the documentation of draw(). (c617cc8)
Adjust the tolerances of two li[2] numerical tests (eedadc7)
Add the draw package to autoload updating the documentation: Draw is stable, powerful and widely used enough that we should add it to the list of autoloaded packages especially as it only needs 9 entries. (473ea6c)
Manual: Added a cross-ref from "sum" to "lsum". (a57cdfa)
Prevent the removal of the integervalued feature during a reset() (79d9dcd)
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|
|
Changelog
=========
Commit charsets package as posted by Michel Talon in maxima_charsets.tgz to the mailing list 2016-03-26. Michel writes: "I have not been able to make more progress in the debugging of charsets, so i have decided to stop here and deliver what works at present. I have also written an Introduction to the package, explaining what it does and how one is supposed to use it. I have joined some documents (maple source code, a paper of D. Wang, etc) some diffs to show the modifications, all this in a .tgz file which can be downloaded here: http://www.lpthe.jussieu.fr/~talon/maxima_charsets.tgz I hope this can be included in Maxima with any licence you see fit. (b2302ed)
A few more hyperlinks for the documentation of draw(). (c617cc8)
Adjust the tolerances of two li[2] numerical tests (eedadc7)
Add the draw package to autoload updating the documentation: Draw is stable, powerful and widely used enough that we should add it to the list of autoloaded packages especially as it only needs 9 entries. (473ea6c)
Manual: Added a cross-ref from "sum" to "lsum". (a57cdfa)
Prevent the removal of the integervalued feature during a reset() (79d9dcd)
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|
|
Changelog
=========
A few more hyperlinks for the documentation of draw(). (c617cc8)
Adjust the tolerances of two li[2] numerical tests (eedadc7)
Add the draw package to autoload updating the documentation: Draw is stable, powerful and widely used enough that we should add it to the list of autoloaded packages especially as it only needs 9 entries. (473ea6c)
Manual: Added a cross-ref from "sum" to "lsum". (a57cdfa)
Prevent the removal of the integervalued feature during a reset() (79d9dcd)
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|
|
Changelog
=========
Adjust the tolerances of two li[2] numerical tests (eedadc7)
Add the draw package to autoload updating the documentation: Draw is stable, powerful and widely used enough that we should add it to the list of autoloaded packages especially as it only needs 9 entries. (473ea6c)
Manual: Added a cross-ref from "sum" to "lsum". (a57cdfa)
Prevent the removal of the integervalued feature during a reset() (79d9dcd)
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|
|
Changelog
=========
Manual: Added a cross-ref from "sum" to "lsum". (a57cdfa)
Prevent the removal of the integervalued feature during a reset() (79d9dcd)
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|
|
Changelog
=========
Prevent the removal of the integervalued feature during a reset() (79d9dcd)
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|
|
Changelog
=========
Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x); (592b38b)
Small fix to make demo("optmiz") work (d2b86d1)
Fix lisimp to test for x = 1/-1 only if numerical evaluation is needed. (394aa5c)
Optimize evaluate li[3](z) for z near the unit circle. (2f05977)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1e96563)
Fix #3105: li[s](1.0) doesn't simplify. (c57712d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3a4a125)
Fix evaluation of li[3](z) for z near the unit circle. (82cbc7a)
Fix bigfloat::unary-floor (7ef1167)
Fix #3112: inaccurate zeta(n) for negative even n. (3b94068)
Adjust results for li[2] and li[3] updates. (fa8e3d8)
li[2] was also incorrectly returning bfloats in some cases. (5d390c7)
li[3](x), numer should return a float, not bfloat. (f1f2be1)
Add references for formulas used by li[2]. (c096285)
In SIMPQUOT, DIV, and DIV*, call / and FPQUOTIENT for float and bigfloat arguments, respectively. This yields results that are exact for small integer floats and bigfloats. Fixes bug reported to mailing list 2016-03-11: "bfloat divide bad; WAS: nonzero remainder of mod(x*x, x) where x is a small integer float or bigfloat" * Add some new tests to verify exact results. * Also adjust tolerances for some tests (for gamma and related functions), since results are slightly different. I would prefer not to increase the tolerance, but after trying to rework the arithmetic for the continued fraction in BFLOAT-GAMMA-INCOMPLETE, I was still unable to get all the tests to pass. * In SIMPQUOT, for float arguments, call / even if the denominator is zero, if the Lisp implementation has the feature IEEE-FLOATING-POINT. (23f01e5)
Quick fix for share/diff_form/poisson.mac (10043fd)
Fix typo in comment. (3215cb3)
Add some tests for li[2]. (b1a5635)
Adjust series threshold for li[2]. (ef1c3c7)
Remove outdated comment. (6657e32)
Bigfloat support for li[2] and some corrections. (4bbb4ca)
Revert part of commit 20b5f6b. (9825941)
Handle li[3](1b0) and li[3](-1b0) correctly. (bca0643)
Support cmoplex and bigfloat values for li[3] (067f050)
Fix #3098: li[3] nuemrical evaluation. (f7b7b06)
Work around bug in ecl that causes all tests to fail. (05b922f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (67d5889)
Docs: remove superfluous and inconsistent whitespace from an example (6038c44)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fb30867)
In tests/rtest_float_inf.mac, test cases for SF bugs #2749 and #3081. In the absence of float-to-bigfloat promotion, these are expected to yield float infinity on implementations which support it. (1ca5ea8)
replace erroneous hex numbers by decimal numbers (5bf08f5)
add the polynomial description of mix_columns in F256[x]/(x^4+1) (1074aff)
Test case for SF bug report #2680: "1000!^0.01 gives i.nfE+6166368" (67b2e52)
In EXPLODEN-FORMAT-FLOAT, treat non-numeric floats (inf/-inf and NaN) as special cases. Return the implementation-dependent "aesthetic" (i.e. "~a") representation of these. Also, in NFORMAT, do not return the negation of the argument when it is float negative inf. These changes resolve SF bug #2680: "1000!^0.01 gives i.nfE+6166368" Now, with GCL (as originally reported), "#<inf>" is displayed. (d1906ea)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2ca379e)
Disable some tests of ev(integrate(...), numer) which rely on float-to-bigfloat promotion, which has been lately reverted. (0a4f3e4)
Revert 2c7bf01 as part of reversion of promote-float-to-bigfloat. (c7fdd10)
Revert e30d638 as part of reversion of promote-float-to-bigfloat. (21d7468)
Add tests for share/lapack/dgesv.lisp (8fe5b72)
Set besselexpand to true before calling hgfred. (a7fedfa)
Fix a couple of typos in warning messages (fd5f293)
update and expand English and German doc of stringproc (76f5260)
Removed the --dynamic-space-size option for sbcl. (f798207)
Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature. This is the third of three commits for this purpose. (aa5f109)
Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature. This is the second of three commits for this purpose. (c19ffd8)
Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature, which was discussed recently on the mailing list. This is the first of three commits for this purpose. Afterwards, the commits will be moved to a branch. (3f2a4bb)
fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL (eba5341)
Add simple documentation for bf_fft and bf_inverse_fft. (7ca8a27)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2640ade)
In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL. This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" and also #3103: "limit of li[..](...) with numer:true infinite recursion" (689fdbc)
Documentation: Added another TODO (bb28956)
Ran fix_tab after getting a "unexpanded tab" warning. (e4c4c49)
Document bf_fft and bf_inverse_fft. (3c8d715)
Fix typo. (cf7d15f)
Add rtest_fft to test the FFT routines. (88f6b9b)
Fix #3056 by allowing fpintpart to continue without error. (41cc6dc)
Ignore all html files. (755e9a2)
Add new share_test option to run_testsuite. (2c21091)
Check for EOF using *PARSE-STREAM-EOF* instead of comparing to 0 (f6049da)
In find_root, test endpoint signs without multiplying values. This fixes SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" (30d5d01)
Applies patch sent by Tomio Arisaka in ticket #3101 (f963618)
Try to fix the trace output when the lisp_print trace option is set (366b08f)
Doc fix in coeff entry: coef -> coeff (b4e04a1)
Add support for bigfloat FFTs (37500ff)
WIP: Bigfloat FFT routines. (d95efeb)
Fix critical bug in bigfloat:cis. (ac4e3f1)
improving the doc of cint and unicode (d8d6fc6)
document recent changes in stringproc.lisp (5059685)
A better label position. (39ddee7)
Added two more images of example plots to the docu of draw. Also made generating example plots work again. (7c10074)
Docu for Draw: Added the words 'Aspect Ratio' to the docu of proportional_axis since these are the first words I googled for when searching for this feature (b5d3719)
Crosscompiling: Updated Readme, commented out the SBCL_64BIT option, since SBCL 64Bit does not support Wine (at least now). (bef379e)
Docu: Corrected some copy-errors I introduced trying to clarify the use of coeff. (802ae7f)
Docu: Further clarification of coeff. (376896f)
Corrected my previous commit. (e890f93)
Docu: A reference from coef() to ratcoef(). (b6730ca)
Crosscompiling: Updated sbcl, tcl, tk, gnuplot Added more required packages, which must be installed for crosscompiling (on Debian 8). (11337d0)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (50d594b)
In maximaMathML, add presentation and content MathML output for conjugate. (b70f3c3)
Improve the message printed for setchecked variables (205c93c)
revision of stringproc.lisp and sregex.lisp: 1. if necessary and possible adjust external format to utf-8 when loading stringproc.lisp. 2. clean code. (f4b6f05)
explicit2d: make draw_realpart work again (5a11780)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fdd9b88)
In INITIALIZE-RUNTIME-GLOBALS, set the read default float format for SBCL. Fixes SF bug report #3099: "Float read is single-precision, though float() is double-precision" (0443536)
Crosscompiling: support 64bit SBCL. (not finished yet, there are some compiliation errors) (9c72b9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (800fe38)
Documentation/Draw: Setting the label color works in all recent versions of gnuplot. (11bd159)
In description of hypergeometric_simp, say load(hypergeometric) instead of load(hypergeometric_mac). (28de98b)
Anchor for variable infolists. Resolves "Undefined node in @ref" errors. (7c364a4)
Description of function hypergeometric_simp. (d6cd0ec)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (93e961c)
In RISCHINT, disable $NUMER and $FLOAT flags, to prevent ev(..., numer) from causing trouble in the Risch code. This fixes a bug reported to the mailing list 2015-11-08: "un-nerving behavior of numer... yikes!" (118dfa9)
manual: Documented another error message that might cause questins from newbies. (549d520)
handle special case where r-th root is unique and we don't need to factor r (a8e4196)
Crosscompiling: Add a note to the lispselector, that it might be necessary to disable DEP for sbcl.exe (27f1785)
implicit2d: fix typo (d92f843)
implicit2d: fix check for non defined variable (7f0f60c)
Tried to equip another error message with helpful additional information. (9968fd2)
Fix typo. (9bd5e08)
Remove the temp directory when we're done. (25397c0)
Fixes a lisp syntax error. (326247b)
Enhancements for the documentation of draw(): - An additional example image - more mref's - and removed a few hyperlinks that link to the wrong place. (2c554cb)
A more state-of-the-art documentation of matrixexp(). (dde8368)
Updated the .gitignore file since one more file is autogenerated. (1246720)
Corrected the .gitattributes. (aa11ff5)
Patches sent by Tomio Arisaka (75fdf28)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa9e65d)
Add a few comments on what integrate-exp-special is returning. (492b652)
Add tests for share/simplification/sqdnst.mac (427e6cf)
Added a line about matrixexp(). I think we should add a more detailed description of the function. though, later => Added a comment saying we need to do this. (8eac8e7)
remove a copy of texi2html in the 'de/' subdirectory. (is identical to doc/info/texi2html (some comments were different), so use that one). (df464c8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (b2332bc)
Crosscompiling: Updated SBCL to the current version. simplified and documented the SBCL wine shellscript. (f9ebff5)
replace string to octet conversions via char-code by string-to-octets resp. octets-to-string defined in cryptools.lisp; in case of non-ascii characters char-code does not return octets (bd454af)
make string to octet conversions available at Lisp level (0db7de7)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (0b8f420)
Assign display property for %and and %or so that they are displayed correctly in 1-d display (string, grind, console w/ display2d=false). Fixes SF bug #3088: "string(a %or b) => ?%or(a,b)" (7d1550d)
replace apply by reduce: avoid surpassing arglist maximum (4905509)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f5f1ffc)
Additional tests for limit, from mailing list 2014-10-10. (10a61e1)
Fix string output in vtk2d-explicit and vtk2d-parametric (684d156)
More spelling fixes. (f310dd8)
A missing mref I had overlooked. (cec85e3)
No longer compare numbers with EQ [part 2] (34f1f85)
Found a better solution for the quote-issue in the PDF manual. This works also with texinfo 4. @codequoteundirected requires texinfo 5. (db7b156)
Fixed some warnings regarding unused or undeclared variables (94bbec1)
A better place to put the configuration item that makes backtics in examples stay backticks and the needful documentation. Thanks to Raymond Toy for this enhancements. (0435313)
Documentation examples: Now TeXinfo no more replaces the quote (') operator by a backtick (`). > Thanks to Wolfgang Dautermann for finding this solution. (0dd0f48)
Allow enhanced3d colouring in parametric curves (f62f40d)
More spelling fixes. (0bf6bb6)
Remove texi2html.init; it's generated now (a7099a4)
Add --enable-mathjax configure option. (1818e0b)
Checked the english documentation for common misspellings (using codespell (https://github.com/lucasdemarchi/codespell/)) (a871a1c)
Crosscompilation: VTK is called as 'vtk6' now. (1dbecdd)
Documented least-min-square-fitting of exp() functions: Am not entirely sure if this is the scope of a reference manual, but this task is common enough (and prone to fail by a big enough extend) that I think it is somehow relevant anyway. (a162f18)
Fixed an error in Special.texi that hindered me from building the documentation. (2e5c471)
Clean code (713145b)
Add TeX formulas and document expintrep better. (f93b266)
Add more detail to the exponential integrals. (747ce99)
Manual: Added ifactor_verbose to the description of ifactor. Didn't add it to the "variables for number theory", as well, because I was afraid to bloat the manual too much this way. (bdb21b6)
Fix bug related to animated gifs (1eb8ba9)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (66183b2)
In translation of makelist, construct output via explicit consing, instead of using nested quasiquotes, which led to trouble for SBCL. Fixes SF bug report #3083: "Error on compiling a working maxima function" (b8dae39)
Fix bug #481: ('m)[1] (meval) (33666cc)
Two expressions should not be APPROX-ALIKE if only one is subscripted (a38b9b7)
Write SetScalars instead of AddArray in case of enhanced3d points (a09caa0)
Removed axis labels from graph plots. (257c3ba)
Fix typo introduced in a previous commit (0eb23f9)
Activate offscreen rendering when file terminals are invoked (5729535)
Mark new orderlessp test as an expected failure. (db83225)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3f4c37f)
More tests for orderlessp, from mailing list 2016-01-28, courtesy of Stavros Macrakis. (87723fb)
Learned another thing about speeding up the code. (83b422a)
Merge branch 'master' of http://git.code.sf.net/p/maxima/code (b15b042)
Correcting typos (569b783)
Update documentation on xlabel, ylabel, and zlabel (c0522f4)
Add 3D object 'prism'. Change default xlabel to 'x', ylabel to 'y' and zlabel to 'z' (439f61f)
Fixed bug #3075: '#3075 answer "3*false" from "integrate(3*asinh(x),x,-inf,inf)"' by checking whether "intsubs" actually succeeds before multiplying its result by the extracted constant in "defint". Also added a test case. (7398246)
Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' by calling "exptb" instead of LISP's "exp" function from within "exptrl" in order to do bigfloat promotion, if necessary. Also added test cases for this. (2c7bf01)
Clean code for stl terminal (1767c17)
Axes labeling in 3d (08f7612)
Some minor changes in documentation (90b542e)
Add impulses to 2d charts (d567e66)
Crosscompiling: Current wxMaxima GIT supports out-of-source-builds, use them. Added some code for creating nightly Windows installers. Minor cleanups. (f75c079)
Add isolines to vtk surfaces (d3a4346)
Some work for out-of-source builds. "make pdf" works now, if it is build out-of-source. (7d30536)
just to have all stringproc lisp files in package maxima (255a5ce)
Do not print undocumented break commands in :help output (9b59adb)
Add a comment describing the undocumented :_none break command (b87fc3c)
Add a comment describing the arguments to DBM-READ (eebbd9d)
Revert commit b88ba7 (5898593)
Added references from join to append and vice versa. (0bb0c88)
In documentation for sets, cut out section "Bugs" and move examples to test suite. At present all examples mentioned as bugs work as expected. (7689e84)
Move LINE-INFO and BKPT structure definitions to avoid style warnings (c79dbfb)
In debugger output, print the current function name in SET-ENV (ba901a1)
In debugger output, print "line" before the line number in SET-ENV (dd126e7)
make orderlessp transitive (af38d28)
primep has changed, application of miller rabin as a pre-test now seems unnecessary here (5a72a0f)
Bugfix: Write maximarc to the correct directory in the new Windows Lisp selection tool ($::env(USERPROFILE) instead of $::env(HOME)) (749716f)
fix bug (80774b9)
fix typo (459e6cb)
update (new publications) and slightly improve primep and helpers; saves about 15% time (1886093)
More work on vtk: * Add tubes * Allow multiple palettes in one scene (d4e7137)
Typo in the last commit. (89b48c1)
Added a small GUI for Windows users for selecting their default Lisp interpreter. (d1def61)
Return to Maxima from to_lisp REPL on EOF (d6f0d16)
Fix behavior of two-sided limits that fail (26375cd)
Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. (688f662)
In README.developers-howto, do not forget to cd before uploading tar.gz. (569bf7e)
In README.developers-howto, add instructions for how to make a release. (0192bdf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4210982)
Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072, which is not fixed yet. Marking the test for #3072 as expected errors since a bug fix may take some time. (7c12736)
Allow geometric transformations of triangles and parallelograms in 3D (6d10e78)
Update Spanish documentation for draw package (2af0c38)
Update info on option 'capping' (83d7776)
* Option tube-extremes is now deprecated, use capping instead. * Rewrite objects sphere, cone, and cylinder in vtk (92a48bb)
Fixes a bug in the style plot option reported in the mailing list on 2016-01-08: "set_plot_option question" (718fd7e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (8f1aa68)
Corrected the workaround for bug 3052. (fd50b13)
Build and install winkill exe and library (thanks Andrej for the info how to do that. Now wxMaxima works with sbcl) Use lzma compression for the installer (should be better) Build and install Maxima documentation (f901aae)
Better formatting. (427d915)
Small change to a README that makes it clearer that one can select several lisps at the same time. (f287561)
Improve debugger error messages regarding invalid break commands (4dd89f6)
Add some whitespace to debugger output (b2cff69)
Remove control characters (repeated ^Z) from debugger output (b88ba72)
Allow geometric transformations, both in 2D and 3D (a4209d7)
Fix function call (21f819b)
In package charsets, replace all %I by %i in expected results for tests. (f00dd45)
In package charsets, define charsets_lenord and friends so that they accept mapatoms as arguments (i.e., avoid calling length on mapatoms). I do not know if the definitions are really valid; these definitions assume that the "length" of a mapatom is 1. Dunno what other choice might be made there. (4ed6666)
In package charsets, (1) cut out definition of charsets_union in charsets.mac (let definition in charsets_set.lisp take over), (2) in charsets_movefactor, call divide only if divisor is not free of the last element of ord (since elsewhere it appears that ratvars is set to ord somewhere, and that causes an infinite regress in charsets_movefactor). (f59e642)
In package charsets, fix bugs in charsets_union and charsets_intersection (previously they ignored their first argument), and sort return value in charsets_union. (04a1abf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dd036b6)
In package charsets, restore charsets_adjoin to charsets_set.lisp and rename it to charsets_adjoin2 since it takes 2 arguments, likewise rename charsets_adjoin in charsets.mac to charsets_adjoin3 as it takes 3 arguments. Fix up all calls to charsets_adjoin to call one or the other. (723ebd9)
In package charsets, replace all calls to operatorp with charsets_operatorp, and define charsets_operatorp to return false when the first argument is an atom (instead of triggering an error, as operatorp does). (f676655)
In package charsets, avoid calling length on mapatoms in charsets_setorder_reversep. (eef4195)
In package charsets, print test input and expected output. (f16b20e)
In package charsets, catch errors in tests and keep going. (8f7e17e)
In package charsets, call charsets_setify in test1.mac instead of setify. (e4ae178)
Try to exit gracefully if we are unable to connect to a server (bdaf3c7)
In package charsets, remove function ODDS from charset_powers.lisp since it is also defined in src/mactex.lisp. (3ded968)
In package charsets, remove functions charsets_adjoin and charsets_subset from charsets_set.lisp since they are also defined in charsets.mac. (7077423)
In package charsets, (1) load Lisp functions needed by charsets, (2) cut out definitions of lcoeff and degree, as those are provided by charsets_powers.lisp (partial reversion of commit 43ee34f). (f61997b)
In package charsets, rename flatten.lisp and set.lisp to charsets_flatten.lisp and charsets_set.lisp, respectively. Also restore powers.lisp to this package as charsets_powers.lisp. (15f680c)
corrected some wrong nodes in texinfo documentation (51a5f4f)
Set the system external format to utf-8 for cmucl. (df38b65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5f5c6d6)
In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06: "coerce-float-fun and hashed arrays" (b637368)
Expand the effects of axis_3d=false (d903c29)
I actually prefer to have my middle initial included in my name -- vttoth (407452f)
Added terminal STL for vtk. This format is of common use in 3d printers. When terminal=stl is invoked, every surface in the scene generates its own stl file. (2d0eae5)
Crosscompiling: Build a combined SBCL+CLISP installer. Removed a workaround for crosscompiling on older Opensuse Linux Updated requirements for including SBCL. Include VTK by default. (7acd76b)
2D features for the vtk renderer: (ef5cf72)
Completed the 'list_authors.pl' script (for generation of the AUTHORS file from the git log as much as possible from the Maxima members list from Sourceforge. Some real names are still missing - can somebody complete them?) (7fc6cc9)
In package charsets, added notes about undefined functions to README. (4d10bf2)
In package charsets, call charsets_setdifference instead of setdifference in charsets_testsub. With this change, charsets_test(); reports test 1 passed but stack overflow on test 2. (1699fb8)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (5795184)
In package charsets, attempt definitions of degree and lcoeff. Definition of lcoeff is derived from Maple documentation page for lcoeff: http://www.maplesoft.com/support/help/maple/view.aspx?path=lcoeff Also fix up charsets_setorderp so that it can handle mapatoms. With these changes, charsets_test in test1.mac still fails, with an error in charsets_testsub (bad arguments for setdifference). (43ee34f)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3932649)
Don't kill lriem and ric when computing them; kill does nothing if they are arrays and it unnecessarily destroys a pre-initialized matrix that may have been provided by the user. (ecf10f7)
Removed useless (already commented out) lines in CMakeLists.txt (1b58ef8)
Support SBCL when crosscompiling a Windows installer. The maxima testsuite runs without errors, but SBCL is still not considered stable on Windows by their maintainers: "WARNING: the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." (aeb018e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (98d1117)
In package charsets, change all local variables ind to _ind. Partial fix for bug reported to mailing list 2016-01-02: "charsets" (e415712)
Print to *DEBUG-IO* in function *BREAK-POINTS* (36272e0)
Improved Websitelinks in the manual (e.g. marked some dead links (remove them?), changed @code to @url, ...) (26616a3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (87623b1)
Fixed some typos. (dece908)
Manual: Did try to add some links - but mostly learned how much of even basic functionality is still undocumented despite the manual being *large*. (0c8dad1)
Removed an empty (and now unused) file. (dae99aa)
The tarball that was generated by "make dist" didn't build. Corrected that. (f41f9d6)
Another fact I had to search long for before finding it. (7391315)
Manual: Made celine.texi use ./update_example to improve its pdf documentation. (df5dcad)
Made the hyperlinks in celine.tex clickable. (82e6d5c)
Did forget to tell automake to package bitwise and corrected a few small errors in the bitwise documentation. (5648c19)
A typo in the .gitignore file. (cac32f5)
Bitwise saved me once. So I assume this is the Right Time to add it to the manual. (31b383c)
Documented a few things I found out about the maxima documentation system. (ff94ed6)
Do not install the 'maxima' (Unix) shellscript in Windows, there is a 'maxima.bat' startscript. (6531710)
More entries for the .gitignore file. This time: Files that might be present after an unsuccessful build. (05bde5d)
Corrected an copy-error in my last commit causing the docu for orthopoly and ratpow to be swapped. (179a222)
Documentation: - Only one heading was written in bold. Changed it so all major headings are in bold, instead. - Seems like I added ratpow only locally. - Made the documentation of ratpow look nicer - Did find a reference in Polynomials.texi that went to the wrong anchor. (e7b9984)
Another error message explained. (a6813af)
- Tried to introduce a way of telling references to packages from references to functions of the same name. What I don't know if it can be done is to resolve all the warnings (and links pointing to the wrong places) that are caused by functions and variables with the same name generating nodes of the same name. - Seems like I either did accidentally remove engineering-format.lisp from the documentation or that I did edit include-maxima.texi instead if include-maxima.texi.in and therefore did never actually add it to the documentation in the git master but only locally. I suspect the latter to have happened. This commit corrects this, too. (2d35684)
Did forget these places when making plot+draw use individual files for every concurrent process. (b17b0e7)
Bind display2d to true in bug_report() when calling build_info() (13df2d5)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (458449d)
In LOADFILE, bind *PACKAGE* to make it possible to load Maxima code which does not set *PACKAGE*. With this change, :lisp (in-package :cl-user) (maxima::$load "stringproc") succeeds. Fixes bug reported to mailing list 2015-12-29: "using $load in common lisp via ASDF" (f26bad5)
Updated the german Manual - build_info() example as in the english manual - The description of build_info() was wrong (does not return "") - updated texinfo.tex to the most recent version, so that the manual can be build again. - Changed 'rm' to 'rm -f' in doc/info/common-lang.mk, so that it will not return an error, if some files were not generated. (cf415e3)
Changed the example output of build_info() to a normal release. Described what the version number from a git build means. (700f4de)
Updated 'operatingsystem' package documentation. Documented delete_file(), created new section "File operations" (8322940)
Ensure sane line endings for .mac files, too. (59ede3f)
Seems like already-committed files aren't affected by .gitattributes (90a336c)
git attributes that ensure sane line endings in .lisp code and that make diffing .png files more efficient. (d47c607)
Renamed array used internally in trrc() to avoid conflict with other code. (adcdc17)
Add ASSIGN property to $NICEINDICESPREF (81ac8ab)
Added a TODO-file for the crosscompiling procedure (describing the reasons for some decisions in the crosscompiling procedure) (1b7f759)
A "See also" section for ratpow and another example. (c3fcf84)
Seems like adding hyperlinks to mref in pdf files added noise to the title page of the pdf documentation. Corrected that. (8ec11e7)
Re-added the lopow function to ratpow's documentation: Seems like i accidentally deleted it - and added a new example to it. (484fa47)
Tried to start a README file for writing documentation. (b073de8)
Incorporated all the hints I got from the mailing list into the ratpow documentation. (08ffa31)
Moved maxima.vrs to .gitignore. (982e713)
Added ratpow to the manual. (1af2032)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (834f2fb)
Commit ratpow.lisp by Stavros Macrakis, as posted to mailing list 2015-12-30. (3377593)
Add a note on logarithmic scales (b62a5bf)
* Make explicit draw be aware of logarithmic scales. * Fix background_color problem (206291b)
Operatingsystem-package: Added tests for copying, renaming and deleting files. (71d18e5)
Another error message explained. (a57e529)
Correcting newly introduced typo in Itensor.texi (ddf6f26)
Now hyperlinks in pdf work even in the "see also" sections.. (d927805)
Another reference that pointed to the right command in the wrong chapter. (b3fbcaf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4944e3c)
More work on 2d plotting with vtk (44e7318)
Spelling fix. (6a48589)
If *DEBUGGER-HOOK* is NIL, keep it that way when entering to_lisp REPL (3692710)
Operatingsystem-package: support rmdir with ccl (4320be1)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6ad319)
Added ecl support in the 'operatingsystem' package (443c965)
Wrong link targets that havve been found by Christian Strengg. (c3a9bc1)
Commented out the code that does not work on every computer. (3df02d1)
Now links in the pdf file are colored again. (2aa31c6)
Fix comment in src/gamma.lisp: factorial_double -> double_factorial (191de89)
Fix makegamma(double_factorial(xxx)) (8a405ae)
Docs: update default value for factlim (ed75f5e)
Docs: add entry for simpproduct (d47927f)
Updating ctensor documentation to reflect change in toroidal coordinate system definition. (6f9ba7a)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (bf3b86e)
Fixing a long-standing error in the predefined toroidal coordinate system in ctensor. (c7ba6a4)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24476d4)
Volker has found out that I changed several mref to mrefdot. (d00ad72)
Added copy_file and documentation for rename_file to the operatingsystem-package. (79b23be)
A copy error in the docs for carg. (29356a0)
A new crossref from cargs (d5a6963)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (45b8f9a)
Work on back compatibility and first steps towards 2D plotting with VTK (de670b3)
Made the documentation compile again. (45f01a8)
Tried to include hyperlinks in the pdf file. (b6d0a83)
Small documentation improvements. (6867d5c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c05c492)
Fixed the pathname/namestring issue in the operatingsystem package Modified the tests, so that a directory is only removed if it could be successfully created. Added some non-trivial filesystem tests (german umlauts, spaces) (253c404)
Fix bug #3058: Lingering assumptions after an interrupted simpsum (7409f45)
Repaired my last commit. (8196fbc)
A try to use all answers from David for demystifying "return". (2705091)
Did add operatingsystem to the autogenerated instead of to the source file. (7798258)
Did add operatingsystem to the autogenerated instead of to the source file. (3469be2)
Updated to a newer version of texinfo. (fbf59f0)
Added a zillion Hyperrefs. (ae15142)
Minor edits of the documentation. (78a085e)
Tried to document when we can eave out the "block" command. (208fedd)
Tried to clarify the documentation for block() (98b77b5)
A better mimetype name. (3505e10)
If f is oddfun and x is equal to 0, then the sign of f(x) is zero (1ed55a1)
If f is oddfun/decreasing and x < 0 < y, then f(y) < 0 < f(x) (bea5d07)
If f is decreasing and x < y, then f(y) < f(x) (d814358)
Added a short description of the operatingsystem-package to share/contrib/README Added an (empty) share/contrib/operatingsystem/Makefile.am since Maxima does not compile without it. (e5592d0)
A Crossref from getcurrentdirectory() to directory() (738d935)
Add test for SF bug #2302: "'at' applied to definite integral" which was fixed by commits a68f657 and/or 69597eb. (0848773)
Operatingsystem is valuable enough that we can include it into the official documentation. (65cb6c2)
Maybe we should publish the mimetype of .mac files so they are no longer identified by ubuntu as "probably C code". (3750eab)
allow function unicode to return characters by its code point and also by its name; additionally some minor changes (8c111b0)
Added some real tests to the operatingsystem-package Added a rename_file() function. (122cf91)
Replace maxima-nregex usage with a simple search. (7e52514)
Fixed an issue with the operatingsystem-package texinfo. VTK in the windows installer works now (thanks Mario!), removed the notice that it does not work. (4dbf8e8)
Add a configure option to create an installer for 64bit Windows. (3e3d34a)
Make vtk renderer work with version 6.3 (fd95d8e)
./maxima-local did not support the --list-avail option. But it was suggested if one called ./maxima-local -l unknown (76c143c)
Added a first version of an 'operatingsystem' package (handling of directories, files, environment ...) I started in share/contrib, if it gets better, we can move it to share/. (3156c39)
It is recommended to build Maxima with "C" locale, so do that when crosscompiling Maxima. (5e63869)
give old-ibase an individual name in each file; acl complained (2da94bb)
In ezgcd, declare specials SUBVAL and SUBVAR and bind them. This fixes a bug reported to mailing list 2015-12-10: "problem with poly_pseudo_divide" (25bba95)
In SUBST-EXCEPT-SECOND-ARG, remove SIMP flag to ensure resimplification after substitution. This commit and 69597eb (I think) fix SF bug #1085: "Function \"at\" is overly cautious" (a68f657)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dcd5afc)
In SUBST-EXCEPT-SECOND-ARG, treat 'laplace expressions similarly to other expressions which have dummy variables. (d08107f)
In SUBST2, cut out redundant test (AT-SUBSTP subsumes the stuff it was testing for), and put in a helpful comment. (d78e052)
In SUBST-EXCEPT-SECOND-ARG, handle 'at and 'diff noun expressions similarly to other expressions which have dummy variables. This allows for substitutions into variables other than the dummy variables, namely free variables in the main operand, and the right-hand side of equations in 'at and derivative degrees in 'diff. (b13ae89)
Renamed the autoconf flag that tells we are using windows from *autoconf-win32* to *autoconf-windows* (since it marks win64, as well), but kept *autoconf-win32* around for all the packages on github that might still use this variable. (7344fdb)
Fix tics on z-axis (7ec0adc)
The comment in the docs said we need "examples" for args() and I did only provide one. (b5216a9)
apply() and funmake() are similar to each other. And args() unmakes them again => Added cross references between these commands and an example for args(). (cf4891e)
Generation of the AUTHORS file from git log If you like the idea, the "correct author names" lines (conversion of git log names to real names) should be finished, before the AUTHORS file is generated with this script. (465cd82)
Reverting change in windows support (afd49c1)
Update draw settings before plotting the sound (84e8bb9)
Remove superfluous IF left over from commit 50ccc7 (fa8bfa8)
Comment out main set -x (778afc2)
A quick solution for Bug 3052 (plot2d with plot_format = openmath fails when using the ./maxima-local startscript.) (9c89d36)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ca12412)
In NFORMAT, process expression only if it is simplified or has some other CAR flag. Fixes SF bug #3046: "Changes of behaviour with simp:false" (1a3bfbd)
Correct definition of verify_output_1d (forgot to assign to output variable). (9dc2cc7)
MSW: From now on gnuplot should only steal the focus if it actually opens a window. (50ccc77)
Added numericalio to the manual. (0b340c3)
More precisation for my last commit. (d58d403)
A fun polynomial Richard Fateman has written about in the mailing list. (8820240)
Tried to enhance the 64-bit-windows-support. (6a36901)
A File/New entry for the windows explorer. (777e41f)
add new functions in stringproc to max_ext (26173bc)
change of some (wrong) results that have simply been the (wrong) answer of GCL (5570e37)
some code cleaning, hopefully no substantial changes (466bf06)
adding tests for sregex (f05b198)
formatting and one change corresponding to changes in stringproc (1a83464)
new file for loading sregex separate from stringproc (dfde784)
revision of the interface to pregexp, new function: regex_compile (ccb60be)
this is the newest version of pregexp by Dorai Sitaram (a4dbb54)
new functions: string_to_octets, octets_to_string (85391b2)
revision, simulate unicode support in GCL, new functions: unicode, utf8_to_unicode, unicode_to_utf8, adjust_external_format (6dff1f3)
Completely forgot to add this file. (a8bb838)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (c72075d)
In SIMP-%AT, test for dependence more carefully, to avoid error in $DIFF. This can arise e.g. by substitute -x for x in an %AT expression; that might be a bug, but, in any event, we are just working around it here. Fixes bug reported to mailing list 2015-11-23: "Change in behavior for taylor/integrate - a bug?" (3372fa7)
Merge branch 'docutweaks' (72d4bc4)
pdf manual: Don't rebuild the figures automagically. (719f0c3)
In plot3d, try to verify that expression is a function of the plotting variables by evaluating for numerical arguments (namely a point in the middle of the range). Evaluating with symbolic arguments can fail since COERCE-FLOAT-FUN wants to take the real part of the result, and realpart can fail for complicated expressions. Also, the expression may be undefined for symbolic arguments e.g., functions defined by numerical methods. (827c6a2)
Cut out #+sbcl (require 'asdf) which is needed for old SBCL versions, and causes an error for newer versions. (39479b6)
In numericalio, avoid copying data when reading into an existing list. (1c0befe)
A few tweeks for the documentation generator. (18667c3)
In numericalio, return a new array if none is given to read_binary_array as an argument. (60fafac)
In numericalio, revert changes to READ-LIST-FROM-STREAM which caused it to run much slower than before. (1bc6156)
In numericalio, reorder read-array functions for slightly improved clarity. (b48fb76)
In numericalio, additional tests for reading arrays. (c5a95bd)
Updated README.txt for crosscompiling Maxima. The necessary packages, which must be installed for building should now be correct. (Tested on an fresh installed Ubuntu). Maxima *should* not be required, but when the images in doc/info/figures/ are regenerated (dont know why, they exist already), one needs Maxima. (b881668)
In numericalio, rename some functions for slightly greater consistency. (b357af2)
In numericalio, fix bug in handling separator character for csv files. (5d20a2f)
Additional numericalio work in progress: reading into a declared array. (e05d9fc)
First attempt to rework numericalio.lisp for greater speed and memory efficiency. This version compiles and passes rtest_numericalio tests. (993aea7)
Arrange for numericalio Lisp files to be compiled (via defsystem). Now load(numericalio); will cause the files to be compiled and loaded instead of just loaded. Also, since numericalio functions are autoloading, calling write_data or one of the read_* functions will also cause numericalio to be compiled and loaded via defsystem. (b9db227)
Manual: Found out how to make list traversal real fast. (3443f3b)
Remove code related to the obsolete $TTYINTNUM and $TTYINTFUN (b2bdded)
Solved the parse_timedate() issue with Clisp/Windows (since there were no objections to my patch (https://sourceforge.net/p/maxima/patches/78/) I hope, it is okay). (b634096)
Another info node error Wolfgang found. (f70d892)
Added the answer to a question from the mailing list to the docs. (dbd0570)
Use $UND instead of $UNDEFINED in SIN-COS-INTSUBS1 (05e48af)
info: A cross-reference from num to denom and vice versa. Also added 2 examples. (7854719)
Corrected a typo that caused an impressive plot not to appear. (3af639b)
Added the last missing geomap example image to the docs. (d297c9d)
- Corrected the incorrect links Wolfgang has found - Documented another error message. (df71446)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (fa7cd4a)
Treat $SET the same as MLIST in a couple of ways. (1) '{x} now prevents evaluation of x, just as '[x] does. (2) op({x}) now returns "{", just as op([x]) returns "[". Fixes SF bug #3049: "set should act like list" (0b6a9a1)
Fix typo in geomap example (572f63d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (572d6d5)
Register .wxmx in the Windows 'New' context menu I am not sure, if that should be the default for the Windows installer or an option (when building the installer or installing Maxima). (c03960a)
Did add the wrong image (15ae286)
Plots for all working geomap examples. (33f4f30)
Even more draw examples. (9bdf6fa)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (acdacff)
In content MathML, correct output for MQUOTIENT. Thanks to Christian von Schultz. (16bada4)
Updated the changelog again. (f97d313)
Updated the changelog. (d817ac5)
- Autoscale images in the html documentation - rebuild the html documentation in case that manual.css changes. (ae11414)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ee3a24e)
Change MathML output for sqrt from sqrt/ to root/ as suggested by Christian von Schultz. (ecf48bf)
That was obvious. (82aea3a)
Updated the images for the draw documentation. (ab89377)
Even more images (eb84a08)
Some example specs. (42337a1)
Another batch of images for the draw docs. Perhaps we can somehow use them as a testbench lateron. (714f8d4)
2 new example images. (dbb854f)
Even more examples. (75cf59b)
Forgot to commit these files. (76d2ffb)
Enough examples for today (7c799fe)
A few more draw examples. (1d7e95a)
Some more example images for "draw". (aa9c9d2)
If we allow automatic building of the draw examples this removes some redundancy from the Makefiles. We still add the generated figures, though, in case that not all developers own a running gnuplot and to avoid the problem that we otherwise need maxima in order to build maxima's documentation. (bd03f1a)
Perhaps we should add the images for the draw examples we provide... (3631127)
Handle nested sums and products in bashindices (ae47177)
No longer compare numbers with EQ (dac725f)
In maxima.spec.in, correct directory for Clozure CL binary files. (52395c2)
Define stuff in maxima.spec.in to compile Maxima with Clozure CL. (Default is still to compile with Clisp.) (bc66026)
Use MAXIMA-LOAD-PATHNAME-DIRECTORY in defsystem files for translating Fortran code to Lisp, instead of *LOAD-PATHNAME*. (a10a2d3)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (de1c664)
Ensure that symbols ${ and $} (for sets) are readably printable, by setting LED and NUD properties to symbols instead of functions (via DEF-LED-EQUIV / DEF-NUD-EQUIV). Fixes SF bug #3045: "Save command now fails to generate lisp file" (4b6c2df)
Provide the user with some control of the grid coarseness. (4d1f046)
Test and documentation. (9124c7e)
Nearly works. (9468ae8)
Tried to allow to specify to use a finer grid. (68d866e)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (91d60c9)
In maximaMathML, test for property CT-PROC before CTFUN. Thanks to Christian von Schultz for this patch. (70330d6)
In integrate, allow expressions like diff(x[1](t), t) as integrand. Fixes bug reported to mailing list 2015-11-10: "Problem integrating subbscripted and diffed function" (a41e55d)
.gitignore. (f424b1b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (e6b2f78)
Define new special *MAXIMA-TOPDIR* which is the top-level directory, and put that on the lists file_search_lisp and file_search_maxima. Fixes bug reported to mailing list 2015-11-08: "testsuite failure with ecl" (668587b)
A sensible orientation for the z axis label. (f96bf9b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (15e0f7c)
Replace all references to *LOAD-PATHNAME* with a call to MAXIMA-LOAD-PATHNAME-DIRECTORY, which has GCL-specific code that can handle both <= 2.6.12 and > 2.6.12. This (to the best of my knowledge) fixes moodle-qtype_stack issue #149: "draw.list file" (https://github.com/maths/moodle-qtype_stack/issues/149) (623a513)
Add test for bug #2507: Strange non-evaluation of integral (8190125)
Fix Lisp error when calling room with bad arguments (411706f)
Better wording for my last commit. (2e9977d)
Now the graphics object explicit tells us which variable is undefined. (59ce505)
Documented two mode frequent error messages. (3534570)
BIGFLOAT:EXPT must return a BIGFLOAT if one arg is. (4b0eb50)
Cleanup spelling and a drag-and-drop-error I introduced. (0dcdac9)
A subsection on the performance of lists. (0968a05)
Clarified my last description somewhat. (1aefad7)
Another error message I was asked about. (a5fc038)
Added the word "hexadecimal" to the manual so it can easier be searched for. (4cfcd51)
Loading structs from .lisp only works correctly if the structs were declared first. Documented this fact. (d0b2a1e)
add autoload entry and English and German documentation for new function mgf1_sha1 in stringproc (36028d1)
add new function mgf1_sha1 to stringproc, tools for cryptography (b958234)
revision of some functions: cleaning and documentation of code (b7c6b10)
Another try to get the new documentation chapter right. (3adf7cc)
A copy error. (24870a1)
Forgot to actually add the file. (cb6baee)
Added a manual section about error and warning messages as a starting point that can be extended later. (40f5437)
Fix bug #3044: opsubst crash (3c8d45b)
Add tests for share/physics/dimension.mac (684001d)
Reverted my fix for compiling lapack with sbcl since it broke maxima on computers with low RAM. (c4a6915)
More memory for sbcl. Thanks to 大曲 駿 for reminding me about this. (9d40340)
documented my commits in order to reduce the work involved in making a release. (232a98f)
Now "make pdf" works again. (f0a62af)
Now each maxima instance uses individual files for draw and plot. Without this patch every instance of maxima running concurrently will use the same files so running two plots at the same time will give unexpected results. (f4af2a1)
A few .gitignore entries. (6465173)
Document how to replace a + or a - using subst. (2a7de55)
Make stdout and stderr user-accessible. (15e5ab7)
Documentation: Corrected an copy error. (bd55630)
Documentation: Clarified the use of "first" as requested in a TODO. (5bea32a)
Allow sbcl to use enough memory to compile Lapack. Unfortunately this patch doesn't affect windows since the 32-bit sbcl for windows doesn't allow to use enough memory. (5cc41da)
This should make unicode characters work in wxMaxima for windows using sbcl. (02e5927)
Documentation: Clarify that wxmaxima's TeX output is separate from maxima's TeX output. (b8af0dd)
Add Sister Celine's method to the manual. (20b5f6b)
Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 (4be3d80)
In maximaMathML, define output for Maxima set expressions. Thanks to Christian von Schultz for this. (d6da92e)
Fix bug in output for MNCTIMES. Thanks to Christian von Schultz. Fixes bug reported to mailing list 2015-10-22: "Bug in CtMathML.lisp" (733b087)
(nearly) fixed the VTK integration in the clisp installer. (still does not work, but perhaps the VTK interface needs to be updated for the newest VTK (6.3)?) (53313a6)
Provide patch to slash in src/grind.lisp. (092c317)
Make unicode_add return useful value. (f4be291)
Fix bug for Windows systems. Thanks to Tomio Arisaka (24a1f47)
Rename source files in unicodedata. (458b1f2)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (16c8502)
New test to verify bug mentioned on mailing list has been fixed. (d0f4969)
Initial commit of unicodedata package. (d9bf6ff)
In lbfgs, return last approximation if max function evaluations reached. Previously returned an empty list. I believe this new behavior is more generally useful. (6f97860)
For Lisps with Unicode support, recognize #\no-break_space as a whitespace character. Incidentally put all whitespace characters on a list, *WHITESPACE-CHARS*. (5d3a4ca)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (40eae9c)
Allow constant functions be defined by multiple points (7c2a091)
Quiet compiler warning about undeclared variable ERR by making its use conditional on #+ccl. (9abaf7b)
Quiet compiler warning about using symbol S which was declared ignored by removing Clisp from conditional compilation directive. (81bb22c)
Quiet compiler warning about undefined special variables. (0c33f9c)
Quiet compiler warning about undefined function COMBINE-PATH by moving its definition into the first file which uses it. (f94ec97)
Quiet compiler warning about undefined function GETTEXT by compiling intl separately from cl-info. (e9058b1)
Quiet compiler warnings about undefined functions. * src/option.lisp: replace call to nonexistent MDESCRIBE with CL-INFO::INFO-EXACT * src/server.lisp: replace calls to nonexistent HOSTENT-NAME and RESOLVE-HOST-IPADDR with error message (32f0272)
Quiet compiler warnings about undefined functions by calling them via FUNCALL. In each case, the functions are defined in share packages and not called until the package is loaded. (3d0b881)
Change all (SET FOO BAR) to (SETF (SYMBO-VALUE FOO) BAR) to eliminate warning about SET being a deprecated function. (506f179)
minor changes (7489645)
update German and English doc (acef3ad)
add the charmichael lambda function to the zn-package (5970276)
Fix integrate(sec(x),x) (fdaab64)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (339efa6)
Update KILL1 in "unit" contrib package with changes done in src/ (fcf11a3)
Ensuring that riemann() displays nonzero tensor components when frame base is used. (56c1b04)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (4d7841b)
In maxima.asd, exclude intl if it is already available. Logic copied from maxima.system. (a8374d7)
Add some files to maxima.asd which were recently added to maxima.system. (2fbd73c)
Move intl.lisp into its own module to ensure it is loaded before it is needed by cl-info.lisp. (0d78127)
Use signed-byte 32 for f2cl-lib:integer4 on Ecl. (6a1b013)
Fix SourceForge bug #2159 - integration_with_logabs. The "logabs" flag was not taken into account for the antiderivatives of "tan(x)" and friends. Added a test case. (38c5ac7)
When refcheck is true, print the variable's value in the message (1a8b4c5)
Remove old comment that refers to code that doesn't exist anymore (d6c7960)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (75e1a2f)
update German and English doc for zn_nth_root,zn_mult_table,zn_power_table (9f4868e)
zn_mult_table and zn_power_table: allow user to choose subsets with common gcd (129a7e0)
extend zn_nth_root(a,r,n) to modulo n multiplication subgroups, which is the maximal possible extension (9184dab)
Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50)
In package namespaces, import all dollarified symbols from :maxima. (9168194)
Added code for crosscompiling VTK (with TCL support). (currently not enabled by default, use cmake -DUSE_VTK=YES .. to enable it) (705913b)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (24461e9)
Apply SF patch #71: Un-break "make pdf" (https://sourceforge.net/p/maxima/patches/71/) This fixes SF bug #3003: make pdf returns an error. Thanks to Gunter Königsmann for this patch. (20d4d93)
Fixed the derivative of "gamma_incomplete_regularized(a, x)" with respect to "x" (a negative sign was missing) and added a test case for that. (64a985d)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1249f37)
Avoid bashism (fe3b390)
Added missing node items to minpack documentation. (c484f29)
If sbcl has unicode support, set the external format for socket stream to unicode. (f1bdb3a)
Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. When returning an integral with "rootsof", express the polynomial that can't be factored in terms of the dummy variable instead of the variable of integration. For unambiguity, the "rootsof" function now also takes a variable as its second argument, like "solve". Changed all instances in the documentation and added a test case. (49a2df1)
Allow graphic objects to be defined by single quoted names (d64a9de)
Do not reorder "+" expressions if they are not simplified. This restores the pre-5.37 behavior and fixes SF bug report #3019: "transfer function" as well as various bugs reported to the mailing list (as listed in rtest9a). (6d35b66)
Catch 'RAT-ERR in Maxima 'catch' and 'errcatch'. Fixes bug reported to mailing list 2015-09-07: How can I catch this error? "errcatch" doesn't do the trick. (672df1e)
A workaround in db.lisp for a bug in ccl. (283bbbe)
Add tags and TAGS to .gitignore (314822f)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (2623a7c)
Update example for bessel_simplify. (72d6568)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (dabcdca)
Rename bessimp to bessel_simplify, expintegral_e_simp to expintegral_e_simplify (212cc4e)
Fix bug #2978: "kill(a[i])" doesn't work with fast arrays (796514f)
Remove unneeded variable from $ARRAYINFO (1ee50e4)
Document functions bessimp and expintegral_e_simp. (304301c)
revisite and extend zn_nth_root, document and comment the algorithm in src and update the en and de user doc (2ed5e9c)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f4e9dfd)
When trying to find some indication of MS Windows in host string, remember that ssearch returns an integer if there is a match, and false otherwise. Fixes problem reported to mailing list 2015-09-04: "Re: Maxima 5.37.1" (b26bc5c)
Corrected some links. The link to the maxima-ports information in the Maxima wiki is no longer available. The site can be found at archive.org (e.g. https://web.archive.org/web/20080703180656/http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports) but that information is outdated, so I removed that sentence. (f19d4a5)
Fix integrate(x=0,x) (6475164)
Some tests in rtest_integrate give equivalent but not identical results following commit bd27223. Change expected output to match actual output. (e20a7f4)
Take case inversion into account when comparing symbols. This fixes SF bug #3012: "orderlessp/ordergreatp confusing treatment of upper/lower case in symbol names" (bd27223)
Put tests/test.sh.in on list of files to be included in tarball. (6b26d29)
If documentation can't be found, print a message. (070c69a)
Additional bug fixes (to be cherry picked to release branch) in 5.37 changelog. (32a6214)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cc95d4)
If an index item seems wrong, print a warning message and output it anyway with a warning comment. (7036371)
Update node entries for minpack. (d860f0f)
Fixed minor issues in the german Maxima-tutorial. (157ccdb)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (2804234)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (3476b5c)
Updated (and patched) wxmaxima to 15.08.0, other minor improvements. (3b53750)
Declare $cartan_dim, $extdim, $cartan_coords, and $cartan_basis to be special vars for maxima. (9435320)
Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a)
Change log for 5.37. (765737c)
Fix up version variables so that load(drawutils) succeeds. (b212487)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (ce242fd)
Apply patch to fix SF bug #2620: "atan2(y,x)+atan2(-y,x) doesnt always return 0". (67e616f)
Commit [e836d5] did break the crosscompiliation. Fixed that. (ab20cf6)
User documentation for share/contrib package celine.mac. (aadd5c9)
Append celine.mac to share/contrib (9051466)
Fix bug #3005: Manual is wrong about "sqrt" and "radexpand" (5948443)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (cc84a4b)
Correct reflection rule for acoth (should be odd, was even before). Fixes bug reported to mailing list 2015-08-25: "Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)" (72fc1ea)
Fix bug #1193: ev doesn't bind functions safely (9387d65)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (d16cdf8)
Include files in crosscompile-windows in tarball. (e836d54)
Changed the default filename for the crosscompiled installer. (sorry, that I did upload maxima-5.37.0-win32.exe without mentioning the lisp version. Should not occur in future.) (7111dbf)
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (709ba07)
Restore EXTRA_DIST (to package the test scripts) in tests/Makefile.am, which went missing in commit 46cc3fd3. (e5cb393)
Make get-setf-expansion work on GCL (23cf63b)
(1) Set OPERATORS property to NIL (instead of SIMPARGS1) when removing the last rule for an operator. This fixes a bug mentioned on the mailing list circa 2015-08-17: "trouble with GCL build" (2) add a test to tests/rtest_rules.mac and put rtest_rules on test suite list. (90215fa)
Now past 5.37 branch on master. (3328880)
|