On Fri, 10 May 2013 17:27:26 +0300, Arto Jonsson wrote: > Here's an updated diff. Compared to the previous diff '-' is now handled > as stdin. From the freebsd version I noticed that the previous diff also > had useless exit() call which I removed. Comments?
The FreeBSD version has other improvements, such as removing the 2048 char limit by using getline() and multibyte char support for the -d option. - todd