Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the fix in rev. 1.15 so that we jump to the next column | ru | 2006-12-15 | 1 | -3/+3 |
| | | | | | | instead of always skipping it. MFC after: 3 days | ||||
* | Add missing parentheses to fix a segmentation fault that is easily | iedowse | 2006-09-19 | 1 | -3/+3 |
| | | | | | reproducable with `jot -s " " 400 1 | column -t'. The bug was present in the the original CSRG 'column -t' added in 1989. | ||||
* | The change to make column use roundup(x, TAB) rounded things to the | dwmalone | 2006-02-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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 | ||||
* | Take a swing at using roundup(). | jmallett | 2005-01-25 | 1 | -3/+4 |
| | |||||
* | Add support for multibyte characters. | tjr | 2004-07-29 | 1 | -33/+69 |
| | |||||
* | Avoid passing negative values to isspace() on machines with signed chars. | tjr | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | ANSify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -10/+7 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -6/+6 |
| | |||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 1 | -4/+6 |
| | |||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 1 | -1/+1 |
| | |||||
* | Remove the misnamed `emalloc' and replace its uses with calloc (along | obrien | 2001-07-24 | 1 | -19/+13 |
| | | | | with error checking) which it effectively was. (malloc+memset) | ||||
* | Round up before checking if the width is smaller than the widest | dwmalone | 2001-04-03 | 1 | -3/+5 |
| | | | | | | | column, otherwise we may divide by zero later. PR: 26283 Reviewed by: roam | ||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 1 | -7/+7 |
| | |||||
* | Add missing -s flag in usage string. | charnier | 1997-06-30 | 1 | -1/+1 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build. | peter | 1997-03-11 | 1 | -1/+2 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+304 |