[oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. b8ce6f63872d63160c4f6dac7d70c81a898818c2

Raymond Toy rtoy at common-lisp.net
Fri Mar 11 17:03:04 UTC 2011


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 "OCT:  A portable Lisp implementation for quad-double precision floats".

The branch, master has been updated
       via  b8ce6f63872d63160c4f6dac7d70c81a898818c2 (commit)
      from  e228d52f96d3ffc2f65514ebc9f37e35eae8d5f3 (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 b8ce6f63872d63160c4f6dac7d70c81a898818c2
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Mar 11 11:42:04 2011 -0500

    Add Id for testing gitattribute ident.

diff --git a/qd-rep.lisp b/qd-rep.lisp
index 2702907..4ee4dea 100644
--- a/qd-rep.lisp
+++ b/qd-rep.lisp
@@ -34,6 +34,8 @@
 ;;; QD-3.  A convenience function, QD-PARTS, is also provided to
 ;;; return all four values at once.
 
+(defparameter *oct-rep-version* "$Id$")
+
 ;; All of the following functions should be inline to reduce consing.
 #+(and cmu (not oct-array))
 (declaim (inline

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

Summary of changes:
 qd-rep.lisp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
OCT:  A portable Lisp implementation for quad-double precision floats




More information about the oct-cvs mailing list