da739b9032Fix for Solaris: make master pty in FORK-PTY-SESSION a TTY as well.
mainzelm
2006-04-26 11:57:04 +0000
8f234fc733If a fork narrows the thread system to the current thread, the REPL gets suspended. However, in an interactive session, the REPL is very likely to hold the lock of the input port. Hence, release the locks of the command ports in the child if NARROW? is true.
mainzelm
2006-04-26 09:44:26 +0000
9a7d5fb8ddnew files from automake 1.9.6
mainzelm
2006-04-20 08:19:54 +0000
1ab6384c63comment out any-test
mainzelm
2006-04-19 09:18:54 +0000
364eb89dd8Set default image for scshvm to scsh.image (fixes#1091147)
mainzelm
2006-03-02 22:15:34 +0000
d6d422006fSearch for modules in 0.6/ as well for better compatibility with install-lib.
mainzelm
2006-03-02 21:33:43 +0000
4702963425Undo Brian's last commit as it was broken (removes Linux support, ...)
mainzelm
2006-03-02 21:32:31 +0000
a3f0a3ffb9Add new leap second, submitted by SRFI author.
sperber
2005-12-26 10:44:34 +0000
0698e636f1Make gcc 4.0 happy by removing internal static declaration of write_integer and moving this function above its first point of usage.
mainzelm
2005-10-27 07:48:44 +0000
ed254f1366Remove the claim that READ-DELIMITED and SKIP-CHAR-SET accept char predicates. SRFI-14's x->char-set does not accept them, hence we don't do as well.
mainzelm
2005-10-18 15:06:33 +0000
abd81132dccomment fix: x->char-set does not accept char predicates
mainzelm
2005-10-18 15:02:46 +0000
5f3c53746fLet (%)read-delimited! ensure that the buffer is mutable.
mainzelm
2005-10-18 14:58:11 +0000
ec4ec22eacProvide R5RS's let as STANDARD-LET to the implementation of SRFI 5
mainzelm
2005-10-18 14:07:21 +0000
f4fbe4c986(rx (| numeric alphabetic)) yields a char-set: but (rx (| ,(rx numeric) ,(rx alphabetic))) doesn't:, even though the "type-checking rules" for char-sets says that it should:
mainzelm
2005-10-18 14:01:50 +0000
cfcb6a1b05Get rid of sig_t
mainzelm
2005-10-18 13:54:22 +0000
7dbf2eca7cPreparations for 0.6.7 release
mainzelm
2005-10-18 13:34:14 +0000
e28875cd51Describe IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT
mainzelm
2005-10-18 12:39:32 +0000
a049a71641Fix two glitches
mainzelm
2005-10-17 21:04:46 +0000
ac0edb679bFix md5-digest-for-port: Don't fail if the total number of bytes read from a port exactly matches the buffer size
eknauel
2005-09-14 11:07:15 +0000
89db21acf6Don't mark stopped processes as dead
mainzelm
2005-09-14 11:03:24 +0000
03d11e2576+ IGNORE-SIGNAL to ignore synchronous signals + HANDLE-DEFAULT-SIGNAL to re-install default signal handler for synchronous signals
mainzelm
2005-09-13 13:14:16 +0000
354188c3c5Export predicates for user-info? and group-info?.
mainzelm
2005-05-30 12:59:05 +0000
0628b66c3eThe format_date function tries to fill the (non-POSIX) tm_zone field of struct tm, assuming the corresponding argument is a string. By the scsh documentation, #f is allowed, too. So just use NULL in that case instead of raising an argument-type exception, as was the case previously.
sperber
2005-04-15 14:58:57 +0000
6aa549d288Fixed missing GC_PROTECTs within send_substring
mainzelm
2005-02-22 10:42:04 +0000
fc88c1907amost changes are cosmetical there are few new tests
chetz
2004-10-03 11:35:21 +0000
f2e92c652aAdd interix support
bdc
2004-04-16 18:29:51 +0000
fa7910c741Add interix support
bdc
2004-04-16 17:36:24 +0000
89aeaf3d14patch to enable building scsh outside its source directory (added some missing $(srcdir))
eknauel
2004-04-16 13:33:24 +0000
69d6a1cb6bInterix support on mainline. This file was still machine specific in the branch so I'm making the corresponding change here as well so it does not get lost in the branch integration.
bdc
2004-04-16 05:02:58 +0000
8ddb1f619cAdd interix support
bdc
2004-04-16 04:56:13 +0000
142b393ab8Export default-lib-dirs as promised in the manual.
mainzelm
2004-04-15 13:01:35 +0000
66b2cd8a13Adapt version number to 0.6.7
mainzelm
2004-04-15 12:52:06 +0000
e534395099Bump version number to 0.6.7 CVS
mainzelm
2004-04-15 12:31:43 +0000