Subject: CVS commit: src/usr.bin/column
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/09/2006 21:42:40
Module Name: src
Committed By: christos
Date: Sat Dec 9 21:42:40 UTC 2006
Modified Files:
src/usr.bin/column: column.c
Log Message:
- Change all emalloc to ecalloc, since the previous implementation of emalloc
zeroed out the buffers.
- Provide a macro for the tab rounding.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.bin/column/column.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.