1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added internet-address->dotted-string More... over 23 years ago
Small bug fixes. More... over 23 years ago
Removed call to C code since it doesn't cooperate with non-blocking fd's. More... over 23 years ago
replaced <regex.h> by "regex.h" to fetch the local file. More... over 23 years ago
Replaced many define-foreign by define-stubless-foreign More... over 23 years ago
Default sighandler for SIG/INT depends on whether we run interactive or not. More... over 23 years ago
removed debugging output More... over 23 years ago
Added Y2k and Martin Gasbichler More... over 23 years ago
removed bogus file More... over 23 years ago
let byte-vectors print as a list of numbers More... over 23 years ago
fixed typo More... over 23 years ago
removed debug message More... over 23 years ago
Fixed typo. Not that we really care... More... over 23 years ago
Added a start event during initialisation. More... over 23 years ago
Initialize event system etc. in scripts too. More... over 23 years ago
Fixed bug due to the fact that byte_vector_ref returns a signed char. More... over 23 years ago
Initialize event system etc. in scripts too. More... over 23 years ago
Various bug fixes for byte-vectors. More... over 23 years ago
From the scsh rep: More... over 23 years ago
Fork sets batch-mode in child only if there is a session. More... almost 24 years ago
Initialize the variables for multipe return values to 0 so we won't lose if the called function does not set them due to an error. More... almost 24 years ago
Procedures to convert numbers and bytes to internet-host-addresses. Added fd->port. Small bug-fixes. More... almost 24 years ago
The handler for the VM schedules now a event that will cause the deliver thread to call the clients of low-interrupt. So the handler is short and save. More... almost 24 years ago
Implemented waitpid with the new FFI to support 32 bit parameters. More... almost 24 years ago
Renamed byte-vector to code-vector. More... almost 24 years ago
Changed the representation of scsh-conditions to the exception os-error so it may be throwen from C. More... almost 24 years ago
Shifted receive/send-message to non-blocking sockets. More... almost 24 years ago
Moved host/network/service/protocol-info to new FFI. Fixed some bugs in the old implementation. More... almost 24 years ago
Moved host-info to new address representation. The record is constructed in C now. More... almost 24 years ago
Put cwd in a record to be able to define a resumer that initializes to process-cwd. More... almost 24 years ago