mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
e9d1bb1d46
the original diff had a couple of errors, which i've fixed |
||
---|---|---|
.. | ||
alloc.c | ||
c_ksh.c | ||
c_sh.c | ||
c_test.c | ||
c_test.h | ||
c_ulimit.c | ||
config.h | ||
CONTRIBUTORS | ||
edit.c | ||
edit.h | ||
emacs.c | ||
eval.c | ||
exec.c | ||
expand.h | ||
expr.c | ||
history.c | ||
io.c | ||
jobs.c | ||
ksh.1 | ||
LEGAL | ||
lex.c | ||
lex.h | ||
mail.c | ||
main.c | ||
Makefile | ||
misc.c | ||
NOTES | ||
path.c | ||
PROJECTS | ||
README | ||
sh.1 | ||
sh.h | ||
shf.c | ||
shf.h | ||
syn.c | ||
table.c | ||
table.h | ||
trap.c | ||
tree.c | ||
tree.h | ||
tty.c | ||
tty.h | ||
var.c | ||
version.c | ||
vi.c |
$OpenBSD: README,v 1.16 2017/05/11 20:17:17 jmc Exp $ Last updated Jul '99 for pdksh-5.2.14. PDksh is a mostly complete AT&T ksh look-alike (see NOTES file for a list of things not supported). Work is mostly finished to make it fully compatible with both POSIX and AT&T ksh (when the two don't conflict). PDksh was being maintained by Michael Rendell (michael@cs.mun.ca), who took over from Simon J. Gerraty (sjg@zen.void.oz.au) at the latter's suggestion. Files of interest: CONTRIBUTORS short history of pdksh, people who contributed, etc. NOTES lists of known bugs in pdksh, at&t ksh, and posix. PROJECTS list of things that need to be done in pdksh. LEGAL A file detailing legal issues concerning pdksh. BTW, THE MOST FREQUENTLY REPORTED BUG IS echo hi | read a; echo $a # Does not print hi I'm aware of this and there is no need to report it.