Custom Query (1030 matches)
Results (823 - 825 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1343 | notabug | incorrect results from read-line based on line ending format | ||
| 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: with mac "ecause nothing can ever be easy
with unix (expected output)
"-d 30 -r m: |
|||
| #459 | fixed | incorrect treatment of branches involving bignums | ||
| 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 | ||
| Description |
After incremental search fails, the next control-s should start searching at the beginning of the buffer. |
|||
