diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-15 01:18:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-15 01:18:37 +0000 |
commit | b6f2d26d5b213fdd95fe8f3a8aaa9c02e181070c (patch) | |
tree | 3940e971a5fd11eb5754339ba24122db7dcdece3 /bin/ksh/BUG-REPORTS | |
parent | ed796a820653ef1e6c63e0bae7a6f19bbff18fbb (diff) |
patches from pdksh 5.2.13.11
Diffstat (limited to 'bin/ksh/BUG-REPORTS')
-rw-r--r-- | bin/ksh/BUG-REPORTS | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/bin/ksh/BUG-REPORTS b/bin/ksh/BUG-REPORTS index ae9a59829ef..0c935b4bc58 100644 --- a/bin/ksh/BUG-REPORTS +++ b/bin/ksh/BUG-REPORTS @@ -1,4 +1,4 @@ -$OpenBSD: BUG-REPORTS,v 1.10 1999/01/19 20:41:50 millert Exp $ +$OpenBSD: BUG-REPORTS,v 1.11 1999/06/15 01:18:32 millert Exp $ List of reported problems (problems reported and fixed before 5.0.4 not included). Unresolved problems (may or may not still exist) marked by *, @@ -87,8 +87,6 @@ problems believed to be fixed marked by x. detected (if the shell exits before reading the whole file). [see Mail.XXX] -* pdksh 5.2.12, - : MAILCHECK isn't preserved from the envirnment on startup. - * pdksh 5.2.12, (reported by Michael Staats): emacs: file completion does not complete as much as possible when file is ~/something (will list possible completions but won't fill in to the first difference). @@ -1341,3 +1339,19 @@ x pdksh 5.2.13.5, (reported with fix by Martin Lucina <mato@kotelna.sk>): x pdksh 5.2.13.5, (reported by Charles M. Hannum <root@ihack.net>): An exit trap set in a subshell is not executed (unless explicit exit used). [fixed in 5.2.14: exec.c(execute): changed exit(rv) to unwind(LEXIT).] + +x pdksh 5.2.12, - : MAILCHECK isn't preserved from the envirnment on startup. + [fixed in 5.2.14: changed main's initcoms[].] + +x pdksh 5.2.13, (reported by Marc Olzheim): time at the end of a pipeline + doesn't print anything. + [fixed in 5.2.14: exec.c(execute): clear XEXEC when calling timex().] + +x pdksh 5.2.13, (reported by David J. McMahon): here documents in subshells + don't work if the parent exits before the subshell. + [fixed in 5.2.14: heredocs now saved in memory, written to temp when needed.] + +x pdksh 5.2.13, (reported by Seiichi Namba): emacs: keys bound in .profile/$ENV + are overridden by stty settings (eg, binding ^U in .profile has no effect). + [fixed in 5.2.14: emacs.c: added x_bound array to track what user has set.] + |