[git] CMU Common Lisp branch master updated. snapshot-2014-06-19-g44f8227

Raymond Toy rtoy at common-lisp.net
Sat Jul 26 04:04:08 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  44f82278524424b6022353ca288b21e422655203 (commit)
      from  bc89abe66bee4ec050a7f79d27c12e877b6eac61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 44f82278524424b6022353ca288b21e422655203
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Jul 25 21:03:56 2014 -0700

    Fix stupid typo that causes sin to converted to asin.

diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp
index 2d8d829..39e960b 100644
--- a/src/compiler/float-tran.lisp
+++ b/src/compiler/float-tran.lisp
@@ -716,7 +716,7 @@
 (dolist (stuff '((exp %exp *)
 		 (log %log float)
 		 (sqrt %sqrt float)
-		 (sin %asin float)
+		 (sin %sin float)
 		 (cos %cos float)
 		 (tan %tan float)
 		 (asin %asin float)

-----------------------------------------------------------------------

Summary of changes:
 src/compiler/float-tran.lisp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp



More information about the cmucl-cvs mailing list