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
readded with-enabled-interrupts More... over 24 years ago
removed reap-zombies from fork; renamed cwd and chdir to process-X to support cwd per thread;read-symlink and get-hostname communicate via scheme-strings to omit the static strings; support for environ per thread, but some things are missing; added a first version of crypt More... over 24 years ago
removed debug-infos and added installing of signal, process and env system More... over 24 years ago
added GC_PROTECT More... over 24 years ago
adapted types More... over 24 years ago
removed a hack, caused by bogus skip-char-set More... over 24 years ago
added set-port-handler! for set-port-buffering More... over 24 years ago
added raw-C support for read-delim and skip-chars. The port-buffer is drained in Scheme and after this a call to a read-loop in C follows. The last char is returned, so Scheme may push it back into the buffer More... over 24 years ago
added extract/enter_bytevector More... over 24 years ago
These files are generated by cig with GC_PROTECT-support More... over 24 years ago
removed bufpol/line for input, replaced code-vector by byte-vector More... over 24 years ago
added locks and renamed dead_by_ to waited-by- More... over 24 years ago
added GC_PROTECT to protect ret1 and mv_vec More... over 24 years ago
added set-port-handler! for set-port-buffering More... over 24 years ago
added set-port-buffering. Supports gentle buffer draining and a slightly limited bufpol/line. Code looks quite ugly, but I think that's inherent... More... over 24 years ago
wait-any should run now. no tests about race-conditions and the code is very ugly at the moment. I wonder if this ever will change More... over 24 years ago
made interrupt handler a client to low-interrupt. Added blocking via disableing. Not yet thread-save nor interrupt-save in itself More... over 24 years ago
events are now a client for low-interrupt More... over 24 years ago
interface for internal use. Asynchronous delivery of interrupts to multiple clients More... over 24 years ago
added solaris from 0.5.2 but s48_ adapted More... over 24 years ago
added linux/ from 0.5.2 but s48_ adapted More... over 24 years ago
added support for solaris (tested) and linux (untested) More... over 24 years ago
added pid_t More... over 24 years ago
added 2 include files for time_t More... over 24 years ago
initial checkin from scsh sources More... over 24 years ago
snapshot, this version should work quite well More... over 24 years ago
jsut small fixes and comments More... over 24 years ago
removed all hi8/lo24 hacks and replaced many integer types by fixnums. This has not been tested ! More... over 24 years ago
this should be the first working top-level More... over 24 years ago
inserted s48-extract-string, but there are still man hacks hidden inside, it's a miracle that anything of this stuff works More... over 24 years ago