0.8.10.14:
authorAndreas Fuchs <asf@boinkor.net>
Thu, 6 May 2004 21:15:56 +0000 (21:15 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Thu, 6 May 2004 21:15:56 +0000 (21:15 +0000)
commit Zach Beane's TIME bytes-consed output format fix.

src/code/time.lisp
version.lisp-expr

index 95fe90b..e4e023b 100644 (file)
                 ~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)
index 8ed0eef..8800525 100644 (file)
@@ -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"