From 5da5cd6fd1fb756152ad69bc4ff95c0d6e3a0ae7 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 22 Jun 1992 15:23:23 +0000 Subject: [PATCH] 6/15/92 to 6/22/92 --- general-info/alpha-notes-thru-92.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/general-info/alpha-notes-thru-92.txt b/general-info/alpha-notes-thru-92.txt index 9cf4f7948..4e2cd0450 100644 --- a/general-info/alpha-notes-thru-92.txt +++ b/general-info/alpha-notes-thru-92.txt @@ -1,3 +1,26 @@ +6/15/92 to 6/22/92 + +Code: + +Fixed PACKAGE-ERROR to have a PACKAGE slot instead of a PATHNAME slot. + +Two changes to DEBUG-INTERNALS to support breakpoint debugger commands: +- Added CODE-LOCATION-KIND. +- Changed HANDLE-BREAKPOINT-AUX to correctly handle the case in which all +breakpoints at a location are deactivated and then at least one is +activated within the hook functions. + + +Compiler: + +Changed the defknown for PACKAGE-NAME to include NIL as a possible result, +because that is what it is supposed to return after the package is fed +to DELETE-PACKAGE. + +More internal changes to for the HP PA-RISC 1.1 port. + + + 6/12/92 to 6/15/92 Code: -- GitLab