Commit bf305347 authored by rtoy's avatar rtoy
Browse files

o Trac #13 is fixed in 19e.

o UNIX-GETGRNAM available for Darwin.
parent 0ecfc4d0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -34,10 +34,9 @@ New in this release:
    - The compiler and interpreter should now handle slot-value the
      same.  Previously, different results were returned for things
      like (slot-value foo :a).
    - UNIX-GETGRNAM is now defined for Darwin (x86 and ppc).

  * Trac Tickets:
    - #13 fixed.  (format nil "~11,3,2,0,'*,,'EE" .9999) produces
      0.100e+1 instead of 1.000e+0.

  * Other changes: