commit 352f52b75c2e7f6883249cdcb8dd067fbaaecaac
Author: Sascha Wildner <[email protected]>
Date: Sun Jan 3 20:07:30 2016 +0100
comm(1): Sync with FreeBSD.
* multibyte char support
* fix truncation of lines at LINE_MAX
* use getline()
* make functions static
Summary of changes:
usr.bin/comm/Makefile | 2 +-
usr.bin/comm/comm.1 | 29 ++++++++--
usr.bin/comm/comm.c | 153 ++++++++++++++++++++++++++++++++------------------
3 files changed, 122 insertions(+), 62 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/352f52b75c2e7f6883249cdcb8dd067fbaaecaac
--
DragonFly BSD source repository