Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 01:38:45 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math/sc Makefile ports/math/sc/files patch-ae
Message-ID:  <200206290838.g5T8cjms035080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
truckman    2002/06/29 01:38:45 PDT

  Modified files:
    math/sc              Makefile 
    math/sc/files        patch-ae 
  Log:
  The format patch included in PR ports/32017 is breaks formats such as
  "0.000", trimming trailing non-zeros and adding back trailing zeros.
  Fix both the original bug, which was caused by walking off the beginning
  of the fractional part of the value and into the integer  part, as well
  as the new bug, by terminating the trailing zero stripping when the first
  non-zero character is encountered.  Also, correctly calculate the number
  number of trailing zeros that should potentially be removed if the format
  contains trailing text characters.
  
  Bump PORTREVISION.
  
  Reviewed by:    send-pr@oldach.net (Helge Oldach)
  
  Revision  Changes    Path
  1.5       +1 -1      ports/math/sc/Makefile
  1.2       +21 -3     ports/math/sc/files/patch-ae

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206290838.g5T8cjms035080>