cvs commit: src/gnu/lib/libregex regex.c
Tim Robbins
tjr at freebsd.org
Tue May 10 04:35:21 PDT 2005
On Tue, May 10, 2005 at 03:18:16PM +0400, Andrey Chernov wrote:
> On Tue, May 10, 2005 at 10:52:31AM +0000, Tim J. Robbins wrote:
> > Merge. Discard local bracket expression collating order patch, since
> > modern versions of GNU regex already do things the way we want when
> > multibyte character support is enabled.
>
> 1) 'make depend' fails (no -I${.CURDIR})
> mkdep -f .depend -a -D_REGEX_RE_COMP -DSTDC_HEADERS gnuregex.c
> gnuregex.c:85:28: regex_internal.h: No such file or directory
I'm just about to make one last commit to fix the build infrastructure,
which should fix this.
> 2) Are you sure you not break 'grep [a-z]' or similar usage for single
> byte native charsets?
Fairly sure. If it doesn't work after my next commit, I'll fix it the
same way I did last import.
Tim
More information about the cvs-src
mailing list