Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/02/2000 03:10:09
Module Name: basesrc
Committed By: christos
Date: Thu Nov 2 01:10:09 UTC 2000
Modified Files:
basesrc/bin/ksh: jobs.c shf.c var.c
Log Message:
PR/11361:Matthias Buelow: Apply patch1 from pdksh site.
- set -x dumps core (shf.c);
- output of "jobs" command is filled with ^A characters (jobs.c);
- "typeset -r foo=bar" fails saying foo is readonly (var.c).
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/bin/ksh/jobs.c
cvs rdiff -r1.3 -r1.4 basesrc/bin/ksh/shf.c
cvs rdiff -r1.6 -r1.7 basesrc/bin/ksh/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.