K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2006-02-13T22:09:26.000000Z K 7 svn:log V 402 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 MFC after: 1 week END