Custom Query (1030 matches)
Results (259 - 261 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #320 | fixed | DEAD-MACPTR referenced in saved currency-converter application | ||
| Description |
It was reported in http://clozure.com/pipermail/openmcl-devel/2008-July/008420.html that a saved CurrencyConverter application (presumably built from the trunk as of roughly the date of that message) references a DEAD-MACPTR during "early application initialization". The current 1.2 version doesn't seem to be affected by this. |
|||
| #322 | fixed | Need to update Wiki entries on upgrading from source (and via svn) | ||
| Description |
The information seems to still be generally informative and accurate as far as it goes, but deals with things as of 1.1x. |
|||
| #327 | fixed | ia32 ff-call needs to pass small structures by value | ||
| Description |
I believe that "small" means "32 bits or less". One example involves the classic Carbon function FindWindow, which takes a Point (a pair of 16-bit integers) and a pointer as arguments. The Point needs to be passed in a single word on the stack; we incorrectly pass the address of the Point. (I think that I know how to fix this, just opening the ticket for the record.) |
|||
