Re: FYI FreeBSD clang build fails on new import of sort

2012-05-14 Thread Gábor Kövesdán
On 2012.05.14. 2:49, Garrett Cooper wrote: Yeah... errx(2, getstr(9)) should be errx(2, %s, getstr(9))... -Garrett Thanks, should be fixed now. Gabor ___ freebsd-current@freebsd.org mailing list

Re: FYI FreeBSD clang build fails on new import of sort

2012-05-14 Thread Gábor Kövesdán
On 2012.05.14. 17:38, Oleg Moskalenko wrote: I found another problem with sort compilation with clang, I'll send the fix soon. I also found them and fixed them when committing your another fixes, so it should be ok now. Gabor ___

Re: grep

2011-12-29 Thread Gábor Kövesdán
On 2011.12.28. 23:35, Randy Bush wrote: FreeBSD ran.psg.com 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Dec 24 12:33:51 UTC 2011 r...@ran.psg.com:/usr/obj/usr/src/sys/RAN amd64 % echo foo | grep foo % What about 'grep -V'? Or 'which grep'? Gabor

Re: bsdgrep --null has no effect

2011-11-28 Thread Gábor Kövesdán
On 2011.11.27. 12:07, Jan Beich wrote: Oops, here is a diff. Non -l/-L case still seems to be broken. $ echo ta; echo tb; echo tc $ gnugrep --null . ? | vis a\^@t b\^@t c\^@t $ bsdgrep --null . ? | vis a\^@:t b\^@:t c\^@:t Thanks Jan, I've just committed this and