Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (544 - 546 of 1030)

Ticket Resolution Summary Owner Reporter
#604 fixed two .lisp files apparently marked executable in svn Gary Byers John McAleely
Description

when checked out per the instructions at:

http://ccl.clozure.com/manual/chapter2.2.html#obtaining-via-svn

On a debian machine, the files:

ccl/library/x86-win64-syscalls.lisp
ccl/lib/ffi-win64.lisp

Are marked as excutable in the debian filesystem. I believe this to be an error, and I'm assuming this is because they are incorrectly tagged by svn as executables in the repository.

I have not looked on other unix-like OS (darwin?), but I assume the same error occurs.

#1252 fixed OSX udp socket, "Socket is already connected (error #56) during sendto" R. Matthew Emerson Josh Kordani
Description

on osx 10.7.5.

when attempting to call send-to on a socket that already has remote-port/host or local-port set, ccl reports "socket is already connected (error #56) during send-to"

code example to tickle this problem http://paste.lisp.org/display/144678

after evaluating the defparameters calls to create the test vector and the socket, all three of the send-to calls fail with the same problem

Similar problems are encountered in python apparently. see https://github.com/zerovm/zerocloud/issues/86

#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
"

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