ID | Priority | Status | lisp bugs | Date |
2 | 1 | FIXED | Input/Output stack missing | 11-26-2012 |
3 | 1 | FIXED | print broken for lists | 11-27-2012 |
4 | 1 | FIXED | print needs to return last eval'd | 11-27-2012 |
6 | 1 | FIXED | need proper quote 'support | 05-07-2013 |
8 | 1 | FIXED | quote 'support fails in 'foo) | 05-08-2013 |
9 | 1 | FIXED | nested list parse errors | 05-13-2013 |
10 | 1 | FIXED | Still need to fix strings | 05-13-2013 |
11 | 1 | FIXED | Still need to fix doubles | 05-13-2013 |
12 | 1 | FIXED | strings have initial " | 05-13-2013 |
13 | 1 | FIXED | + stopped working, parseer prob | 05-15-2013 |
14 | 1 | FIXED | more quote problems | 05-15-2013 |
15 | 1 | FIXED | setting strings in qsetq broken | 05-16-2013 |
16 | 1 | FIXED | (readlspstr "'(setq foo 5)") | 05-16-2013 |
18 | 1 | FIXED | numerous quote list errors | 05-19-2013 |
19 | 1 | FIXED | strtok can't change original | 05-21-2013 |
20 | 1 | FIXED | strings need hashtables | 05-21-2013 |
21 | 1 | FIXED | strrev can't change original | 05-22-2013 |
27 | 1 | FIXED | no way to format doubles | 08-22-2013 |
28 | 1 | FIXED | 1e300 should work, state | 08-22-2013 |
29 | 1 | FIXED | strsub has a malloc error+1 | 08-18-2013 |
30 | 1 | FIXED | parsing 1e300 3.0 messes up exp | 08-22-2013 |
31 | 1 | FIXED | nested lambdas same arg name err | 08-27-2013 |
35 | 1 | FIXED | garbage collection complex case | 09-01-2013 |
38 | 1 | FIXED | PROTECT lists dups/unmatched | 09-01-2013 |
40 | 1 | FIXED | ' totally brokn in state mach | 09-02-2013 |
41 | 1 | FIXED | malloc leaks | 09-03-2013 |
44 | 1 | FIXED | de atoms shouldn't retie pfns | 09-16-2013 |
49 | 1 | FIXED | (de foo () ...) still fails | 02-12-2014 |
51 | 1 | FIXED | () parsing is killing stuff! | 02-12-2014 |
54 | 1 | FIXED | (de foo (&rest)) wrong return! | 02-12-2014 |
56 | 1 | FIXED | multiple quotes broken? | 02-15-2014 |
68 | 1 | FIXED | mproc segviolates in tight/fast loops | 01-28-2014 |
69 | 1 | FIXED | join/gprocess_returns need protection | 02-04-2014 |
79 | 1 | FIXED | print depended on uninitted vars | 03-06-2014 |
89 | 1 | FIXED | nil didn't have hash value, special setup broke && qsetq foo nil | 09-04-2014 |
92 | 1 | FIXED | car,cdr need to be safe functions with CHECK_ALLOC option | 09-09-2014 |
94 | 1 | FIXED | :atoms are not being cleaned up at thread teardown | 10-04-2014 |
95 | 1 | FIXED | :atoms clean up not called at no-exit thread teardown | 10-04-2014 |
99 | 1 | FIXED | flmabda might not be up to date with lambda, should be same code base | 11-08-2014 |
100 | 1 | FIXED | mkdir chdir rmdir need to be implemented/fixed | 11-28-2014 |
101 | 1 | FIXED | mkdir chdir rmdir need to return t or nil, not 0 or other | 11-28-2014 |
102 | 1 | FIXED | int needs to just return value when already an integer, not nil | 01-21-2015 |
103 | 1 | FIXED | relops should not slam the DOUBLE type onto an INT type | 01-21-2015 |