Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (823 - 825 of 1030)

Ticket Resolution Summary Owner Reporter
#1343 notabug incorrect results from read-line based on line ending format Josh Kordani
Description

example code attached.

On windows Output of the read-line call is different depending on the line endings in the file, and currently only reading files with unix style line endings begets the appropriate behavior.

A file rvs-prune.txt consisting of -d 30 -r m:\dump\ because nothing can ever be easy

with windows line endings read by the attached function produces "-d 30 -r m:
dump

with mac "ecause nothing can ever be easy

with unix (expected output) "-d 30 -r m:
dump
"

#459 fixed incorrect treatment of branches involving bignums Gary Byers Eric Marsden
Description

I seem to recall that a similar bug was fixed previously.

Welcome to Clozure Common Lisp Version 1.3-dev-r11958M  (LinuxX8632)!
? ((lambda (a b) (if (< 1 3175737918) a b)) 1 2)
2

This is running on an AMD64 machine, in case that makes a difference. The 64-bit port doesn't suffer from the bug.

#48 fixed incremental search should wrap Gary Byers Jeremy Jones
Description

After incremental search fails, the next control-s should start searching at the beginning of the buffer.

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