mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.9.3.58:
Typo fixes: * Merge THS's "Typo in VOP note", sbcl-devel 16 August 2005; * Really merge Luis Oliveira's spelling/grammar fix.
This commit is contained in:
parent
935cb138f2
commit
b6094d5640
4
INSTALL
4
INSTALL
|
|
@ -245,12 +245,12 @@ INSTALLING SBCL
|
|||
Tru64 X
|
||||
Darwin (Mac OS X) X
|
||||
|
||||
Some operating systems are more equal then others: most of the
|
||||
Some operating systems are more equal than others: most of the
|
||||
development and testing is done on x86 Linux and *BSD, PPC Linux
|
||||
and Mac OS X.
|
||||
|
||||
If an underprivileged platform is important to you, you can help
|
||||
by eg. testing during the monthly freeze periods, and most
|
||||
by e.g. testing during the monthly freeze periods, and most
|
||||
importantly by reporting any problems.
|
||||
|
||||
If you need support beyond what is available on the mailing lists,
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@
|
|||
`((inst srawi x x 2)))
|
||||
(inst mullw res x y))))
|
||||
(frob unsigned-* "unsigned *" 40 unsigned-num unsigned-reg)
|
||||
(frob signed-* "unsigned *" 41 signed-num signed-reg)
|
||||
(frob signed-* "signed *" 41 signed-num signed-reg)
|
||||
(frob fixnum-* "fixnum *" 30 tagged-num any-reg))
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@
|
|||
(inst mulscc temp zero-tn)
|
||||
(inst rdy res))))))
|
||||
(frob unsigned-* "unsigned *" 40 unsigned-num unsigned-reg)
|
||||
(frob signed-* "unsigned *" 41 signed-num signed-reg)
|
||||
(frob signed-* "signed *" 41 signed-num signed-reg)
|
||||
(frob fixnum-* "fixnum *" 30 tagged-num any-reg))
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@
|
|||
;;; checkins which aren't released. (And occasionally for internal
|
||||
;;; versions, especially for internal versions off the main CVS
|
||||
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
|
||||
"0.9.3.57"
|
||||
"0.9.3.58"
|
||||
|
|
|
|||
Loading…
Reference in a new issue