Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (247 - 249 of 1030)

Ticket Resolution Summary Owner Reporter
#308 fixed when making 1000 threads, sometimes the lisp gets wedged R. Matthew Emerson R. Matthew Emerson
Description

This often gets wedged:

(dotimes (i 1000)
  (process-run-function "junk" #'(lambda (x) (format t "~&~d" x)) i))
#309 worksforme Editor won't read in old MCL files (still) gz Henry Lieberman
Description

Trying to read in the enclosed file from the File>Open menu,

2008-06-12 16:26:14.764 dx86cl64[17655:20b] Lisp exception: Array index 133 out of bounds for "buffer mark ringont regionteranding tabs

#310 fixed remove-duplicates bug Gary Byers R. Matthew Emerson
Description
? (remove-duplicates '(1 0 1 1 1 0 0 0 1 0 1 0 1) :END 11)
(1 0 0 1)

The expected result is (0 1 0 1).

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