3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better ADDRESS-TO-STRING for LOCAL-ADDRESS instances. More... about 17 years ago
Add ABSTRACT keyword argument to ENSURE-ADDRESS. More... about 17 years ago
Add INITIALIZE-INSTANCE method for LOCAL-ADDRESS instances. More... about 17 years ago
Clearer SOCKADDR-UN->SOCKADDR. More... about 17 years ago
Cosmetic fix. More... about 17 years ago
Fix LOOKUP-HOST tests. More... about 17 years ago
Fix pretty printing in INTEGER-TO-DOTTED. More... about 17 years ago
Bind *PRINT-BASE* to 10 in VECTOR-TO-DOTTED. More... about 17 years ago
Replace mem-ref with mem-aref. More... about 17 years ago
Cosmetic fix. More... about 17 years ago
Cosmetic change. More... about 17 years ago
Minor change in LOOKUP-HOST. More... about 17 years ago
LOOKUP-HOST now returns an address as primary value. More... about 17 years ago
Cosmetic fix. More... about 17 years ago
Cosmetic fix. More... about 17 years ago
Make IO.MULTIPLEX depend on TRIVIAL-GRAY-STREAMS because it needs CL:CLOSE to be generic. More... over 17 years ago
Make make-socket.lisp ASCII-only. More... over 17 years ago
Small fix for SBCL. More... over 17 years ago
Forgot to change the licence in the system definition files. More... over 17 years ago
Export also {EN,DIS}ABLE-READER-MACRO* from net.sockets . More... over 17 years ago
IO.MULTIPLEX:WAIT-UNTIL-FD-READY now accepts only OPEN-style direction specifiers: :INPUT, :OUTPUT and :IO instead of :READ, :WRITE and :READ-WRITE. More... over 17 years ago
Remove trailing whitespace. More... over 17 years ago
Don't run UTF-8 tests on CMUCL. More... over 17 years ago
Fix LOOP usage: better have only one ALWAYS clause. More... over 17 years ago
Fix loading of io.multiplex.asd More... over 17 years ago
No more literal hash tables. More... over 17 years ago
{EN,DIS}ABLE-READER-MACRO now only have compile-time effects. More... over 17 years ago
Simplify DEFINE-SOCKET-CREATOR. More... over 17 years ago
New macro DEFINE-SOCKET-CREATOR, simplify definition of socket creation functions. More... over 17 years ago
Fix DNS-FLAG-P. More... over 17 years ago