0198ddb337[A change ported over from the 0.5 tree.] glob->regexp wasn't "terminating" regexps with an EOS anchor. Reported by Friedrich Dominicus <Friedrich.Dominicus@inka.de> -Olin
olin-shivers
2001-03-28 13:53:42 +0000
5d4b66daf4Upgraded inliner from 0.54. There is still a bug as a call to error must not be the last expression of a procedure. No fix for now, use (if #t (error ...)) as a workaround
mainzelm
2001-03-25 12:08:45 +0000
0b00ab0380Upgraded inliner from 0.54. There is still a bug as a call to error must not be the last expression of a procedure. No fix for now, use (if #t (error ...)) as a workaround
mainzelm
2001-03-25 11:21:58 +0000
25f395c1d0* New package definitions now that we have SRFI-13 and 14
mainzelm
2001-03-23 12:45:31 +0000
9b4bb8a19dAdapted some of Richard's changes for char-ready? and output-port-ready?.
mainzelm
2001-03-23 10:59:07 +0000
0ffb123beeRest of Olins merge for SRFI-13 and 14.
mainzelm
2001-03-23 10:52:09 +0000
e18289f61cAdded a small fix to string-lib.scm. Removed the obsolete strings.txt.
olin-shivers
2001-03-21 22:28:31 +0000
1b31a9f8f1Added tests for some process-state functions.
frese
2001-03-20 14:36:54 +0000
94553d1c36Manual says FILE-NOT-READABLE? and brothers return 'NO-DIRECTORY if some dir in the path isn't there; code returned 'NOT-DIRECTORY. Manual was right; code was wrong. -Olin
olin-shivers
2001-03-15 03:54:48 +0000
effab78a3dAdded implementation of a test suite.
mainzelm
2001-03-13 17:18:25 +0000
d708ef06e2EXEC-PATH-LIST is now a fluid.
olin-shivers
2001-03-11 18:58:54 +0000
9da196627fAdded missing "See file COPYING" to copyright notice.
olin-shivers
2001-03-11 18:03:50 +0000
120a664a86New, improved let-opt. More features.
olin-shivers
2001-03-11 04:11:11 +0000
5e769973cdFixed a bug in re-dsm. It pushed a pre-dsm value inside a submatch record -- but the submatch pre-dsm field describes deleted submatches occuring *after* the indicated submatch and *before* the submatch's body. So this "simplification" was swapping the order of these deleted submatches with the live submatch, throwing off the ordering. -Olin
olin-shivers
2001-03-07 16:46:09 +0000
a723d15160Fixed include directive for dlfcn.h: include <dlfcn.h> if HAVE_DLOPEN, ../fake/dlfcn.h otherwise.
mainzelm
2001-01-22 12:48:00 +0000
d5bbf33756Always install default handler for SIGINT. Overwrite it if interactive.
mainzelm
2001-01-15 13:43:35 +0000
9035313159Added nested multi-line comments. The implementation has two drawbacks: 1.) Since # and | may be part of an identifier, a#|bla|# is read as a#|bla|# not as a.
mainzelm
2001-01-12 18:16:42 +0000
eb89a60d2cReplaced Scheme 48 with Scsh in user dialog.
mainzelm
2001-01-11 15:05:04 +0000
4643aa5362Wrapped an exit around restart-command-processor to kill all threads.
mainzelm
2001-01-11 15:03:30 +0000
3e2a109780Big cleanup. Should be ready to distribute now.
mainzelm
2001-01-11 13:43:22 +0000
c5cfe8c420Fixed bug in type of MAP & FOR-EACH.
mainzelm
2001-01-11 09:18:52 +0000
67805dde9fSnapshot of cig generated files.
mainzelm
2001-01-09 15:57:06 +0000
31894f1894itimer moved to syscalls but is implemented via rts/events.scm
mainzelm
2001-01-09 15:55:03 +0000
c1d6d368e5Built the event system directly into the RTS. Built sighandlers above it. Removed machinery in low-interrupt.
mainzelm
2001-01-09 15:52:52 +0000
435afc1e2bChanges for Cygwin.
mainzelm
2001-01-09 15:49:29 +0000
ec5d343b75Removed assignments to errno.
mainzelm
2001-01-09 10:26:52 +0000
51552b6842Optional arguments for syslog and openlog.
mainzelm
2001-01-03 16:15:28 +0000
de88c03cd2Added touch for build/filenames.make since this is included from the Makefile.
mainzelm
2001-01-03 09:29:44 +0000
830f323166Replaced error with warn. The problem itself remains.
mainzelm
2000-10-19 08:22:37 +0000
4088792f41Changed interaction-environment for processing of command line switches to user-environment. This made -s work.
mainzelm
2000-10-09 09:44:20 +0000
6d9e7de153forever-sleeping-thread is only started in interactive sessions since it prevents the system from exiting. Fixed -i switch.
mainzelm
2000-10-04 14:12:49 +0000