Commit Graph

134 Commits

Author SHA1 Message Date
shivers dd40a220df signal handler and job control hacking. 1996-08-21 21:27:48 +00:00
shivers 7a1e5a6da7 Keep bugfixes here. 1996-08-21 21:19:23 +00:00
shivers 7e184be69d Added documentation for new command-line switches. 1996-08-21 20:52:21 +00:00
bdc f1dc00dcf6 a working scsh/static.scm and all the trimmings 1996-08-19 08:29:48 +00:00
shivers bcdc349bcf New, improved machinery for handling optional args. 1996-04-19 18:55:31 +00:00
shivers c34f9d6882 Added LET-OPT machinery to system. 1996-04-19 18:51:08 +00:00
shivers ea45fca8ef Hacked the system to use the new LET-OPT optional argument machinery,
LET-OPTIONAL, LET-OPTIONAL*, and :OPTIONAL. The new macros are
faster and easier to read than the old PARSE-OPTIONALS and OPTIONAL-ARG
procedures.
1996-04-19 18:39:14 +00:00
shivers 6b42e9d7aa 1. Hacked fork so that if it fails and the zombie autoreap policy is 'early,
we do a zombie-reap and then retry the fork. This way, if the fork fails
because the process table filled up, you can clean up and win.

It's not the right answer, but the right answer depends on handling SIGCHLD
interrupts, so we can't implement it now.

2. Hacked the optional arg handling to use the new LET-OPT machinery.
1996-04-19 18:26:31 +00:00
shivers 1a0d6a2af4 Fixed delimited readers -- there was confusion about what the handle-delimiter
arg was. It now defaults uniformly to 'trim.
1996-04-19 05:51:37 +00:00
bdc 16c0d2ef3f *** empty log message *** 1995-12-03 01:00:20 +00:00
shivers 2c9e06d6ae Changed char to int so non-ASCII chars wouldn't be sign-extended -- was
blowing char-set test in skip_chars.
	-Olin
1995-11-20 06:32:02 +00:00
shivers acaaedd035 CHAR-SET-CONTAINS? had extra code to make sure it did not work when
applied to a non-ASCII char. Now fixed.
1995-11-20 06:20:12 +00:00
shivers 755913967b Added native-code support for SKIP-CHAR-SET. 1995-11-20 04:15:04 +00:00
bdc 30ed9fdf0c *** empty log message *** 1995-11-05 02:55:04 +00:00
bdc 702f0126c5 FreeBSD mods, mostly in comments 1995-11-04 21:13:42 +00:00
bdc 4a47a768c6 *** empty log message *** 1995-11-04 21:10:51 +00:00
bdc 66cd45fa90 *** empty log message *** 1995-11-04 20:55:34 +00:00
bdc 1265c62db8 *** empty log message *** 1995-11-04 05:15:07 +00:00
bdc 7e41e4e5ad *** empty log message *** 1995-11-04 05:04:59 +00:00
bdc 7d1bb41214 *** empty log message *** 1995-11-04 04:41:53 +00:00
bdc 12d37bc045 *** empty log message *** 1995-11-04 04:31:50 +00:00
bdc 772f47e595 *** empty log message *** 1995-11-04 04:28:27 +00:00
bdc 4da524bd96 *** empty log message *** 1995-11-03 00:38:31 +00:00
bdc 7ff0032887 *** empty log message *** 1995-11-03 00:03:37 +00:00
bdc 87a9656f48 *** empty log message *** 1995-11-02 22:55:53 +00:00
bdc ef895cd9e3 *** empty log message *** 1995-11-02 18:33:56 +00:00
bdc 97449f46e0 *** empty log message *** 1995-11-02 18:33:35 +00:00
bdc 59ed6e6363 *** empty log message *** 1995-11-02 18:25:43 +00:00
bdc 183446fd84 *** empty log message *** 1995-11-02 18:09:22 +00:00
bdc 829514e091 *** empty log message *** 1995-11-02 17:55:51 +00:00
bdc 0dd77af844 *** empty log message *** 1995-11-02 02:39:13 +00:00
bdc 3cc0d1c5d7 *** empty log message *** 1995-11-02 02:29:05 +00:00
bdc ac54f7bf2c *** empty log message *** 1995-11-02 01:51:32 +00:00
bdc 1f30a16c07 *** empty log message *** 1995-11-02 01:46:04 +00:00
bdc 6167c04378 ranlib fixes 1995-11-02 01:45:35 +00:00
bdc e43cea328d cleaned up install-dirs 1995-11-02 00:49:08 +00:00
bdc aa6ab5ae2c *** empty log message *** 1995-11-01 23:54:14 +00:00
bdc 32452a37a9 moved from libregexp.a to just using the .o files 1995-11-01 23:53:47 +00:00
bdc eaa1802624 *** empty log message *** 1995-11-01 23:27:31 +00:00
bdc b62f12fe25 *** empty log message *** 1995-11-01 23:19:12 +00:00
bdc e075c5369c *** empty log message *** 1995-11-01 23:13:25 +00:00
bdc 507631b689 sperber's strerror fix 1995-11-01 23:00:57 +00:00
bdc 6ed1d26e9d *** empty log message *** 1995-11-01 22:58:32 +00:00
bdc b8d0448d5e strerror fix from sperber 1995-11-01 22:56:22 +00:00
shivers 17041342f7 Hacked the URL's 1995-11-01 21:01:14 +00:00
shivers dc90559747 More URL hackery. 1995-11-01 20:52:51 +00:00
shivers 25916aa161 Hacked the URL's a bit. 1995-11-01 20:49:33 +00:00
bdc d30d0480f7 *** empty log message *** 1995-11-01 19:42:35 +00:00
shivers f9436a7dbf Added a few hints on how to try out a scsh right after a build. 1995-11-01 19:13:37 +00:00
bdc c749104691 *** empty log message *** 1995-11-01 08:50:15 +00:00