CVS commit: src/usr.bin/comm

2012-09-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Sep 5 04:01:23 UTC 2012 Modified Files: src/usr.bin/comm: comm.c Log Message: Use getc instead of fgetc. This is approximately five times faster for "comm -23 a b" where a and b are identical 100MB files. To generate a dif

CVS commit: src/usr.bin/comm

2011-08-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Aug 30 21:36:38 UTC 2011 Modified Files: src/usr.bin/comm: comm.c Log Message: static + __dead To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/comm/comm.c Please note that diffs are not public domai