summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-10-04 02:21:44 +0000
committeruebayasi <uebayasi>2002-10-04 02:21:44 +0000
commit68f6a9fbc40be8169def6ca2ff08a0994c63f433 (patch)
tree826343f9d73509934d06d19e4f9821f850ba0c08
parent266a139f3a9a0708801b729d84db736c889549e8 (diff)
downloadpkgsrc-68f6a9fbc40be8169def6ca2ff08a0994c63f433.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.
-rw-r--r--doc/CHANGES3
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]