diff options
author | dos-reis <gdr@axiomatics.org> | 2010-02-23 18:53:04 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-02-23 18:53:04 +0000 |
commit | e88adcff035ac357b03f21325c0edacbc3d55b66 (patch) | |
tree | 9bcbef6a5d1a01a8964e6f09e5f72c7eff1222f7 /src/ChangeLog | |
parent | 3f8bdbabb7bfcf9b021fe1529e603e931b57bf13 (diff) | |
download | open-axiom-e88adcff035ac357b03f21325c0edacbc3d55b66.tar.gz |
* interp/nruncomp.boot (genDeltaEntry): Don't store extraneous
item on $NRTdeltaList.
(NRTgetLocalIndex): Likewise. Tidy.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0010e2d3..050f5f10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-02-23 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/nruncomp.boot (genDeltaEntry): Don't store extraneous + item on $NRTdeltaList. + (NRTgetLocalIndex): Likewise. Tidy. + 2010-02-22 Gabriel Dos Reis <gdr@cs.tamu.edu> Expand support for domain inlining to non-niladic functors. |