ID | Priority | Status | calc bugs | Date |
53 | 4 | FIXED | lastarg symbolic broken | 12-05-2013 |
58 | 4 | FIXED | Clr parm 4 & 5 non integers | 11-21-2013 |
61 | 4 | FIXED | playback doesnt last arg/op right | 12-05-2013 |
108 | 4 | FIXED | rework the way calc.htm gets generated | 11-30-2014 |
116 | 4 | FIXED | (+ (+ (+ 2nd args same needs to be optimized | 04-11-2015 |
129 | 4 | FIXED | (+ complex complex) simplify needs change to (* 2 complex) | 04-11-2015 |
153 | 4 | FIXED | Graph needs to leave something meaningful on stack, or nothing | 01-21-2015 |
165 | 4 | FIXED | web version graph of ATan(x) has holes and jumps | 02-04-2015 |
170 | 4 | FIXED | Lisp evaluation of a double on the stack returns (arg)? | 02-08-2015 |
173 | 4 | FIXED | Adding buttons needs to update context,need update means | 02-08-2015 |
184 | 4 | FIXED | abs func needed for graphing | 03-04-2015 |
198 | 4 | FIXED | Calc answers need to be left not right | 03-25-2015 |
199 | 4 | FIXED | Sqrt and other funcs don't work symbolic, all on keypad should | 03-26-2015 |
203 | 4 | FIXED | Web Rad-Grad-Deg main button text not redrawn?! after sitting? Firefox,Opera | 04-11-2015 |
206 | 4 | FIXED | Web iframes have scrollbars | 03-31-2015 |
224 | 4 | FIXED | Shunting yard algo had precidence <= instead of < in non-left assoc | 04-10-2015 |
225 | 4 | FIXED | unary +/- need precedence numbers | 04-10-2015 |
227 | 4 | FIXED | (* (* # a) b) simplify needs change to (* # (* a b)) | 04-11-2015 |
228 | 4 | FIXED | (+ a (+ b a)) simplify needs change to (+ (* 2 a) b) | 04-11-2015 |
229 | 4 | FIXED | need a simplify button for testing | 04-11-2015 |
232 | 4 | FIXED | Answer list only shows 3 in console only, shows 4 in web. | 09-23-2015 |
237 | 4 | FIXED | Web version grid lines don't match up with axis | 02-28-2016 |
244 | 4 | FIXED | Web lists scroll buttons don't work yet | 07-24-2015 |
245 | 4 | FIXED | Web lists selector grey doesn't show up right away | 07-22-2015 |
246 | 4 | FIXED | Web lists selector on Answer doesn't flush | 07-24-2015 |
247 | 4 | FIXED | context saves/restores mess up Deg-Grad-Rad | 07-16-2015 |
248 | 4 | FIXED | (locate) is depreciated, gbutton_list should be only structure for active use | 07-16-2015 |
249 | 4 | FIXED | Web lists selector grey wasn't correct exactly | 07-22-2015 |
250 | 4 | FIXED | Web fonts weren't regular | 07-22-2015 |
258 | 4 | FIXED | Test doesn't reset Deg-Rad-Grad right second time | 02-12-2016 |
275 | 4 | FIXED | Lots of ListSetListBox calls not apparently needed in setcontext. | 08-25-2015 |
278 | 4 | FIXED | "Lisp" key crashes, or at least assumes tos is a string | 09-03-2015 |
280 | 4 | FIXED | simplify is making assumptions of symbolic noticeable on units | 09-04-2015 |
283 | 4 | FIXED | lambda_filter_fn's need to check for nil && do nothing | 09-04-2015 |
287 | 4 | FIXED | sinh/tanh/cosh needed to handle nans better | 09-08-2015 |
289 | 4 | FIXED | unop (similar to binop) written for glastop to work properly | 09-08-2015 |
290 | 4 | FIXED | Rect/Polar need to be aware of "" | 09-08-2015 |
291 | 4 | FIXED | Enter fails on "" | 09-08-2015 |
292 | 4 | FIXED | EE fails on "" | 09-08-2015 |
296 | 4 | FIXED | simplified units of atan/asin/acos | 09-08-2015 |
297 | 4 | FIXED | stk->cplx did not handle #InputError correctly | 09-08-2015 |
298 | 4 | FIXED | binops did not handle #InputError correctly | 09-08-2015 |
311 | 4 | FIXED | buttons are too adhock, now more like listboxes for init/draw | 09-26-2015 |
314 | 4 | FIXED | x^x d/dx x needs a simplification rule | 03-01-2016 |
324 | 4 | FIXED | graphing scale/labels are wrong y,100=>1 30=>1 | 03-08-2016 |
327 | 4 | FIXED | web msie has no grid | 03-22-2016 |
328 | 4 | FIXED | web msie default focus not on text box | 03-22-2016 |
341 | 4 | FIXED | change in binops to return nil caused rTest Failures #Inf,stk->cplx | 02-10-2017 |
342 | 4 | FIXED | Implement hooks for infinite p/q math package | 09-01-2018 |
343 | 4 | FIXED | Need double/inf button for 'native | 12-22-2018 |
344 | 4 | FIXED | Graph either needs to be double or work. | 01-18-2019 |
347 | 4 | FIXED | Test crashes with inf precision, at test 26. | 01-17-2019 |
350 | 4 | FIXED | Random test found Graph fragile to nil, #nans. | 01-18-2019 |
352 | 4 | FIXED | Listboxes need to protect themselves against overflow. | 01-20-2019 |
354 | 4 | FIXED | doubles don't parse p/qs right with things like "3.1415e0.." | 01-20-2019 |
355 | 4 | FIXED | p/qs acos and asin need to return #ind for >1 and <-1 | 01-20-2019 |
356 | 4 | FIXED | p/qs arctrig functions need to honor deg/rad/grad | 01-20-2019 |
357 | 4 | FIXED | p/qs arctan incorrect format | 01-20-2019 |
359 | 4 | FIXED | cplx->stk of #InputError crashes, needs to return something, found by random test | 01-28-2019 |