Re: svn commit: r1807056 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_client/list.c libsvn_repos/list.c libsvn_subr/utf8proc.c

2017-09-03 Thread Stefan Fuhrmann
On 02.09.2017 18:26, Branko Čibej wrote: On 02.09.2017 18:06, Stefan Fuhrmann wrote: On 02.09.2017 17:17, Branko Čibej wrote: On 02.09.2017 17:12, stef...@apache.org wrote: +svn_boolean_t +svn_utf__fuzzy_glob_match(const char *str, + const apr_array_header_t *patte

Re: svn commit: r1807056 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_client/list.c libsvn_repos/list.c libsvn_subr/utf8proc.c

2017-09-02 Thread Branko Čibej
On 02.09.2017 18:06, Stefan Fuhrmann wrote: > > > On 02.09.2017 17:17, Branko Čibej wrote: >> On 02.09.2017 17:12, stef...@apache.org wrote: >>> +svn_boolean_t >>> +svn_utf__fuzzy_glob_match(const char *str, >>> +  const apr_array_header_t *patterns, >>> +   

Re: svn commit: r1807056 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_client/list.c libsvn_repos/list.c libsvn_subr/utf8proc.c

2017-09-02 Thread Stefan Fuhrmann
On 02.09.2017 17:17, Branko Čibej wrote: On 02.09.2017 17:12, stef...@apache.org wrote: +svn_boolean_t +svn_utf__fuzzy_glob_match(const char *str, + const apr_array_header_t *patterns, + svn_membuf_t *buf) +{ + const char *normalized; + svn_e

Re: svn commit: r1807056 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_client/list.c libsvn_repos/list.c libsvn_subr/utf8proc.c

2017-09-02 Thread Branko Čibej
On 02.09.2017 17:12, stef...@apache.org wrote: > +svn_boolean_t > +svn_utf__fuzzy_glob_match(const char *str, > + const apr_array_header_t *patterns, > + svn_membuf_t *buf) > +{ > + const char *normalized; > + svn_error_t *err; > + int i; > + > +