xref: /plan9/sys/src/ape/cmd/pdksh/README.Plan9 (revision 6b6b9ac8b0b103b1e30e4d019522a78c950fce74)
17dd7cddfSDavid du ColombierThis is a Plan 9 port of pdksh version 5.2.14, a public
27dd7cddfSDavid du Colombierdomain implementation of the Korn shell.
37dd7cddfSDavid du Colombier
47dd7cddfSDavid du ColombierThe entirety of the code is in the public domain.
57dd7cddfSDavid du ColombierThere were two non-public domain pieces (sigact.[ch]
67dd7cddfSDavid du Colombierand aclocal.m4) but they are gone.
77dd7cddfSDavid du Colombier
87dd7cddfSDavid du ColombierThis has not been significantly tested under Plan 9 for
97dd7cddfSDavid du Colombierlack (not want) of a complete Perl distribution with
107dd7cddfSDavid du Colombierwhich to run the test suite.
117dd7cddfSDavid du Colombier
127dd7cddfSDavid du ColombierTHIS IS NOT A COMPLETE PDKSH DISTRIBUTION.
137dd7cddfSDavid du ColombierThis is only the source code required to compile and
147dd7cddfSDavid du Colombierrun the shell under Plan 9.  For revision history and
157dd7cddfSDavid du Colombierany other information, look at the web page mentioned
167dd7cddfSDavid du Colombierin the README file.
177dd7cddfSDavid du Colombier
187dd7cddfSDavid du ColombierRuss Cox <rsc@plan9.bell-labs.com>
197dd7cddfSDavid du ColombierMarch 2000
20223a736eSDavid du Colombier
21223a736eSDavid du Colombier12 June 2000: rsc: Added -I flag so you can
22223a736eSDavid du Colombier	bind pdksh over rc for use in mk,
23223a736eSDavid du Colombier	a dubious justification.
24223a736eSDavid du Colombier
25*6b6b9ac8SDavid du Colombier31 Dec 2002: rsc: Killed all ifdefs.
26