From 258d6427280f1ee0cce0dcdf12c38ad65b5e36cc Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 6 Jan 2009 06:53:21 +0000 Subject: * interp/sys-utility.boot (getVMType): IndexList are lists. * interp/g-util.boot (isSubDomain): Tidy. * interp/g-opt.boot (isVMConstantForm): New. (findVMFreeVars): Likewise. * interp/define.boot (insertViewMorphisms): Remove. (emitSubdomainInfo): New. (checkVariableName): Likewise. (checkParameterNames): Likewise. (checkRepresentation): Set $subdomain where appropriate. (compDefines): Check parameter names. (compDefineFunctor1): Propagate subdomain info. (doIt): Don't call insertViewMorphisms. * interp/compiler.boot (setqSingle): Check variable name. (compIterator): Likewise. (commonSuperType): New. (satisfies): Likewise. (coerceSubset): Use them to implemen cross-subdomain coercion. (coerceSuperset): New. (comCoerce1): Use it. (compPer): New. (compRep): Likewise. * interp/c-util.boot (getRepresentation): New. (proclaimCapsuleFunction): Improve for specialized subdomains. * algebra/stream.spad.pamphlet: Don't use `per' as variable name. * algebra/si.spad.pamphlet (size$SingleInteger): Tidy. (coerce$SingleInteger): Likewise. * algebra/reclos.spad.pamphlet (nonNull$RealClosure): Don't use `rep' as parameter name. * algebra/data.spad.pamphlet (Byte): Now a subdomain of NonNegativeInteger. Tidy. --- src/ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 17c7ef0d..8053d465 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,36 @@ +2009-01-06 Gabriel Dos Reis + + * interp/sys-utility.boot (getVMType): IndexList are lists. + * interp/g-util.boot (isSubDomain): Tidy. + * interp/g-opt.boot (isVMConstantForm): New. + (findVMFreeVars): Likewise. + * interp/define.boot (insertViewMorphisms): Remove. + (emitSubdomainInfo): New. + (checkVariableName): Likewise. + (checkParameterNames): Likewise. + (checkRepresentation): Set $subdomain where appropriate. + (compDefines): Check parameter names. + (compDefineFunctor1): Propagate subdomain info. + (doIt): Don't call insertViewMorphisms. + * interp/compiler.boot (setqSingle): Check variable name. + (compIterator): Likewise. + (commonSuperType): New. + (satisfies): Likewise. + (coerceSubset): Use them to implemen cross-subdomain coercion. + (coerceSuperset): New. + (comCoerce1): Use it. + (compPer): New. + (compRep): Likewise. + * interp/c-util.boot (getRepresentation): New. + (proclaimCapsuleFunction): Improve for specialized subdomains. + * algebra/stream.spad.pamphlet: Don't use `per' as variable name. + * algebra/si.spad.pamphlet (size$SingleInteger): Tidy. + (coerce$SingleInteger): Likewise. + * algebra/reclos.spad.pamphlet (nonNull$RealClosure): Don't use + `rep' as parameter name. + * algebra/data.spad.pamphlet (Byte): Now a subdomain of + NonNegativeInteger. Tidy. + 2009-01-04 Gabriel Dos Reis * interp/daase.lisp (setdatabase): Set superdomain slot too. -- cgit v1.2.3