diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 5 | ||||
-rw-r--r-- | src/input/bugs.input.pamphlet | 3 | ||||
-rw-r--r-- | src/interp/sys-constants.boot | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a496c95a..fb528158 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2010-06-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/sys-constants.boot ($SystemInlinableConstructorNames): + Include Pair. + +2010-06-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/slam.boot (clearCache): Use reallyClearLocalModemaps to remove local modemaps.Likewise. (clearLocalModemaps): Likewise. Tidy. diff --git a/src/input/bugs.input.pamphlet b/src/input/bugs.input.pamphlet index 70852a4e..3f3122c1 100644 --- a/src/input/bugs.input.pamphlet +++ b/src/input/bugs.input.pamphlet @@ -109,11 +109,10 @@ factor x )clear all <<bug2>> -{}$(List INT) +{}$Set(INT) {1} <<bug3>> --- Shouldn't work, but no longer bombs the interpreter --- Fixed by SCM, verified on 10/30/90 )clear all diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot index 9dc3c352..e1b9615c 100644 --- a/src/interp/sys-constants.boot +++ b/src/interp/sys-constants.boot @@ -590,6 +590,7 @@ $SystemInlinableConstructorNames == PrimitiveArray _ Vector _ Maybe _ + Pair _ Void) ++ FIXME |