1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename WAIT-PORTS to SELECT-PORTS. More... over 21 years ago
Consistently replace "i/o" -> "I/O". More... over 21 years ago
deprecated -> !recommended for SELECT/SELECT! More... over 21 years ago
Added documentation for WAIT-PORTS. More... over 21 years ago
Add WAIT-PORTS. More... over 21 years ago
Clean all subdirectories of c/ More... over 21 years ago
Some changes for the 0.6.3 release. More... over 21 years ago
Documentation for connect-socket-no-wait and connect-socket-successful?. More... over 21 years ago
Export connect-socket-no-wait and connect-socket-successful?. More... over 21 years ago
Removed superfluous saving of s48 ports. They are no longer imported anyway. More... over 21 years ago
Removed export declaration of removed repl procedure. More... over 21 years ago
Removed documentation for the static linker: it never worked for 0.6 anyway. More... over 21 years ago
Removed repl procedure: it wasn't working anyway. More... over 21 years ago
Removed documentation for repl procedure. More... over 21 years ago
Added documentation for the new file-info-... variants. More... over 21 years ago
Save tex2page program in a variable. More... over 21 years ago
Introduced connect-socket-no-wait and connect-socket-successful?. More... over 21 years ago
+ when importing scheme, hide the procedures which are about to be overwritten More... over 21 years ago
Remove even more outdated crud. More... over 21 years ago
Remove more outdated crud. More... over 21 years ago
Add AUC TeX annotations. More... over 21 years ago
Minor fixes: - history - supported OSes More... over 21 years ago
Bump version number. More... over 21 years ago
Document SELECT/SELECT!. More... over 21 years ago
Change SELECT! in the same way as SELECT: only ask the buffers of ports that were passed in, not those of raw file descriptors. More... over 21 years ago
Change CONNECT-SOCKET to pass underlying file descriptor to SELECT to prevent SELECT non-blocking because there's space in the buffer. More... over 21 years ago
Change the semantics of select so that it doesn't check the underlying port buffer for fdes arguments. More... over 21 years ago
Fix typo: remove double application of MAKE-I/O-COMPLETION-HANDLER. More... over 21 years ago
Add lookup-external from recent S48 (it's already described in the manual). More... over 21 years ago
call select in connect only on EINPROGRESS, loop on other errors (which should not happend anyway according to POSIX). More... over 21 years ago