diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-10-04 02:21:44 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-10-04 02:21:44 +0000 |
commit | 9398462c58eed48b22e5f3ba8e88a7a71fa421b7 (patch) | |
tree | 826343f9d73509934d06d19e4f9821f850ba0c08 /doc | |
parent | 6236d659067d658b3e7eee0c8f796bc56be5f31f (diff) | |
download | pkgsrc-9398462c58eed48b22e5f3ba8e88a7a71fa421b7.tar.gz |
Note import of ast-ksh-20020922.
KSH-93 is the most recent version of the KornShell Language described
in "The KornShell Command and Programming Language," by Morris
Bolsky and David Korn of AT&T Bell Laboratories. The KornShell is
a shell programming language, which is upward compatible with "sh"
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
9945.2 Shell and Utilities standard. KSH-93 provides an enhanced
programming environment in addition to the major command-entry
features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index e68236fbefd..632c3fec35c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.155 2002/10/03 23:51:56 simonb Exp $ +$NetBSD: CHANGES,v 1.156 2002/10/04 02:21:44 uebayasi Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3101,3 +3101,4 @@ Changes to the packages collection and infrastructure in 2002: Removed autoconf-devel [wiz 2002-10-03] Removed automake-devel [wiz 2002-10-03] Updated adzap to 20021003 [simonb 2002-10-04] + Added ast-ksh-20020922 [uebayasi 2002-10-04] |