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

CVS commit: src/usr.bin/comm

2009-11-27 Thread D'Arcy J.M. Cain
Module Name:src Committed By: darcy Date: Sat Nov 28 03:56:38 UTC 2009 Modified Files: src/usr.bin/comm: comm.c Log Message: Don't include newlines when comparing to prevent errors when lines have characters that sort lower such as tabs. This is a temporary fix to allow p

CVS commit: src/usr.bin/comm

2009-04-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Apr 11 12:18:45 UTC 2009 Modified Files: src/usr.bin/comm: comm.c Log Message: fix -Wcast-qual issues for WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/comm/comm.c Please note that diffs a