Re: [PATCH v4 2/3] regex: add regexec_buf() that can work on a non NUL-terminated string

2016-09-22 Thread Johannes Schindelin
Hi Junio, On Wed, 21 Sep 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > ... > > Happily, there is an extension to regexec() introduced by the NetBSD > > project and present in all major regex implementation including > > Linux', MacOSX' and the one

Re: [PATCH v4 2/3] regex: add regexec_buf() that can work on a non NUL-terminated string

2016-09-21 Thread Junio C Hamano
Johannes Schindelin writes: > ... > Happily, there is an extension to regexec() introduced by the NetBSD > project and present in all major regex implementation including > Linux', MacOSX' and the one Git includes in compat/regex/: by using > the (non-POSIX)