From d4219d0d697a7cb157d26dcae70c012b75d6e27a Mon Sep 17 00:00:00 2001 From: shivers Date: Fri, 8 Nov 1996 15:49:04 +0000 Subject: [PATCH] Cleaned them up a bit, added a few bits and pieces. --- Error-log | 7 +++++++ NEWS | 5 +++++ RELEASE | 24 +++++++++++++++--------- TODO | 7 +------ 4 files changed, 28 insertions(+), 15 deletions(-) diff --git a/Error-log b/Error-log index 5d06cd8..45e6244 100644 --- a/Error-log +++ b/Error-log @@ -94,3 +94,10 @@ Reported by Robert E. Brown. Fix by bdc 4 Nov 96 signals-ignored-by-default for ultrix Reported by Jay Nietling. Fix by ?????????? + +Starting up programs with the "-e " command-line +switch and with the (DUMP-SCSH-PROGRAM ) +are now equivalent in that both pass a list of command-line arguments +that includes the program name. The two start-up methods were not +the same in the previous release. Reported by Dan Hagerty hag@ai.mit.edu +October 1996. diff --git a/NEWS b/NEWS index 279b83e..d3083c4 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,11 @@ Recent changes to the Scheme Shell. New -s command line switch Last few bits of Posix: isatty(), ttyname(), ctermid(), fcntl() More efficient CLOEXEC handling for unrevealed file descriptors. + Starting up programs with the "-e " command-line + switch and with the (DUMP-SCSH-PROGRAM ) + are now equivalent in that both pass a list of command-line + arguments that includes the program name. The two start-up methods + were not the same in the previous release. 10/31/95 (version 0.4.0) New minor versioning introduced diff --git a/RELEASE b/RELEASE index 39cefb9..21357d6 100644 --- a/RELEASE +++ b/RELEASE @@ -162,6 +162,12 @@ We even have one of those URL things: ** New -s command line switch Scripts can be read from stdin or other open file descriptors. +** Starting up programs with the "-e " command-line + switch and with the (DUMP-SCSH-PROGRAM ) + are now equivalent in that both pass a list of command-line arguments + that includes the program name. The two start-up methods were not + the same in the previous release. + ** Etc. Solaris 2 on i386 support, AIX 4 support, HP-UX now uses dld for faster loading, a few small networking bug fixs, better error @@ -172,15 +178,15 @@ We even have one of those URL things: * Thanks ======== -We would like to thank Michael Becker, Glenn Barry, Travis Broughton, -Robert E. Brown, Charlie Conklin, Franklin Chen, Jin S. Choi, Douglas -S. J. De Couto, Brian F. Dennis, Sean Doran, Kevin Esler, Lutz Euler, -Lewis Girod, Rolf-Thomas Happe, David Hull, Steven L. Jenkins, Patrick -May, Jay Nietling, Tod Olson, Michel Schinz, Cotton Seed, Bill -Sommerfeld, Michael Sperber, Steven L. Tamm, Ed Tobin, Victor Zandy, -and others for bug reports, bug fixes, and comments that were -incorporated into this release. We really appreciate their help, -particularly in the task of porting scsh to new platforms. +We would like to thank Michael Becker, Glenn Barry, Travis Broughton, Robert +E. Brown, Charlie Conklin, Franklin Chen, Jin S. Choi, Douglas S. J. De Couto, +Brian F. Dennis, Sean Doran, Kevin Esler, Lutz Euler, Lewis Girod, Dan +Hagerty, Rolf-Thomas Happe, David Hull, Steven L. Jenkins, Patrick May, Jay +Nietling, Tod Olson, Michel Schinz, Cotton Seed, Bill Sommerfeld, Michael +Sperber, Steven L. Tamm, Ed Tobin, Victor Zandy, and others for bug reports, +bug fixes, and comments that were incorporated into this release. We really +appreciate their help, particularly in the task of porting scsh to new +platforms. We'd like to thank everyone else for their patience; this release seemed like a long time coming. diff --git a/TODO b/TODO index 502e933..44b12e0 100644 --- a/TODO +++ b/TODO @@ -10,11 +10,7 @@ immediate: manual: pointers to relevant unix man pages - -syscalls: - posix terminal interface - posix signals - what other stuff is missing? + HTML & info versions fdports: rewrite to work with s48 0.39 @@ -54,6 +50,5 @@ perhaps one day: conversion: sed => scsh - awk => scsh find => scsh perl => scsh?