2024-07-05 |
Kris Katterjohn | transl: avoid generating (RETURN (GO ...)) at the end...
|
commit | commitdiff | tree |
2024-06-30 |
Kris Katterjohn | Remove the obsolete DEFMTRFUN-EXTERNAL macro
|
commit | commitdiff | tree |
2024-06-28 |
Kris Katterjohn | transl: simplify MRETURN mode calculation
|
commit | commitdiff | tree |
2024-06-28 |
Kris Katterjohn | transl: remove outdated and incorrect comment from...
|
commit | commitdiff | tree |
2024-06-27 |
Kris Katterjohn | transl: fix toplevel eval_when for eval and load times
|
commit | commitdiff | tree |
2024-06-22 |
Kris Katterjohn | Fix bug #3191: parsing problem: thru 3 for i in [a,b]
|
commit | commitdiff | tree |
2024-06-15 |
Kris Katterjohn | Fix bug #4260: translate fails with go tag in final...
|
commit | commitdiff | tree |
2024-06-15 |
Kris Katterjohn | Add some more tests for go/return to rtest_translator
|
commit | commitdiff | tree |
2024-06-15 |
Kris Katterjohn | transl: change some go/return warnings to errors
|
commit | commitdiff | tree |
2024-06-15 |
Kris Katterjohn | Fix the error message for (interpreted) return
|
commit | commitdiff | tree |
2024-06-14 |
Kris Katterjohn | Mention inflag in the docs for operatorp
|
commit | commitdiff | tree |
2024-06-14 |
Kris Katterjohn | Fix bug #4307: partswitch affects op and operatorp
|
commit | commitdiff | tree |
2024-05-31 |
Kris Katterjohn | BIND-TRANSL-STATE: bind *LOCAL* instead of the obsolete...
|
commit | commitdiff | tree |
2022-11-23 |
Kris Katterjohn | Fix bug #3996: parse_string fails to parse string which...
|
commit | commitdiff | tree |
2022-11-16 |
Kris Katterjohn | draw: avoid lisp error when region's expr doesn't evaluate...
|
commit | commitdiff | tree |
2022-11-16 |
Kris Katterjohn | Replace IS-BOOLE-CHECK with the new $IS-BOOLE-EVAL
|
commit | commitdiff | tree |
2022-11-14 |
Kris Katterjohn | Merge branch 'master' of ssh://git.code.sf.net/p/maxima...
|
commit | commitdiff | tree |
2022-11-14 |
Kris Katterjohn | Merge branch (bug #4008)
|
commit | commitdiff | tree |
2022-11-14 |
Kris Katterjohn | Update the ChangeLog for bug #4008
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Translated do now binds prederror to true when evaluating...
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Translated if now honors prederror
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Change the translation of # to avoid the problematic...
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Improve the translation of notequal
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Fix the bogus translations of <= and >=
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Consolidate code for translating some relational operators
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Fix the bogus translations of and/or/not when prederror...
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Fix the inefficient evaluation of translated predicates
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Improve the transl modes for is/maybe in the boolean...
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | trpred functions now return mode info
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Consolidate code for evaluating and/or/not expressions
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | MEVALP_TR: return result of MEVALP1_TR instead of unknown
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | MEVALP1_TR: only return what MEVALP2 does if it's boolean
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Remove the MEVAL? arg and PATEVALLED special from MEVALP_TR...
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Add tests to rtest_translator that involve if, is and...
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Fix the transl mode for is
|
commit | commitdiff | tree |
2022-11-13 |
Kris Katterjohn | Fix transl mode calculations involving mode boolean
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Revert code that wraps the options list neatly.
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Print list of options neatly, wrapping if needed.
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Clean up message strings
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Remove *default-maxima-initmac* and *default-maxima...
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Simplify handling of --init and --init-mac,--init-lisp
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Forgot to change default for --init-mac/--init-lisp
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Update docstrings
|
commit | commitdiff | tree |
2022-11-13 |
Raymond Toy | Recognize and use user-specified init files
|
commit | commitdiff | tree |
2022-10-31 |
Kris Katterjohn | Update the ChangeLog
|
commit | commitdiff | tree |
2022-10-31 |
Kris Katterjohn | Fix bug #4036: prederror affects bigfloat calculations
|
commit | commitdiff | tree |
2022-09-01 |
Kris Katterjohn | Fix bug #4018: defint(foo,,0,inf) lisp error when denom...
|
commit | commitdiff | tree |
2022-08-11 |
Kris Katterjohn | BOTH-SIDE: fix case where limit from below is und,...
|
commit | commitdiff | tree |
2022-08-09 |
Kris Katterjohn | Fix bug #3926: Various limits give UND where they should...
|
commit | commitdiff | tree |
2022-07-20 |
Kris Katterjohn | ALIKE1: disrep any specrep (not just CREs) for comparison
|
commit | commitdiff | tree |
2022-07-12 |
Kris Katterjohn | Fix bug #3998: Lisp error when parser encounters eof...
|
commit | commitdiff | tree |
2022-06-08 |
Kris Katterjohn | transl: subscripted functions now behave correctly
|
commit | commitdiff | tree |
2022-06-08 |
Kris Katterjohn | transl: upward funargs no longer cause lisp errors...
|
commit | commitdiff | tree |
2022-06-07 |
Kris Katterjohn | Remove superfluous uses of M-TLAMBDA&ENV from desolve
|
commit | commitdiff | tree |
2022-05-06 |
Kris Katterjohn | Merge branch 'master' of ssh://git.code.sf.net/p/maxima...
|
commit | commitdiff | tree |
2022-05-06 |
Kris Katterjohn | Print a warning when translating subscripted functions
|
commit | commitdiff | tree |
2022-05-06 |
Kris Katterjohn | Remove the ARRAYFUN-MODE property when removing transl...
|
commit | commitdiff | tree |
2022-05-03 |
Kris Katterjohn | Remove references to the obsolete A-EXPR property
|
commit | commitdiff | tree |
2022-05-03 |
Kris Katterjohn | Array functions can now be translated (again)
|
commit | commitdiff | tree |
2022-05-03 |
Kris Katterjohn | transl: if EVALing a function def fails then print...
|
commit | commitdiff | tree |
2022-05-02 |
Kris Katterjohn | Add a TR-ABORT function for setting TR-ABORT when translatio...
|
commit | commitdiff | tree |
2022-05-02 |
Kris Katterjohn | Support RETURN-FROM in DEF%TR forms
|
commit | commitdiff | tree |
2022-04-22 |
Kris Katterjohn | transl: allow rest args and improve validation in MQAPPLY...
|
commit | commitdiff | tree |
2022-04-19 |
Kris Katterjohn | chmod takes options before modes
|
commit | commitdiff | tree |
2022-04-19 |
Kris Katterjohn | Fix bug #608: taylor(x^a,[x],0,1) unsimplified
|
commit | commitdiff | tree |
2022-04-01 |
Kris Katterjohn | Fix bug #1848: taytorat leaks internal gensyms from...
|
commit | commitdiff | tree |
2022-04-01 |
Kris Katterjohn | SRRAT: use MRAT reader functions instead of CADDAR...
|
commit | commitdiff | tree |
2022-04-01 |
Kris Katterjohn | Remove references to the obsolete srrat function
|
commit | commitdiff | tree |
2022-03-22 |
Kris Katterjohn | Update the ChangeLog
|
commit | commitdiff | tree |
2022-03-20 |
Kris Katterjohn | Fix the Maxima version number in lisp-based builds
|
commit | commitdiff | tree |
2022-03-20 |
Kris Katterjohn | Fix bug #3956: expand(1/((sqrt(2)-1)*(sqrt(2)+1)))...
|
commit | commitdiff | tree |
2022-03-18 |
Kris Katterjohn | Fix bug #3934: expand(1/(1+%i)^4) => (-4)^(-1) (unsimplified)
|
commit | commitdiff | tree |
2022-03-10 |
Kris Katterjohn | Update some outdated comments and fix a comment typo
|
commit | commitdiff | tree |
2022-03-10 |
Kris Katterjohn | Show the error messages from errors encountered when...
|
commit | commitdiff | tree |
2022-03-10 |
Kris Katterjohn | Fix bug #3881: plot2d not ignoring errors within functions
|
commit | commitdiff | tree |
2022-03-03 |
Kris Katterjohn | Fix bug #3950: letsimp confuses symbols and nullary...
|
commit | commitdiff | tree |
2022-03-03 |
Kris Katterjohn | Add some basic letsimp tests based on bug #3950
|
commit | commitdiff | tree |
2022-02-04 |
Kris Katterjohn | Fix the bogus translation of matchdeclare when used...
|
commit | commitdiff | tree |
2022-02-04 |
Kris Katterjohn | Use the destructured list when translating a define_variable...
|
commit | commitdiff | tree |
2022-02-04 |
Kris Katterjohn | Fix undefined behavior when translating define_variable...
|
commit | commitdiff | tree |
2022-02-04 |
Kris Katterjohn | Reformat the BARFO message for internal translator...
|
commit | commitdiff | tree |
2022-01-28 |
Kris Katterjohn | Add PUNT-TO-MEVAL for returning trivial translations
|
commit | commitdiff | tree |
2022-01-28 |
Kris Katterjohn | Share some more trivial special form translate property...
|
commit | commitdiff | tree |
2022-01-27 |
Kris Katterjohn | ChangeLog: add some numbered bugs I fixed
|
commit | commitdiff | tree |
2022-01-22 |
Kris Katterjohn | Fix bug #3068: taylor of CRE fails
|
commit | commitdiff | tree |
2022-01-17 |
Kris Katterjohn | Fix a couple of typos in Simplification.texi
|
commit | commitdiff | tree |
2022-01-17 |
Kris Katterjohn | Merge branch 'master' of ssh://git.code.sf.net/p/maxima...
|
commit | commitdiff | tree |
2022-01-16 |
Kris Katterjohn | Use UNWIND-PROTECT instead of PROG1 for catch
|
commit | commitdiff | tree |
2022-01-16 |
Kris Katterjohn | transl: do not duplicate the implementation of throw
|
commit | commitdiff | tree |
2022-01-16 |
Kris Katterjohn | transl: bring catch up-to-date / remove duplication
|
commit | commitdiff | tree |
2022-01-16 |
Kris Katterjohn | Add some simple tests for catch and throw to rtest_translator
|
commit | commitdiff | tree |
2022-01-15 |
Kris Katterjohn | transl: bring errcatch up-to-date
|
commit | commitdiff | tree |
2022-01-15 |
Kris Katterjohn | Remove the unused MERRCATCH macro
|
commit | commitdiff | tree |
2022-01-15 |
Kris Katterjohn | MLAMBDA: fix local property cleanup when binding fails
|
commit | commitdiff | tree |
2022-01-07 |
Kris Katterjohn | Fix a lisp error when attempting to translate atoms...
|
commit | commitdiff | tree |
2022-01-07 |
Kris Katterjohn | Fix the now-incorrect translation of the string "**"
|
commit | commitdiff | tree |
2022-01-03 |
Kris Katterjohn | Fix the bogus MFEXPR* property for MPOIS
|
commit | commitdiff | tree |
2022-01-03 |
Kris Katterjohn | Fix the docs for mapatom
|
commit | commitdiff | tree |
2021-12-05 |
Kris Katterjohn | Fix bug #1097: pattern variable appears in letsimp...
|
commit | commitdiff | tree |
2021-11-28 |
Kris Katterjohn | Fix bug #2709: `letsimp' is wrong if `ratexpand' is...
|
commit | commitdiff | tree |