55
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 26, 2024 — Apr 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Windows installer: Update wxWidgets. More... 3 days ago
$RATDISREP: remove SIMP flag when operating on bags More... 3 days ago
FLATTEN-OP (share): compare operators using ALIKE1, not EQUAL More... 3 days ago
Missing return types added to fix GCL 2.7.1 compatibility.
vttoth
as Viktor T. Toth
More... 3 days ago
Optimize ALPHALESSP (no consing) More... 4 days ago
The function `simplimit` now checks for constant expressions and undefined limits before invoking a `simplim%function`. With this change, a `simplim%function` no longer needs to handle these cases. This update required a small change in how `both-side` tests for equality. Additionally, the function by-log has been re-written to avoid directly calling `simplimexpt`. More... 5 days ago
Reverting changes that broke float behavior in GCL 2.7.1.
vttoth
as Viktor T. Toth
More... 6 days ago
Updated defsystem.lisp for GCL 2.7.1 compatibility.
vttoth
as Viktor T. Toth
More... 6 days ago
Spelling fixes. More... 6 days ago
Forgot to rename f2cl-package to f2cl-lib-package in one place
rtoy
as Raymond Toy
More... 7 days ago
In $QUIT, call SYSTEM:BYE instead of LISP::BYE for GCL, since the latter is undefined in GCL 2.6.14, despite the GCL documentation which says that BYE is in the symbol package LISP.
robert_dodier
as Robert Dodier
More... 10 days ago
#4539 some limits of expintegral_ci More... 13 days ago
#4522 in definite integrals each log(expr) is erroneously evaluated as log(abs(expr)) More... 13 days ago
In trigreduce, punt to general simplifier to handle trig inverse expressions, since it handles such expressions more carefully and more generally; among other things, the global flag triginverses is honored by the general simplifier.
robert_dodier
as Robert Dodier
More... 15 days ago
doc/info/Makefile.am: put cartan.texi on the list of Texinfo files.
robert_dodier
as Robert Dodier
More... 15 days ago
Update f2cl-lib.lisp
rtoy
as Raymond Toy
More... 16 days ago
Remove f2cl-package.lisp
rtoy
as Raymond Toy
More... 16 days ago
Forgot to add f2cl-lib-package.lisp.
rtoy
as Raymond Toy
More... 16 days ago
Update f2cl from the latest version
rtoy
as Raymond Toy
More... 16 days ago
Move some general (inlined) utility functions to mutils.lisp More... 17 days ago
#4537 simplimln sometimes exits non-locally when it doesn’t need to More... 18 days ago
#4536 atan2(0,0) undefined error while evaluating a limit More... 18 days ago
-call `gruntz1` in the required catch/throw environment. More... 18 days ago
- Locally set preserve-direction to true at the top of simplimit. This change simplifies some test suite and share test suite results. - Updated the following files: rtest16.mac, rtest_abs_integrate.mac, rtest_limit_gruntz.mac, and rtestint.mac. More... 18 days ago
bug #4529 atan2 limit with radexpand : false More... 18 days ago
GENSYM-READABLE: rename argument NAME to SYMNAME (NAME is special) More... 21 days ago
AMPERCHK: rename argument NAME to NAME2 (NAME is special) More... 21 days ago
FREEOF, FREEOFL: replace VAR by VAR2 More... 21 days ago
TIMESIN, CPUT: replace special variable BAS by lexical BASE More... 21 days ago
BADFUNCHK: rename argument NAME to FNNAME (NAME is special) More... 21 days ago