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