From dca55270cf662763243dfc8ee207370473da2a6f Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Thu, 6 May 2004 21:15:56 +0000 Subject: [PATCH] 0.8.10.14: commit Zach Beane's TIME bytes-consed output format fix. --- src/code/time.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/time.lisp b/src/code/time.lisp index 95fe90b..e4e023b 100644 --- a/src/code/time.lisp +++ b/src/code/time.lisp @@ -362,7 +362,7 @@ ~S second~:P of system run time~% ~ ~@[ [Run times include ~S second~:P GC run time.]~% ~]~ ~S page fault~:P and~% ~ - ~S bytes consed.~%" + ~:D bytes consed.~%" (max (/ (- new-real-time old-real-time) (float sb!xc:internal-time-units-per-second)) 0.0) diff --git a/version.lisp-expr b/version.lisp-expr index 8ed0eef..8800525 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.10.13" +"0.8.10.14" -- 1.7.10.4