update changelog

cvs
Slava Pestov 2005-09-06 19:27:26 +00:00
parent 51e8a735b5
commit 90c283747a
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,15 @@
<head><title>Factor change log</title></head> <head><title>Factor change log</title></head>
<body> <body>
<h1>Factor 0.78:</h1>
<ul>
<li>Consecutive stack operations are now composed into single shuffle expressions.</li>
<li>The return stack pointer is now stored in a register on x86.</li>
<li>Non-recursive inline words are compiled more efficiently.</li>
<li>Fix PowerPC bootstrap issue, and <code>fixnum-shift</code>, <code>fixnum/i</code> overflow.</li>
</ul>
<h1>Factor 0.77:</h1> <h1>Factor 0.77:</h1>
<ul> <ul>