diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 41c48f4e..83028dec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2008-01-26 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/database.boot: Tidy uses of $EmptyEnvironment. + * interp/i-map.boot: Likewise. Allocate fresh cell for $env. + * interp/i-spec1.boot: Likewise. + * interp/i-syscmd.boot: Likewise. + * interp/i-toplev.boot: Likewise. + * interp/lisplib.boot: Likewise. + * interp/setvars.boot: Likewise. + * interp/sys-globals.boot: Likewise. + + * interp/nruncomp.boot: Encode flag types too. + * interp/template.boot: Likewise. + * share/algebra: Update databases. + 2008-01-25 Gabriel Dos Reis <gdr@cs.tamu.edu> Fix AW/311 @@ -20,12 +35,12 @@ Waldek Hebisch <hebisch@math.uni.wroc.pl> Fix AW/102 - * interp/iterator.boot (getIdentity): Properly identity the + * interp/iterator.boot (getIdentity): Properly identify the algebra empty list. 2008-01-21 Gabriel Dos Reis <gdr@cs.tamu.edu> - Apply patch byStephen Wilson <<wilsons@multiboard.com> + Apply patch by Stephen Wilson <<wilsons@multiboard.com> Fix AW/370 * interp/compiler.boot (compWithMappingMode): Consult current environment to decide which variabes are free. |