Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (766 - 768 of 1030)

Ticket Resolution Summary Owner Reporter
#562 fixed ESC-anything breaks the IDE mikel mikel
Description

To reproduce:

  1. build and launch the IDE
  2. Press the ESC key
  3. Press any other key

Result:

Error: value NIL is not of the expected type STRUCTURE.

While executing: (:INTERNAL GUI::keyDown:|), in process Initial(0).

Type :POP to abort, :R for a list of available restarts. Type :? for other options.

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 Francois-Rene Rideau
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 R. Matthew Emerson Volkan YAZICI
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.)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.