Custom Query (1030 matches)
Results (592 - 594 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #564 | fixed | Bad value of #$CW_USEDEFAULT on win64 | ||
| Description |
#$CW_USEDEFAULT is 0 on win64; should be #x80000000. Don't know why, but expect some sign-extension confusion. |
|||
| #563 | fixed | possible bug in format tilde e | ||
| Description |
When I do (setq x 0) (loop (setq x (+ x .00001)) (format t "~%~8,2e" x)) I pretty soon see lines of varying width such as
and I wonder if that can be right. From the ANSI:
|
|||
| #562 | fixed | ESC-anything breaks the IDE | ||
| Description |
To reproduce:
Result:
1 > After exiting from the breakloop, the IDE remains confused, expecting a keydown and breaking on any it receives. |
|||
