scsh-0.6/scsh
mainzelm 10cebaf941 Use tm.tm_zone only when defined. 2003-01-08 10:14:11 +00:00
..
aix Fixed typo. 2002-02-12 15:31:36 +00:00
bsd Fixed typo. 2002-02-12 15:31:36 +00:00
cygwin32 Fixed typo. 2002-02-12 15:31:36 +00:00
generic Fixed typo. 2002-02-12 15:31:36 +00:00
hpux exec-path-list is a thread-fluid now. 2002-05-07 08:58:53 +00:00
irix Fixed typo. 2002-02-12 15:31:36 +00:00
lib Remove the old LIST-LIB, STRING-LIB, and CHAR-SET-LIB libraries, now 2002-08-14 14:23:41 +00:00
linux Fixed typo. 2002-02-12 15:31:36 +00:00
next Fixed typo. 2002-02-12 15:31:36 +00:00
odbc Initial version of scshql: The original scsh ODBC API for 0.5.x 2002-12-09 16:14:48 +00:00
rx Make LET-MATCH/IF-MATCH conform to documentation & comments. 2002-12-17 13:33:33 +00:00
solaris Fixed typo. 2002-02-12 15:31:36 +00:00
sunos Fixed typo. 2002-02-12 15:31:36 +00:00
test Support for uname. 2002-09-06 12:23:18 +00:00
ultrix Fixed typo. 2002-02-12 15:31:36 +00:00
.gitignore Don't ignore static.scm, its presence is an error. 2002-12-12 09:12:19 +00:00
awk.scm Added missing "See file COPYING" to copyright notice. 2001-03-11 18:03:50 +00:00
bdbmo.c replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
cstuff.c Fixed bug that skipped first entry in char_pp_2_string_list 2000-05-22 11:59:22 +00:00
cstuff.h Better type annotations. Moved char_pp_2_sting_list to cstuff.c. 2000-05-16 09:24:54 +00:00
db.c replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
db.scm replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
dbm.c changes to get the 0.5.2 stuff running. Not yet completed, hangs on startup 1999-09-23 23:02:54 +00:00
dbm.scm replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
dbm1.c replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
defrec.scm updates from 0.5.2 1999-09-23 17:46:46 +00:00
dirstuff1.c Direct interface to directory streams (stolen from S48). 2002-09-06 13:22:16 +00:00
dirstuff1.h Direct interface to directory streams (stolen from S48). 2002-09-06 13:22:16 +00:00
dot-locking.scm Made arguments to OBTAIN-DOT-LOCK optional and supply sensible 2002-01-07 13:11:26 +00:00
ekko.scm Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
endian.scm.in Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
enumconst.scm define-enum-constants-from-zero for enumerations wirhout explicit numbers. 2001-01-02 14:42:14 +00:00
event.scm * New package definitions now that we have SRFI-13 and 14 2001-03-23 12:45:31 +00:00
fdports.h replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
fdports.scm Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
fdports1.c Removed include of stdio_dep.h. 2001-09-07 15:58:05 +00:00
fdports1.h replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
fileinfo.scm Fixes for some bugs introduced by the last commit. 2002-10-23 11:51:21 +00:00
filemtch.scm Fix incomplete port to new regexp system. 2002-02-21 13:21:32 +00:00
filesys.scm + user-effective-uid and -gid per thread. 2002-09-06 09:57:32 +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 GC_PROTECT'ed the necessary variables (specifically, where >1 arg to 2002-02-12 15:49:39 +00:00
flock1.h Removed remaining define-foreign. Flock code is cig-less now. 2001-08-08 12:52:37 +00:00
fname.scm updates from 0.5.2 1999-09-23 17:46:46 +00:00
fr.scm Remove the old LIST-LIB, STRING-LIB, and CHAR-SET-LIB libraries, now 2002-08-14 14:23:41 +00:00
glob.scm Ugly kludge to fix (glob "/*"): The code treats "" as "/" but 2003-01-07 10:45:01 +00:00
here.scm Fix to allow single character here strings. 2002-08-05 14:27:12 +00:00
let-opt.scm New, improved let-opt. More features. 2001-03-11 04:11:11 +00:00
libscsh.c Use vsprintf if vasprintf is not available. 2002-05-23 09:51:24 +00:00
libscsh.h First version of libscsh. 2002-05-16 14:50:46 +00:00
libscsh.scm Remove debugging output. 2002-09-18 11:21:06 +00:00
low-interrupt.scm Built the event system directly into the RTS. Built sighandlers above 2001-01-09 15:52:52 +00:00
md5.c Added md5 support. 2002-06-27 12:14:23 +00:00
md5.scm Added md5 support. 2002-06-27 12:14:23 +00:00
meta-arg.scm Rest of Olins merge for SRFI-13 and 14. 2001-03-23 10:52:09 +00:00
ndbm.c replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
ndbm.scm replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
ndbm1.c Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
ndbmo.c replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
network.scm In socket-option operator and operand were swapped two times. 2003-01-07 10:51:28 +00:00
network1.c + Use select on socket:outport if connect returned EINPROGRESS. 2002-10-30 13:12:00 +00:00
network1.h Removed remaining define-foreign. Network code is cig-less now. 2001-08-08 11:54:04 +00:00
newports.scm Set bufpol/none for current-input-port. 2003-01-07 16:01:14 +00:00
nextbs.c Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
nt2.c replaced all the macros and definitions that have changed in c/scheme48.h. Sometimes changes were necessary, if stuff is no longer a l-value. Some things are just commented out to be able to compile 1999-09-16 00:20:37 +00:00
proc2.c initial checkin from scsh sources 1999-10-10 15:50:18 +00:00
process_args.c Minor corrections. 2002-02-13 14:34:52 +00:00
procobj.scm Remove a bunch of crud from utilities.scm as well as the dependencies 2002-08-14 14:45:33 +00:00
pty.scm Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
putenv.c Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
rdelim.c Snapshot of the cig generated files. 2001-01-01 17:55:36 +00:00
rdelim.scm Remove the old LIST-LIB, STRING-LIB, and CHAR-SET-LIB libraries, now 2002-08-14 14:23:41 +00:00
rw.scm Partially rewrite of read-string(!)/partial: 2003-01-07 17:32:57 +00:00
scsh-condition.scm Extend with-errno to capture all I/O exceptions of the VM: 2003-01-08 09:16:47 +00:00
scsh-interfaces.scm Export the new file-info-blabla? procedures 2002-12-15 18:03:41 +00:00
scsh-package.scm Extend with-errno to capture all I/O exceptions of the VM: 2003-01-08 09:16:47 +00:00
scsh-read.scm Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
scsh-tramp.c Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
scsh-version.scm Added scsh-version-string for internal use in top.scm. 2002-06-26 11:28:47 +00:00
scsh.scm + Factor out exit hooks into a separate package. 2002-09-25 11:40:07 +00:00
scsh_aux.c Check if SIGINFO and SIGPWR are the same (HP-UX 10.2). 2002-01-09 12:59:13 +00:00
scsh_aux.h Replaced // comments. 2002-01-11 10:13:58 +00:00
sighandlers.scm Create a fresh vector of handlers on startup. 2002-09-06 11:25:59 +00:00
sighandlers1.c removed unused code, port to new FFI 2001-01-01 17:49:08 +00:00
sighandlers1.h removed unused code, port to new FFI 2001-01-01 17:49:08 +00:00
signals1.c made configure determine the mapping from os signals to scsh interrupts 2000-12-14 18:32:53 +00:00
signals1.h Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
sleep1.c + Decigged syscalls, sleep 2001-09-07 16:05:31 +00:00
startup.scm Replace Martin's implementation of selective blocking by the one in 2002-08-16 14:11:50 +00:00
static.scm.in Added files from david fishers home (~dfisher/scsh-0.5.1). 1999-09-14 13:32:05 +00:00
stringcoll.scm 2 small fixes that where already in 0.5.2 1999-09-28 16:20:02 +00:00
syntax-helpers.scm Use "compare" und "rename" to compare symbols. 2002-10-21 17:30:49 +00:00
syntax.scm Fixed a subtle bug in the macro for the << redirection: The port 2002-09-12 07:30:30 +00:00
syscalls.scm Direct interface to directory streams (stolen from S48). 2002-09-06 13:22:16 +00:00
syscalls1.c Support for uname. 2002-09-06 12:23:18 +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 ... and here's the first post-0.6 bug fix: 2002-01-10 09:53:57 +00:00
threads.scm Use fork-thread in fork/thread. 2001-12-07 09:59:48 +00:00
time.scm Always signal an error if time returns -1. Not uses errno-error as 2002-02-26 10:53:32 +00:00
time1.c Use tm.tm_zone only when defined. 2003-01-08 10:14:11 +00:00
time1.h Decigged time. 2001-09-07 12:36:30 +00:00
top.scm Ignore result of -e: It's not needed anyway and it may be a multiple value result. 2002-12-16 15:44:16 +00:00
tty.scm Default argument for tty-info as promised in the manual. 2002-03-22 10:23:34 +00:00
tty1.c Initialize t.c_lflag before reading it. 2002-07-04 16:46:23 +00:00
tty1.h Decigged tty. 2001-09-07 15:17:54 +00:00
userinfo1.c Changed return type of init function to void. 2001-01-01 17:21:35 +00:00
userinfo1.h removed the static return values in the uid and gid functions. This is all done without cig 1999-11-16 16:37:28 +00:00
utilities.scm Replace Martin's implementation of selective blocking by the one in 2002-08-16 14:11:50 +00:00
weaktables.scm Let weak-table-ref kill the entry if the value is #f. 2002-02-14 13:31:41 +00:00