File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
- WxMaxima was not responsive in the 1st minute.
12
12
- Fix display of subscripts. (#1584 , #1807 )
13
13
- Allow Maxima strings with newlines. (#76 )
14
+ - Support Maxima which uses ABCL.
14
15
15
16
# 24.08.0
16
17
Original file line number Diff line number Diff line change @@ -2309,9 +2309,10 @@ Submit bug reports by following the 'New issue' link on that page."))
2309
2309
; ;; shipped with debian and ubuntu (at least in Feb 2017) doesn't.
2310
2310
#+ gcl (xchdir dir)
2311
2311
#+ gcl (setf *default-pathname-defaults* dir)
2312
+ #+ abcl (setf *default-pathname-defaults* (truename dir))
2312
2313
2313
2314
(ignore-errors (setf *default-pathname-defaults* dir))
2314
- #- (or allegro clisp cmu cormanlisp gcl lispworks lucid sbcl ccl ecl) (format t
2315
+ #- (or allegro clisp cmu cormanlisp gcl lispworks lucid sbcl ccl ecl abcl ) (format t
2315
2316
" Info: wxMathml.cpp: Changing the working dir during a maxima session isn't implemented for this lisp." )
2316
2317
(namestring dir)
2317
2318
(wx-print-variables)
You can’t perform that action at this time.
0 commit comments