[git] CMU Common Lisp branch master updated. snapshot-2014-08-36-ga7f3ba6

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 a7f3ba676413d2a0cbd0505940c4a966ee25134c (commit) from e38211a12ceccae3b59938fd4815ab9055d6d5b8 (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 a7f3ba676413d2a0cbd0505940c4a966ee25134c Author: Raymond Toy <toy.raymond@gmail.com> Date: Wed Aug 27 19:52:57 2014 -0700 Correct the comment. diff --git a/tests/trig.lisp b/tests/trig.lisp index cfd7ea2..861a298 100644 --- a/tests/trig.lisp +++ b/tests/trig.lisp @@ -1,4 +1,5 @@ -;;; Tests for the basic trig functions, now implemented in Lisp. +;;; Tests for the basic trig, hyperbolic, exponential and log +;;; functions. (defpackage :trig-tests (:use :cl :lisp-unit)) ----------------------------------------------------------------------- Summary of changes: tests/trig.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- CMU Common Lisp
participants (1)
-
rtoy@common-lisp.net