From rtoy at common-lisp.net Fri May 13 01:39:14 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Thu, 12 May 2011 21:39:14 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. aee0737fcb736e03b51dc3aa3003291964d07b63 Message-ID: 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 aee0737fcb736e03b51dc3aa3003291964d07b63 (commit) from af9fc6fcdb824757c5aeeadc6ccae2098d243313 (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 aee0737fcb736e03b51dc3aa3003291964d07b63 Author: Raymond Toy Date: Thu May 12 21:38:53 2011 -0400 Fix ticket #1. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 7df866c..a6111ca 100644 --- a/oct.asd +++ b/oct.asd @@ -85,3 +85,4 @@ (defmethod perform ((op test-op) (c (eql (find-system :oct-tests)))) (or (funcall (intern "DO-TESTS" (find-package "RT"))) (error "TEST-OP failed for OCT-TESTS"))) + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 01:51:22 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Thu, 12 May 2011 21:51:22 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. e13f3490e5cc6789d45764880fee76ff0c6de631 Message-ID: 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 e13f3490e5cc6789d45764880fee76ff0c6de631 (commit) from aee0737fcb736e03b51dc3aa3003291964d07b63 (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 e13f3490e5cc6789d45764880fee76ff0c6de631 Author: Raymond Toy Date: Thu May 12 21:45:55 2011 -0400 Fix ticket #1. Attempt 2. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index a6111ca..6b5cd88 100644 --- a/oct.asd +++ b/oct.asd @@ -86,3 +86,4 @@ (or (funcall (intern "DO-TESTS" (find-package "RT"))) (error "TEST-OP failed for OCT-TESTS"))) + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 02:33:43 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Thu, 12 May 2011 22:33:43 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. 24d94d5822af7dd1f41da75ba845927280fdb50b Message-ID: 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 24d94d5822af7dd1f41da75ba845927280fdb50b (commit) from e13f3490e5cc6789d45764880fee76ff0c6de631 (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 24d94d5822af7dd1f41da75ba845927280fdb50b Author: Raymond Toy Date: Thu May 12 22:33:34 2011 -0400 Fix ticket #1. Attempt 3. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 6b5cd88..373fb83 100644 --- a/oct.asd +++ b/oct.asd @@ -87,3 +87,4 @@ (error "TEST-OP failed for OCT-TESTS"))) + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 02:39:22 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Thu, 12 May 2011 22:39:22 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. bea5d42186e6c27b69c379effb63638cdfde83ee Message-ID: 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 bea5d42186e6c27b69c379effb63638cdfde83ee (commit) from 24d94d5822af7dd1f41da75ba845927280fdb50b (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 bea5d42186e6c27b69c379effb63638cdfde83ee Author: Raymond Toy Date: Thu May 12 22:39:11 2011 -0400 Fix ticket #1. Attempt 4. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 373fb83..75bd59e 100644 --- a/oct.asd +++ b/oct.asd @@ -88,3 +88,4 @@ + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 02:47:21 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Thu, 12 May 2011 22:47:21 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. a9aadf90b06673739b2ee32658f36b266204a239 Message-ID: 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 a9aadf90b06673739b2ee32658f36b266204a239 (commit) from bea5d42186e6c27b69c379effb63638cdfde83ee (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 a9aadf90b06673739b2ee32658f36b266204a239 Author: Raymond Toy Date: Thu May 12 22:46:57 2011 -0400 Fix ticket #1. Attempt 5. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 75bd59e..9956e9d 100644 --- a/oct.asd +++ b/oct.asd @@ -89,3 +89,4 @@ + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 13:47:41 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Fri, 13 May 2011 09:47:41 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. 71016e10608b0dc4221bd24cd71f9288340ef80c Message-ID: 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 71016e10608b0dc4221bd24cd71f9288340ef80c (commit) from a9aadf90b06673739b2ee32658f36b266204a239 (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 71016e10608b0dc4221bd24cd71f9288340ef80c Author: Raymond Toy Date: Fri May 13 07:39:22 2011 -0400 Fix ticket #1. Attempt 6. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 9956e9d..79840f1 100644 --- a/oct.asd +++ b/oct.asd @@ -90,3 +90,4 @@ + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 13:57:45 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Fri, 13 May 2011 09:57:45 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. c9630c2787b47de89d96081e99132004a0c4e4a8 Message-ID: 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 c9630c2787b47de89d96081e99132004a0c4e4a8 (commit) from 71016e10608b0dc4221bd24cd71f9288340ef80c (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 c9630c2787b47de89d96081e99132004a0c4e4a8 Author: Raymond Toy Date: Fri May 13 09:57:37 2011 -0400 Fix ticket #1. Attempt 7. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 79840f1..7775b28 100644 --- a/oct.asd +++ b/oct.asd @@ -91,3 +91,4 @@ + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 13:59:55 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Fri, 13 May 2011 09:59:55 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. 945467ea69aaa45f47151c29b3dd642df58513a1 Message-ID: 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 945467ea69aaa45f47151c29b3dd642df58513a1 (commit) from c9630c2787b47de89d96081e99132004a0c4e4a8 (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 945467ea69aaa45f47151c29b3dd642df58513a1 Author: Raymond Toy Date: Fri May 13 09:59:46 2011 -0400 Fix ticket #1. Attempt 8. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 7775b28..33e92dd 100644 --- a/oct.asd +++ b/oct.asd @@ -92,3 +92,4 @@ + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 14:05:36 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Fri, 13 May 2011 10:05:36 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. 83d9e4dbe73731d5d996ecaad5684e96a65d02c8 Message-ID: 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 83d9e4dbe73731d5d996ecaad5684e96a65d02c8 (commit) from 945467ea69aaa45f47151c29b3dd642df58513a1 (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 83d9e4dbe73731d5d996ecaad5684e96a65d02c8 Author: Raymond Toy Date: Fri May 13 10:05:29 2011 -0400 Fix ticket:1. Attempt 9. This is a white space change to test integration of git and trac to see if the ticket is automatically closed or updated on commit. diff --git a/oct.asd b/oct.asd index 33e92dd..96fe1c9 100644 --- a/oct.asd +++ b/oct.asd @@ -93,3 +93,4 @@ + ----------------------------------------------------------------------- Summary of changes: oct.asd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats From rtoy at common-lisp.net Fri May 13 14:08:04 2011 From: rtoy at common-lisp.net (Raymond Toy) Date: Fri, 13 May 2011 10:08:04 -0400 Subject: [oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. 5da3f9d5ccf7ddc9fe3f9334391984426acaeb9d Message-ID: 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 5da3f9d5ccf7ddc9fe3f9334391984426acaeb9d (commit) from 83d9e4dbe73731d5d996ecaad5684e96a65d02c8 (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 5da3f9d5ccf7ddc9fe3f9334391984426acaeb9d Author: Raymond Toy Date: Fri May 13 10:07:54 2011 -0400 Revert previous blank line insertions. The blanks were for testing integration of git and trac to close trac tickets. It's working now. diff --git a/oct.asd b/oct.asd index 96fe1c9..a6111ca 100644 --- a/oct.asd +++ b/oct.asd @@ -86,11 +86,3 @@ (or (funcall (intern "DO-TESTS" (find-package "RT"))) (error "TEST-OP failed for OCT-TESTS"))) - - - - - - - - ----------------------------------------------------------------------- Summary of changes: oct.asd | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) hooks/post-receive -- OCT: A portable Lisp implementation for quad-double precision floats