55
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates to the Changelog.
Jaime E. Villate
as villate
More... about 1 month ago
plotdf: documentation updates.
Jaime E. Villate
as villate
More... about 1 month ago
Plotdf: a better default for tstep which can be changed in the configuration menu.
Jaime E. Villate
as villate
More... about 1 month ago
Plotdf: changes the name of variable "method" to "integrator". This will avoid conflict with other uses of "method" in Xmaxima.
Jaime E. Villate
as villate
More... about 1 month ago
Update ChangeLog with my contributions since 19b400.
robert_dodier
as Robert Dodier
More... about 1 month ago
Option --suppress-input-echo was already in commandline-options.texi, so remove duplicate introduced in ab4431b.
robert_dodier
as Robert Dodier
More... about 1 month ago
Add documentation for the new command line option. More... about 1 month ago
Minor fixes needed to create functional RPMs
vttoth
as Viktor T. Toth
More... about 1 month ago
Add link to Carlson's doc and some cleanups and examples
rtoy
as Raymond Toy
More... about 1 month ago
Adds another bug fixed to the ChangeLog.
Jaime E. Villate
as villate
More... about 1 month ago
In DBM-READ, be careful to output to input stream only if input stream is also an output stream.
robert_dodier
as Robert Dodier
More... about 1 month ago
#4560 integrals of the form integrate((a*z+a*b)^p*%e^(c*z+d),z) More... about 1 month ago
New command-line option --suppress-input-echo to suppress printing input expressions when processing noninteractively.
robert_dodier
as Robert Dodier
More... about 1 month ago
Package stringproc: move some function defintions to quiet undefined function warnings in CMUCL.
robert_dodier
as Robert Dodier
More... about 1 month ago
$TRIGRAT: bind $ALGEBRAIC and $GCD instead of setting/resetting More... about 2 months ago
Add more / comment test cases for old SourceForge tickets closed More... about 2 months ago
Add more test cases for old SourceForge tickets closed More... about 2 months ago
Teach Maxima that cosh(r) >= 1 and sech(x) <= 1 More... about 2 months ago
Mention op and args in inflag documentation More... about 2 months ago
Add more test cases for old SourceForge tickets closed More... about 2 months ago
Add test cases for old SourceForge tickets closed More... about 2 months ago
Allow TOPDOWN as third argument to $SCANMAP More... about 2 months ago
No need for ALIKE1 when comparing to numbers or symbols More... about 2 months ago
Trig simplifiers: look for SIMP in CDAR (CAR starts with op) More... about 2 months ago
POLYNOMIALP: use MEMALIKE (which uses MEMBER for symbols) More... about 2 months ago
EXPTRL: no need to use LIKE to compare imaginary part to 0 More... about 2 months ago
Optimize BIG-FLOAT-EVAL More... about 2 months ago
Merge branch 'master' of https://git.code.sf.net/p/maxima/code More... about 2 months ago
Turn some $REALPART/$IMAGPART into a single TRISPLIT More... about 2 months ago
Replace sort with stable-sort to fix testsuite errors, as recommended by Camm Maguire.
vttoth
as Viktor T. Toth
More... about 2 months ago