54
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 22 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document that zsolve isn't available anymore. More... almost 22 years ago
CMUCL doesn't have special-form-p. ANSI CL says it's special-operator-p, and that's what CMUCL has. More... almost 22 years ago
Document that that ODE no longer exists. More... almost 22 years ago
Move the documentation for the special symbol DIFF after the documentation for the function DIFF. That way, describe(diff) will find the function documentation instead. More... almost 22 years ago
Misplaced declaration. More... almost 22 years ago
There is no ~m format directive. More... almost 22 years ago
MACHINE-MANTISSA-PRECISION is a constant now, not a special variable. More... almost 22 years ago
maxima doesn't depend on parse-body anymore since we're assuming gcl has destructuring-bind. More... almost 22 years ago
Don't need to load up parse-body for gcl anymore since we're assuming gcl has destructuring-bind. More... almost 22 years ago
Oops. That last change should only be applied when the first character read is a question mark. Otherwise, we read the input incorrectly. More... almost 22 years ago
Due to an ANSI CL compatibility issue, CMUCL was not properly handling the ?foo command for maxima. Fix it so that it does. More... almost 22 years ago
Set machine-mantissa-precision correctly, instead of a hard-wired 24. Make it a defconstant instead of defvar as well. More... almost 22 years ago
Removed the implementation of destructuring-bind for gcl because later versions of gcl have it. More... almost 22 years ago
describe(undiff) and other examples were returning too much documentation because we weren't setting the end point appropriately in certain cases. More... almost 22 years ago
o Some documentation added for DEL. o Replace batch("gendif.mc") with just plain batch("gendif"). More... almost 22 years ago
Added rudimentary documentation for the functions BESSEL_J, BESSEL_Y, BESSEL_I, and BESSEL_K, and for the variable BESSELEXPAND. More... almost 22 years ago
Make maxima-local respect the value of POSIX_SHELL used by the maxima script. More... almost 22 years ago
Add very simple documentation for the ABS function. More... almost 22 years ago
o ELLIPTIC-F is not always called with double-float args, so don't declare the args as double-floats. o Add very rudimentary support for Jacobi am function. More... almost 22 years ago
Add support for Clisp and CMUCL to print out the bytes consed when showtime is set. More... almost 22 years ago
A bug in NREGEX prevents case-INsensitive searches containing ranges. So set pat-subnode to do a case-sensitive search for [a-zA-Z] instead of a case-INsensitive search for [a-z]. More... almost 22 years ago
Add demo subdirectory to search path for .dem files More... almost 22 years ago
configure will now search for a Bourne shell that implements getopts. The user may specify a shell if desired. The shell is used for the maxima script only. More... almost 22 years ago
SHOW-INFO was sometimes returning too much documentation because pat-subnode was looking for uppercase letters. We really want to do a case-insensitive search. Thus, things like "operator", "special variable", etc., will stop the documentation as well as a "Function". More... almost 22 years ago
Fix for Bug 572668: More... almost 22 years ago
o MAKE-TRACE-HOOK was returning lists when it really wanted to return functions. Make it so. o MICRO-TO-SEC had a hardwired 1e-6. Use INTERNAL-TIME-UNITS-PER-SECOND instead. This should fix bug 572835. More... almost 22 years ago
Set CLISP, CMUCL, and GCL appropriately so that the desired executable is run by maxima-run-lisp. More... almost 22 years ago
Set and export CLISP, CMUCL, GCL appropriately so that the desired Lisp executable is run. More... almost 22 years ago
Change the messages about an executable not found in PATH from errors to just warnings. (Should additional tests be done in this case, such as the executable exists?) More... almost 22 years ago
Fix load command. More... almost 22 years ago