xref: /plan9-contrib/sys/src/ape/cmd/pdksh/README.Plan9 (revision 6b6b9ac8b0b103b1e30e4d019522a78c950fce74)
1This is a Plan 9 port of pdksh version 5.2.14, a public
2domain implementation of the Korn shell.
3
4The entirety of the code is in the public domain.
5There were two non-public domain pieces (sigact.[ch]
6and aclocal.m4) but they are gone.
7
8This has not been significantly tested under Plan 9 for
9lack (not want) of a complete Perl distribution with
10which to run the test suite.
11
12THIS IS NOT A COMPLETE PDKSH DISTRIBUTION.
13This is only the source code required to compile and
14run the shell under Plan 9.  For revision history and
15any other information, look at the web page mentioned
16in the README file.
17
18Russ Cox <rsc@plan9.bell-labs.com>
19March 2000
20
2112 June 2000: rsc: Added -I flag so you can
22	bind pdksh over rc for use in mk,
23	a dubious justification.
24
2531 Dec 2002: rsc: Killed all ifdefs.
26