Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2006 22:09:26 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/column column.c
Message-ID:  <200602132209.k1DM9Q09028466@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2006-02-13 22:09:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/column       column.c 
  Log:
  The change to make column use roundup(x, TAB) rounded things to the
  current tab, however the code it replaced wanted to round to the
  next TAB. Consequently things like this:
  
          ( echo 1 ; echo 2 ) | column
  
  cause column to loop indefinitely. This patch is slightly different
  from the one Gary submitted, but is closer to the original code.
  
  Submitted by:   Gary Cody <gary@lyranthe.org>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.15      +3 -3      src/usr.bin/column/column.c



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