wingo pushed a commit to branch lightning
in repository guile.
commit 4ffa29247c8457df3297d3020809be5f59f286f9
Author: Paolo Bonzini <[email protected]>
Date: Mon Jan 29 10:01:33 2007 +0000
fix imprecisions in the ChangeLog
git-archimport-id: [email protected]/lightning--stable--1.2--patch-54
---
ChangeLog | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index dbaa5a2..9ca61f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,7 +52,7 @@
2006-11-20 Paolo Bonzini <[email protected]>
- * lightning/i386/asm-i386.h: Check in rewrite from aranym.
+ * lightning/i386/asm-i386.h: Check in rewrite from Basilisk II.
* lightning/i386/asm-32.h: Adjust.
* lightning/i386/asm-64.h: Adjust.
* lightning/i386/fp-32.h: Adjust.
@@ -63,16 +63,20 @@
2006-11-20 Paolo Bonzini <[email protected]>
- * lightning/i386/asm-i386.h: Merge 64-bit cleanliness changes from
mzscheme.
+ * lightning/i386/asm-i386.h: Merge 64-bit cleanliness changes from
+ mzscheme.
Add SSE.
* lightning/i386/asm-64.h: Likewise.
2006-11-20 Paolo Bonzini <[email protected]>
Ludovic Courtes <[email protected]>
- * lightning/i386/core-32.h: Disable jit_push and jit_pop if stack not
needed.
- * lightning/i386/core-64.h: Disable jit_push and jit_pop if stack not
needed.
- * lightning/sparc/core.h: Merge final implementation of jit_pushr and
jit_popr.
+ * lightning/i386/core-32.h: Disable jit_push and jit_pop if stack not
+ needed.
+ * lightning/i386/core-64.h: Disable jit_push and jit_pop if stack not
+ needed.
+ * lightning/sparc/core.h: Merge final implementation of jit_pushr and
+ jit_popr.
* lightning/ppc/core.h: Fix implementation of jit_pushr and jit_popr to
work (more or less) across function calls.
@@ -90,8 +94,8 @@
* lightning/i386/core-64.h: More merge from mzscheme.
* lightning/i386/core-i386.h: More merge from mzscheme.
- * tests/rpnfp.c, tests/testfp.c, tests/funcfp.c: Skip if no
floating-point
- support.
+ * tests/rpnfp.c, tests/testfp.c, tests/funcfp.c: Skip if no
+ floating-point support.
2006-11-04 Paolo Bonzini <[email protected]>