Custom Query (1030 matches)
Results (766 - 768 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #934 | fixed | ENCODE-UNIVERSAL-TIME returns negative values for times before 1900 | ||
| Description |
Ethan H. Schwartz 2009-08-03 11:09:54 EDT The CLHS says: Universal time is an absolute time represented as a single non-negative integer---the number of seconds since midnight, January 1, 1900 GMT [...] Because universal time must be a non-negative integer, times before the base time of midnight, January 1, 1900 GMT cannot be processed by Common Lisp. http://www.lispworks.com/documentation/HyperSpec/Body/25_adb.htm ? (ENCODE-UNIVERSAL-TIME 0 0 19 31 12 1899) 0 ? (ENCODE-UNIVERSAL-TIME 59 59 18 31 12 1899) -1 The right thing to do would probably be to signal a type error. |
|||
| #532 | fixed | ENCODE-STRING-TO-OCTETS and DECODE-STRING-FROM-OCTETS Symbols | ||
| Description |
ENCODE-STRING-TO-OCTETS and DECODE-STRING-FROM-OCTETS symbols aren't exported in the CCL package. Also, if I'm not mistaken, they are lacking of documentation too. (As a side note, it'd be helpful for newcomers to assign STRING-TO-OCTETS and OCTETS-TO-STRING aliases to these functions as well.) |
|||
