2019-04-01 |
Kris Katterjohn | Now only bind ERRSET to T or NIL (do not reference...
|
commit | commitdiff | tree |
2019-04-01 |
Kris Katterjohn | Remove an unnecessary ERRSET binding in stringout
|
commit | commitdiff | tree |
2019-04-01 |
Kris Katterjohn | Remove the unused special variable LISPERRPRINT
|
commit | commitdiff | tree |
2019-04-01 |
Kris Katterjohn | Remove superfluous arguments passed to ERRSET
|
commit | commitdiff | tree |
2019-03-30 |
Kris Katterjohn | Remove unused ERRSET macro definition (depended on...
|
commit | commitdiff | tree |
2019-03-29 |
Kris Katterjohn | Remove a comment about old, removed code
|
commit | commitdiff | tree |
2019-03-29 |
Kris Katterjohn | Fix typo in error message
|
commit | commitdiff | tree |
2019-03-29 |
Kris Katterjohn | Remove special declaration for unused variable PRE...
|
commit | commitdiff | tree |
2019-03-23 |
Kris Katterjohn | Merge branch 'master' of ssh://git.code.sf.net/p/maxima...
|
commit | commitdiff | tree |
2019-03-23 |
Kris Katterjohn | Remove now-unneeded operator check in STANDARDIZE-INEQUALITY
|
commit | commitdiff | tree |
2019-03-23 |
Kris Katterjohn | Typo fix in comment
|
commit | commitdiff | tree |
2019-03-23 |
Kris Katterjohn | Bug fix: check for MNOTEQUAL in MRELATIONP
|
commit | commitdiff | tree |
2019-03-23 |
Kris Katterjohn | Fix non-scalar tests in LENIENT-EXTENDED-REALP and...
|
commit | commitdiff | tree |
2019-03-22 |
Kris Katterjohn | Fix the error message for an invalid upper limit of...
|
commit | commitdiff | tree |
2019-03-20 |
Kris Katterjohn | Fix an internal error in MSIZE-ARRAY (used in grind...
|
commit | commitdiff | tree |
2019-03-18 |
Kris Katterjohn | Bug fix: SIMPEXPT was marking unsimplified expressions...
|
commit | commitdiff | tree |
2018-07-29 |
Kris Katterjohn | Update git log name -> real name conversions in admin...
|
commit | commitdiff | tree |
2018-07-27 |
Kris Katterjohn | Fix bug #3457: true[2] gives wrong error
|
commit | commitdiff | tree |
2018-07-18 |
Kris Katterjohn | Fix bug #3410: extremal_subset gives bogus result with...
|
commit | commitdiff | tree |
2018-07-18 |
Kris Katterjohn | Bug fix: MEVALP_TR error messages always said the predicate...
|
commit | commitdiff | tree |
2018-07-15 |
Kris Katterjohn | Be specific about the allowed types in the SET-MODULUS...
|
commit | commitdiff | tree |
2018-07-15 |
Kris Katterjohn | Bug fix: SET-MODULUS allowed setting modulus to 0
|
commit | commitdiff | tree |
2018-07-15 |
Kris Katterjohn | Fix bug #3365: rat(1/3),modulus:6 gives incomprehensible...
|
commit | commitdiff | tree |
2018-07-14 |
Kris Katterjohn | Fix bug #3427: gcfactor(3+4*%i) => error
|
commit | commitdiff | tree |
2018-07-13 |
Kris Katterjohn | Fix bug #2822: After load("diff_form") `functions'...
|
commit | commitdiff | tree |
2018-07-12 |
Kris Katterjohn | Fix bug #3363: Documentation of modulus incorrectly...
|
commit | commitdiff | tree |
2018-07-12 |
Kris Katterjohn | Docs: fix a typo in the fillarray entry
|
commit | commitdiff | tree |
2018-07-12 |
Kris Katterjohn | Fix typos introduced in commit 08e69d47
|
commit | commitdiff | tree |
2018-07-12 |
Kris Katterjohn | Remove a superfluous quoted symbol from an AND form
|
commit | commitdiff | tree |
2018-06-22 |
Kris Katterjohn | Bind errormsg to true during test suite tests
|
commit | commitdiff | tree |
2018-06-22 |
Kris Katterjohn | errcatch: save and print the error message in the case...
|
commit | commitdiff | tree |
2018-06-16 |
Kris Katterjohn | Update the list of expected failures in the stringproc...
|
commit | commitdiff | tree |
2018-06-15 |
Kris Katterjohn | Bug fix: simplode on a singleton list could return...
|
commit | commitdiff | tree |
2018-06-15 |
Kris Katterjohn | Fix bug #3439: Simplode output on empty list
|
commit | commitdiff | tree |
2018-06-14 |
Kris Katterjohn | Bind keepfloat to false in partfrac
|
commit | commitdiff | tree |
2018-06-11 |
Kris Katterjohn | Fix bug #3023: divide(1,0) gives Lisp error
|
commit | commitdiff | tree |
2018-06-10 |
Kris Katterjohn | Fix bug #1581: sublis & sublis_apply_lambda:true causing...
|
commit | commitdiff | tree |
2018-06-08 |
Kris Katterjohn | Fix bug #2803: trace/timer do not work for functions...
|
commit | commitdiff | tree |
2018-06-08 |
Kris Katterjohn | Add a new rtest_trace file to the test suite
|
commit | commitdiff | tree |
2018-06-02 |
Kris Katterjohn | Fix trace_break_arg assignment in nested breakpoints
|
commit | commitdiff | tree |
2018-05-31 |
Kris Katterjohn | Fix bug #3247: Maxima's trace and timer handle rules...
|
commit | commitdiff | tree |
2018-05-30 |
Kris Katterjohn | Add support for multiple return values to the ERRSET...
|
commit | commitdiff | tree |
2018-05-30 |
Kris Katterjohn | Remove an old, commented-out ERRSET macro definition
|
commit | commitdiff | tree |
2018-05-30 |
Kris Katterjohn | Fix the bogus trace_break_arg constructed at trace...
|
commit | commitdiff | tree |
2018-05-27 |
Kris Katterjohn | Fix a lisp error when display2d:true and there are...
|
commit | commitdiff | tree |
2018-05-23 |
Kris Katterjohn | Fix bug #3368: integrate('limit(...),...) internal...
|
commit | commitdiff | tree |
2018-05-21 |
Kris Katterjohn | Fix bug #2116: lambda form for taylor_simplifier
|
commit | commitdiff | tree |
2018-05-20 |
Kris Katterjohn | Replace hstruve[v](z) with struve_h(v,z) in hypgeo...
|
commit | commitdiff | tree |
2018-05-20 |
Kris Katterjohn | Replace %h[v,n](z) with hankel_n(v,z) in hypgeo demo
|
commit | commitdiff | tree |
2018-05-20 |
Kris Katterjohn | Fix a typo in the demo instruction text
|
commit | commitdiff | tree |
2018-05-17 |
Kris Katterjohn | Fix some shell quoting issues (maxima-local, xmaxima...
|
commit | commitdiff | tree |
2018-05-15 |
Kris Katterjohn | Fix the broken warning function (MWARNING in particular)
|
commit | commitdiff | tree |
2018-05-15 |
Kris Katterjohn | Docs: Fix a typo in the entry for warning
|
commit | commitdiff | tree |
2018-05-14 |
Kris Katterjohn | In ALIST-BIND, declare the variable holding the alist...
|
commit | commitdiff | tree |
2018-05-14 |
Kris Katterjohn | Move the instream struct definition
|
commit | commitdiff | tree |
2018-05-14 |
Kris Katterjohn | Rename an ignored parameter to avoid ignoring a special...
|
commit | commitdiff | tree |
2018-03-08 |
Kris Katterjohn | Fix charfun when prederror is true
|
commit | commitdiff | tree |
2018-01-08 |
Kris Katterjohn | Fix bug #3379: recur.mac correct bug in varc2
|
commit | commitdiff | tree |
2017-11-12 |
Kris Katterjohn | backtrace: print the entire call stack when called...
|
commit | commitdiff | tree |
2017-11-12 |
Kris Katterjohn | Typecheck backtrace's argument
|
commit | commitdiff | tree |
2017-11-12 |
Kris Katterjohn | Docs: trivial whitespace change for consistency
|
commit | commitdiff | tree |
2017-10-31 |
Kris Katterjohn | Remove a superfluous variable reference
|
commit | commitdiff | tree |
2017-10-31 |
Kris Katterjohn | Declare an unused variable to be ignored
|
commit | commitdiff | tree |
2017-10-31 |
Kris Katterjohn | Remove a useless comment
|
commit | commitdiff | tree |
2017-09-16 |
Kris Katterjohn | Fix/improve how create_list binds its iteration variables
|
commit | commitdiff | tree |
2017-08-18 |
Kris Katterjohn | Update the list of rtest11 expected test suite failures
|
commit | commitdiff | tree |
2017-08-17 |
Kris Katterjohn | freeof: check the loop variable in `for <var> in <list...
|
commit | commitdiff | tree |
2017-08-17 |
Kris Katterjohn | Add a freeof test
|
commit | commitdiff | tree |
2017-08-04 |
Kris Katterjohn | Add a comment about gensym returning interned symbols
|
commit | commitdiff | tree |
2017-08-04 |
Kris Katterjohn | Bug fix: gensym could return an integer instead of...
|
commit | commitdiff | tree |
2017-08-04 |
Kris Katterjohn | Docs: Reword some of the gensym entry
|
commit | commitdiff | tree |
2017-08-01 |
Kris Katterjohn | Docs: Remove the incorrect description of symbolp
|
commit | commitdiff | tree |
2017-07-03 |
Kris Katterjohn | Fix bug #2356: diff(...,%pi) doesn't give an error
|
commit | commitdiff | tree |
2017-06-22 |
Kris Katterjohn | Change TYPEOF to TYPE-OF in the affine package
|
commit | commitdiff | tree |
2017-06-22 |
Kris Katterjohn | Remove an extra closing parenthesis
|
commit | commitdiff | tree |
2017-06-16 |
Kris Katterjohn | Add a comment and a warning message to the DEF%TR for...
|
commit | commitdiff | tree |
2017-06-16 |
Kris Katterjohn | Prevent local property leaks when an error occurs in...
|
commit | commitdiff | tree |
2017-06-16 |
Kris Katterjohn | Prevent local property leaks when a block has an invalid...
|
commit | commitdiff | tree |
2017-06-13 |
Kris Katterjohn | Perform more checks for malformed lambda expressions...
|
commit | commitdiff | tree |
2017-06-13 |
Kris Katterjohn | Add more tests for lambda expressions to rtest_translator
|
commit | commitdiff | tree |
2017-06-13 |
Kris Katterjohn | Do not allow constants to be bound by lambda expressions
|
commit | commitdiff | tree |
2017-06-13 |
Kris Katterjohn | Only allow non-constant symbols to be function/macro...
|
commit | commitdiff | tree |
2017-06-12 |
Kris Katterjohn | Remove some duplication in block variable lists in...
|
commit | commitdiff | tree |
2017-06-09 |
Kris Katterjohn | Do not allow duplicate elements in parameter/variable...
|
commit | commitdiff | tree |
2017-06-09 |
Kris Katterjohn | Validate lambda expressions during simplification,...
|
commit | commitdiff | tree |
2017-05-16 |
Kris Katterjohn | Update src/share-subdirs.lisp for symplectic_ode
|
commit | commitdiff | tree |
2017-03-08 |
Kris Katterjohn | Merge branch 'master' of ssh://git.code.sf.net/p/maxima...
|
commit | commitdiff | tree |
2017-03-08 |
Kris Katterjohn | Docs: add a newline between text and an example in...
|
commit | commitdiff | tree |
2017-03-04 |
Kris Katterjohn | Fix wrong function names in ef_normal and ef_matmult...
|
commit | commitdiff | tree |
2017-03-04 |
Kris Katterjohn | Improve the wrong-number-of-arguments error message...
|
commit | commitdiff | tree |
2017-03-04 |
Kris Katterjohn | Docs: add newlines between the examples in the entry...
|
commit | commitdiff | tree |
2017-02-26 |
Kris Katterjohn | freeof: check for the variable in assignments in a...
|
commit | commitdiff | tree |
2017-02-26 |
Kris Katterjohn | freeof: check that a block begins with a list before...
|
commit | commitdiff | tree |
2017-02-26 |
Kris Katterjohn | freeof: check for the variable in quotes and lists...
|
commit | commitdiff | tree |
2017-02-26 |
Kris Katterjohn | freeof: check that lambda lists really are lists in...
|
commit | commitdiff | tree |
2017-02-26 |
Kris Katterjohn | Add a couple of freeof tests
|
commit | commitdiff | tree |
2017-02-24 |
Kris Katterjohn | Remove a superfluous use of EVAL in EVAL-DERIV
|
commit | commitdiff | tree |
2017-01-30 |
Kris Katterjohn | Do direct comparisons instead of using MEMBER over...
|
commit | commitdiff | tree |
2017-01-29 |
Kris Katterjohn | Add zero-padding to the time printed out by appendfile
|
commit | commitdiff | tree |
2017-01-29 |
Kris Katterjohn | Fix typo in nregex error message
|
commit | commitdiff | tree |