summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2015-11-03Updated version (5.37.1.132.g0dcdac9 -> 5.37.1.133.g4b0eb50).AUR Update Bot
Changelog ========= 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)
2015-11-02Updated version (5.37.1.128.g4cfcd51 -> 5.37.1.132.g0dcdac9).AUR Update Bot
Changelog ========= 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)
2015-11-01Updated version (5.37.1.126.g36028d1 -> 5.37.1.128.g4cfcd51).AUR Update Bot
Changelog ========= 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)
2015-10-31Updated version (5.37.1.123.g3adf7cc -> 5.37.1.126.g36028d1).AUR Update Bot
Changelog ========= 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)
2015-10-31Updated version (5.37.1.119.g3c8d45b -> 5.37.1.123.g3adf7cc).AUR Update Bot
Changelog ========= 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)
2015-10-31Updated version (5.37.1.118.g684001d -> 5.37.1.119.g3c8d45b).AUR Update Bot
Changelog ========= 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)
2015-10-30Updated version (5.37.1.117.gc4a6915 -> 5.37.1.118.g684001d).AUR Update Bot
Changelog ========= 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)
2015-10-29Updated version (5.37.1.116.g9d40340 -> 5.37.1.117.gc4a6915).AUR Update Bot
Changelog ========= 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)
2015-10-28Updated version (5.37.1.115.g232a98f -> 5.37.1.116.g9d40340).AUR Update Bot
Changelog ========= 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)
2015-10-28Updated version (5.37.1.111.g2a7de55 -> 5.37.1.115.g232a98f).AUR Update Bot
Changelog ========= 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)
2015-10-27Updated version (5.37.1.102.gd6da92e -> 5.37.1.111.g2a7de55).AUR Update Bot
Changelog ========= 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)
2015-10-23Updated version (5.37.1.101.g733b087 -> 5.37.1.102.gd6da92e).AUR Update Bot
Changelog ========= 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)
2015-10-22UpdateStefan Husmann
2015-10-18Updated version (5.37.1.99.g092c317 -> 5.37.1.100.g53313a6).AUR Update Bot
Changelog ========= (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)
2015-10-14Updated version (5.37.1.97.g24a1f47 -> 5.37.1.99.g092c317).AUR Update Bot
Changelog ========= 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)
2015-10-10Updated version (5.37.1.96.g458b1f2 -> 5.37.1.97.g24a1f47).AUR Update Bot
Changelog ========= 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)
2015-10-09Updated version (5.37.1.95.g16c8502 -> 5.37.1.96.g458b1f2).AUR Update Bot
Changelog ========= 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 # o-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
2015-10-08Updated version (5.37.1.90.g40eae9c -> 5.37.1.95.g16c8502).AUR Update Bot
Changelog ========= 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 # o-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
2015-09-30Updated version (5.37.1.81.g7c2a091 -> 5.37.1.90.g40eae9c).AUR Update Bot
Changelog ========= 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
2015-09-29Updated version (5.37.1.80.g7489645 -> 5.37.1.81.g7c2a091).AUR Update Bot
Changelog ========= Allow constant functions be defined by multiple points (7c2a091) 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
2015-09-28UpdateStefan Husmann
2015-09-26Updated version (5.37.1.72.g56c1b04 -> 5.37.1.77.gfdaab64).AUR Update Bot
Changelog ========= 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
2015-09-24Updated version (5.37.1.65.g6a1b013 -> 5.37.1.72.g56c1b04).AUR Update Bot
Changelog ========= 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) 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)
2015-09-19Updated version (5.37.1.64.g38c5ac7 -> 5.37.1.65.g6a1b013).AUR Update Bot
Changelog ========= 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) 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) 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)
2015-09-19Updated version (5.37.1.63.g9f4868e -> 5.37.1.64.g38c5ac7).AUR Update Bot
Changelog ========= 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) 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) 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)
2015-09-18Updated version (5.37.1.60.g71ccd50 -> 5.37.1.63.g9f4868e).AUR Update Bot
Changelog ========= 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) 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)
2015-09-17Updated version (5.37.1.59.g705913b -> 5.37.1.60.g71ccd50).AUR Update Bot
Changelog ========= Updated wxmaxima in the clisp installer Added Toolchain-mingw32.cmake (required for building VTK, forgotten yesterday) (71ccd50) 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
2015-09-16Updated version (5.37.1.56.g64a985d -> 5.37.1.59.g705913b).AUR Update Bot
Changelog ========= 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
2015-09-15Updated version (5.37.1.55.g1249f37 -> 5.37.1.56.g64a985d).AUR Update Bot
Changelog ========= 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
2015-09-15Updated version (5.37.1.53.gfe3b390 -> 5.37.1.55.g1249f37).AUR Update Bot
Changelog ========= 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
2015-09-14Updated version (5.37.1.50.gd64a9de -> 5.37.1.53.gfe3b390).AUR Update Bot
Changelog ========= 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) 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
2015-09-13Updated version (5.37.1.49.g6d35b66 -> 5.37.1.50.gd64a9de).AUR Update Bot
Changelog ========= 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
2015-09-11Updated version (5.37.1.48.g672df1e -> 5.37.1.49.g6d35b66).AUR Update Bot
Changelog ========= 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
2015-09-09Updated version (5.37.1.47.g283bbbe -> 5.37.1.48.g672df1e).AUR Update Bot
Changelog ========= 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
2015-09-07Updated version (5.37.1.45.g2623a7c -> 5.37.1.47.g283bbbe).AUR Update Bot
Changelog ========= 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
2015-09-06Updated version (5.37.1.41.g796514f -> 5.37.1.45.g2623a7c).AUR Update Bot
Changelog ========= 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
2015-09-06Updated version (5.37.1.39.g304301c -> 5.37.1.41.g796514f).AUR Update Bot
Changelog ========= 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
2015-09-05Updated version (5.37.1.38.g2ed5e9c -> 5.37.1.39.g304301c).AUR Update Bot
Changelog ========= 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
2015-09-04Updated version (5.37.1.34.g6475164 -> 5.37.1.38.g2ed5e9c).AUR Update Bot
Changelog ========= 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
2015-09-03Updated version (5.37.1.33.ge20a7f4 -> 5.37.1.34.g6475164).AUR Update Bot
Changelog ========= 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)
2015-09-03Updated version (5.37.1.32.gbd27223 -> 5.37.1.33.ge20a7f4).AUR Update Bot
Changelog ========= 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)
2015-09-02Updated version (5.37.1.31.g6b26d29 -> 5.37.1.32.gbd27223).AUR Update Bot
Changelog ========= 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)
2015-09-02Updated version (5.37.1.30.g070c69a -> 5.37.1.31.g6b26d29).AUR Update Bot
Changelog ========= 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)
2015-09-01Updated version (5.37.1.29.g32a6214 -> 5.37.1.30.g070c69a).AUR Update Bot
Changelog ========= 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)
2015-08-31Updated version (5.37.1.23.gd860f0f -> 5.37.1.29.g32a6214).AUR Update Bot
Changelog ========= 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)
2015-08-30Updated version (5.37.1.22.g157ccdb -> 5.37.1.23.gd860f0f).AUR Update Bot
Changelog ========= 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 (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) 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)
2015-08-30Updated version (5.37.1.21.g3476b5c -> 5.37.1.22.g157ccdb).AUR Update Bot
Changelog ========= Fixed minor issues in the german Maxima-tutorial. (157ccdb) 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) 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)
2015-08-30Updated version (5.37.1.18.g26aa04a -> 5.37.1.21.g3476b5c).AUR Update Bot
Changelog ========= 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) 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)
2015-08-29Updated version (5.37.1.17.gce242fd -> 5.37.1.18.g26aa04a).AUR Update Bot
Changelog ========= Changed xmaxima, CHM documentation is optional Fallback to HTML, if CHM does not exist. Removed CHM documentation from crosscompiled Windows installer (26aa04a) 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)
2015-08-26Updated version (5.37.1.12.g5948443 -> 5.37.1.17.gce242fd).AUR Update Bot
Changelog ========= 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)