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 5c21f133b0ebb511c664ab9fd967732cca6b76ea (commit) from 20c7d84de0700c4f8a43d0d9436b3ba74aa281dc (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 5c21f133b0ebb511c664ab9fd967732cca6b76ea Author: Raymond Toy toy.raymond@gmail.com Date: Fri Mar 11 17:19:58 2011 -0500
Remove cvs keyword experiment
.gitattributes: o deleted
qd-package.lisp: qd-rep.lisp: o Remove $Id$
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 3015fc3..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.lisp ident diff --git a/qd-package.lisp b/qd-package.lisp index 16e1fa6..9587038 100644 --- a/qd-package.lisp +++ b/qd-package.lisp @@ -53,8 +53,6 @@ #-cmu (pushnew :oct-array *features*)
-(defparameter *oct-version* "$Id$") - (defpackage #:oct-internal (:use #:cl) (:nicknames #:octi) diff --git a/qd-rep.lisp b/qd-rep.lisp index 4ee4dea..2702907 100644 --- a/qd-rep.lisp +++ b/qd-rep.lisp @@ -34,8 +34,6 @@ ;;; 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: .gitattributes | 1 - qd-package.lisp | 2 -- qd-rep.lisp | 2 -- 3 files changed, 0 insertions(+), 5 deletions(-) delete mode 100644 .gitattributes
hooks/post-receive