ID | Priority | Status | lisp bugs | Date |
7 | 3 | FIXED | &rest broken in lambda | 04-10-2013 |
23 | 3 | FIXED | strncpy | 06-20-2013 |
34 | 3 | FIXED | &rest broken | 08-31-2013 |
36 | 3 | FIXED | no puts | 08-31-2013 |
45 | 3 | FIXED | CHECK_stuff incorrect | 09-17-2013 |
48 | 3 | FIXED | Keyboard input shouldn't be opd | 09-17-2013 |
50 | 3 | FIXED | raw ptr string support | 09-22-2013 |
52 | 3 | FIXED | ieee.atom.otherstuf parser | 10-02-2013 |
53 | 3 | FIXED | eqv doesn't handle lists | 09-30-2013 |
55 | 3 | FIXED | only protect assigned strings | 10-29-2013 |
61 | 3 | FIXED | pow and others? need int conversions | 11-27-2013 |
64 | 3 | FIXED | ftime needs implementing | 12-16-2013 |
65 | 3 | FIXED | readlsp of no file segment violates | 11-08-2014 |
67 | 3 | FIXED | ':' should be legal atom name | 01-22-2014 |
74 | 3 | FIXED | alloc_string already does strdup | 02-20-2014 |
75 | 3 | FIXED | ftime overload to use string as strftime fmt | 02-20-2014 |
76 | 3 | FIXED | ltoa needs ultoa, perhaps auto for non decimal base | 02-26-2014 |
77 | 3 | FIXED | strtol needs strtoul, perhaps auto for non decimal base | 03-01-2014 |
78 | 3 | FIXED | readlsp av's when no file | 03-06-2014 |
80 | 3 | FIXED | debug &level needs to be :&level for mthread safe | 03-07-2014 |
81 | 3 | FIXED | debug variable names all need : for mthread safe | 03-07-2014 |
82 | 3 | FIXED | &rest needs to be :&rest for mthread safe | 03-07-2014 |
85 | 3 | FIXED | (array foo -1) & out of bounds should return nil | 09-03-2014 |
93 | 3 | FIXED | ? seems to not be a legal atom char? emits (lambda) | 09-12-2014 |
96 | 3 | FIXED | SET_PROTECT/SET_UNPROTECT lots of unneeded/unsafe nesting | 10-14-2014 |
120 | 3 | FIXED | Some strings can be ints, this is fine, but resultants better be strings or leaks! | 09-15-2015 |
121 | 3 | FIXED | Still have a few leaks, but so much better | 09-23-2015 |
122 | 3 | FIXED | strtol strtoul should not seg fault when passed in a long | 09-23-2015 |
123 | 3 | FIXED | strtok leaked, pa reuse sloppy | 09-22-2015 |
124 | 3 | FIXED | '"foo" returned ("foo"), '5 worked fine | 09-28-2015 |
125 | 3 | FIXED | '('"foo") returned (("foo")), '('5) same problem | 09-29-2015 |
126 | 3 | FIXED | 32 bit machines need conditional changes to build | 10-14-2015 |
127 | 3 | FIXED | (ftime 14) on 32 bit messed up due to size of time structures | 10-16-2015 |
128 | 3 | FIXED | Broken for 64 bits | 10-20-2015 |
129 | 3 | FIXED | unlink needed | 12-16-2015 |
132 | 3 | FIXED | chmod needed | 03-09-2016 |
135 | 3 | FIXED | sfputs fails on writes to exactly 1024*2^n because of grow bug | 03-30-2016 |
136 | 3 | FIXED | SIGN_TO_END_ATOM_END_LIST_STATE needs to reset sign_ch to '+' | 04-04-2016 |
140 | 3 | FIXED | sfgets slamming null into wrong place in string | 04-16-2016 |
141 | 3 | FIXED | sfgets terminating null needs to clobber \n same as fgets | 04-16-2016 |
144 | 3 | FIXED | Missing some X11 calls to get absolute window position in video bufer | 04-20-2016 |
145 | 3 | FIXED | Needed bitmap generation from app (tobmpfile "file") | 04-22-2016 |
160 | 3 | FIXED | array checks for nil, should be checking length of plist | 08-25-2016 |
161 | 3 | FIXED | iasgn & deref don't allow for doubles | 08-31-2016 |
162 | 3 | FIXED | fft needs implementing natively | 09-09-2016 |
164 | 3 | FIXED | sderef needs implementing, so signs can be easily recovered. | 09-02-2016 |
165 | 3 | FIXED | wav_to_halfnote needs to be implemented in C. | 09-11-2016 |
166 | 3 | FIXED | wav_to_halfnote has memory leak. | 09-20-2016 |
167 | 3 | FIXED | wav_to_halfnote has memory overwrite. | 09-21-2016 |
169 | 3 | FIXED | Need to add SDL primitives | 10-17-2016 |
170 | 3 | FIXED | iasgn & deref don't allow for floats | 10-17-2016 |
171 | 3 | FIXED | Need to add support for raw kbd & mouse input events | 11-24-2016 |
172 | 3 | FIXED | Need to add support for raw screen output | 12-04-2016 |
173 | 3 | FIXED | Need to add support for raw character output | 12-04-2016 |
174 | 3 | FIXED | Need to add RAW primitives | 12-04-2016 |
187 | 3 | FIXED | eval_lisp can't use hashtag shortcut, hashtag small chance of being uninit. | 06-01-2017 |
194 | 3 | FIXED | (mapcar fn ()) segment violates, should be nil | 06-03-2018 |
201 | 3 | FIXED | arctrig shouldn't try and handle deg/grad/rad here. | 01-20-2019 |
204 | 3 | FIXED | process_mutex wasn't being initialized or deleted. | 02-04-2019 |