Note update of ast-ksh 20021221.

Changes from 20020922 (other than bug fixes) are:

	* The code to display compound objects was rewritten to make it easier
	  for runtime extensions to reuse this code.
	* A change was made to allow runtime builtins to be notified when a
	  signal is received so that cleanup can be performed.
	* User applications can now trap the ALRM signal.  Previously, the ALRM
	  signal was used internally and could not be used by applications.
This commit is contained in:
uebayasi 2003-01-08 07:05:36 +00:00
parent 2bcdefbecb
commit 7ff1e388df

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.1045 2003/01/08 02:37:11 thorpej Exp $
$NetBSD: CHANGES,v 1.1046 2003/01/08 07:05:36 uebayasi Exp $
Changes to the packages collection and infrastructure in 2003:
@ -142,3 +142,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated patch to 2.5.4nb2 [grant 2003-01-07]
Updated qt3-tools to 3.0.6nb2 [jlam 2003-01-07]
Updated id-utils to 3.2nb3 [thorpej 2003-01-07]
Updated ast-ksh to 20021221 [uebayasi 2003-01-08]