scsh-0.6/scsh
mainzelm 2e5fd56011 Minor clean-up. 2001-12-07 11:28:37 +00:00
..
aix char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
bsd char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
cygwin32 char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
hpux char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
irix char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
lib
linux char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
next char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
rx Temporay (non-)fix for any. 2001-10-05 09:56:12 +00:00
solaris Removed some constants which are commented out in netconst.scm from the exports. 2001-11-08 13:30:27 +00:00
sunos char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
test Using /tmp in a test for chdir is a bad idea as it may be a link. 2001-08-08 08:44:43 +00:00
ultrix char_ready can be defined in terms of select, stream_char_ready is no longer needed, so there is nothing machine-specific left. 2001-09-06 16:34:49 +00:00
.gitignore
awk.scm
bdbmo.c
char-set.scm
cstuff.c
cstuff.h
db.c
db.scm
dbm.c
dbm.scm
dbm1.c
defrec.scm
dirstuff1.c Added own init function. 2001-09-07 15:56:02 +00:00
dirstuff1.h Replaced most of define-foreign by 2001-08-08 09:21:20 +00:00
dot-locking.scm
ekko.scm
endian.scm.in
enumconst.scm
event.scm
fdports.h
fdports.scm
fdports1.c Removed include of stdio_dep.h. 2001-09-07 15:58:05 +00:00
fdports1.h
fileinfo.scm
filemtch.scm
filesys.scm Replaced most of define-foreign by 2001-08-08 09:21:20 +00:00
flock.scm Use import-os-error-syscall to convert from os-error to syscall-error. 2001-09-12 14:08:24 +00:00
flock1.c Removed remaining define-foreign. Flock code is cig-less now. 2001-08-08 12:52:37 +00:00
flock1.h Removed remaining define-foreign. Flock code is cig-less now. 2001-08-08 12:52:37 +00:00
fname.scm
fr.scm
glob.scm
here.scm
let-opt.scm
low-interrupt.scm
meta-arg.scm
ndbm.c
ndbm.scm
ndbm1.c
ndbmo.c
network.scm Fixed bug caused by forgotten parentheses. 2001-10-09 19:45:31 +00:00
network1.c Make naming consistent with current Scheme 48: 2001-12-03 15:19:48 +00:00
network1.h Removed remaining define-foreign. Network code is cig-less now. 2001-08-08 11:54:04 +00:00
newports.scm Flush only the open ports. 2001-12-07 09:59:13 +00:00
nextbs.c
nt2.c
proc2.c
process_args.c
procobj.scm + reworked wait 2001-12-05 14:45:35 +00:00
pty.scm
putenv.c
rdelim.c
rdelim.scm
re1.h
rw.scm + Decigged syscalls, sleep 2001-09-07 16:05:31 +00:00
scsh-condition.scm Use import-os-error-syscall to convert from os-error to syscall-error. 2001-09-12 14:08:24 +00:00
scsh-interfaces.scm New implementation of (no-inheritance) thread-local cells and thread 2001-12-03 15:21:46 +00:00
scsh-package.scm Added library directory path search command-line switches. 2001-12-07 11:24:30 +00:00
scsh-read.scm
scsh-tramp.c
scsh-version.scm
scsh.scm Minor clean-up. 2001-12-07 11:28:37 +00:00
scsh_aux.c
scsh_aux.h
select.c
select.scm
select1.c Removing #include-line for machine/stdio_dep.h that does not exist anymore. 2001-09-12 12:50:04 +00:00
select1.h
sighandlers.scm + Fixed small race condition problem in wait. There are still problems 2001-11-08 08:14:37 +00:00
sighandlers1.c
sighandlers1.h
signals1.c
signals1.h
sleep1.c + Decigged syscalls, sleep 2001-09-07 16:05:31 +00:00
startup.scm Initialize session and user-environment correctly. 2001-11-27 18:11:38 +00:00
static.scm.in
stringcoll.scm
syntax-helpers.scm
syntax.scm
syscalls.scm Renamed scsh-events to sigevents. 2001-10-18 09:02:52 +00:00
syscalls1.c Make naming consistent with current Scheme 48: 2001-12-03 15:19:48 +00:00
syscalls1.h + Decigged syscalls, sleep 2001-09-07 16:05:31 +00:00
syslog.scm New implementation of (no-inheritance) thread-local cells and thread 2001-12-03 15:21:46 +00:00
syslog1.c New implementation of (no-inheritance) thread-local cells and thread 2001-12-03 15:21:46 +00:00
threads.scm Use fork-thread in fork/thread. 2001-12-07 09:59:48 +00:00
time.scm Use import-os-error-syscall to convert from os-error to syscall-error. 2001-09-12 14:08:24 +00:00
time1.c Prevent FreeBSD's strftime from segfaulting by setting tm_zone. 2001-10-19 13:26:56 +00:00
time1.h Decigged time. 2001-09-07 12:36:30 +00:00
top.scm Added library directory path search command-line switches. 2001-12-07 11:24:30 +00:00
tty.scm Use import-os-error-syscall to convert from os-error to syscall-error. 2001-09-12 14:08:24 +00:00
tty1.c Use import-os-error-syscall to convert from os-error to syscall-error. 2001-09-12 14:08:24 +00:00
tty1.h Decigged tty. 2001-09-07 15:17:54 +00:00
userinfo1.c
userinfo1.h
utilities.scm + Fixed small race condition problem in wait. There are still problems 2001-11-08 08:14:37 +00:00
weaktables.scm Fixed bug in weak-table-walk. 2001-10-03 14:40:04 +00:00