Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (868 - 870 of 1030)

Ticket Resolution Summary Owner Reporter
#1203 fixed make-pathname misbehaves with a string :directory. Stas Boukarev
Description

(make-pathname :directory "x") should produce #P"/x/", and not #P"x/", as per the spec, the last paragraph under Description

http://www.lispworks.com/documentation/HyperSpec/Body/f_mk_pn.htm

#519 fixed make-socket on Windows does not work for UDP sockets R. Matthew Emerson Hans Hübner
Description

With the trunk version of CCL on Windows Vista, (make-socket :type :datagram :remote-host "10.0.0.2" :remote-port 6038) fails in setsockopt because the "linger" option is not supported. I am attaching a patch that works for me.

#941 fixed make-tcp-socket's error messages are not helpful Francois-Rene Rideau
Description

Dan Weinreb 2010-07-12 18:26:58 EDT

When make-tcp-socket fails (e.g. there's nobody listening at the other end), the condition object that is created doesn't have helpful information in it such as the host and port and so on. When it calls socket-call, it could pass more useful stuff in the "where" argument, for example.

PS: was ITA bug 83283.

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