Searched hist:"33176 f1755c655c3485a95b87f4979a3d715d07d" (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | diff 33176f1755c655c3485a95b87f4979a3d715d07d Sun Sep 05 10:30:42 CEST 2004 Tim J. Robbins <tjr@FreeBSD.org> Fix two problems with REG_ICASE that were introduced with the addition of multibyte character support: - In CHadd(), avoid writing past the end of the character set bitmap when the opposite-case counterpart of wide characters with values less than NC have values greater than or equal to NC. - In CHaddtype(), fix a braino that caused alphabetic characters to be added to all character classes! (but only with REG_ICASE)
PR: 71367 diff 33176f1755c655c3485a95b87f4979a3d715d07d Sun Sep 05 10:30:42 CEST 2004 Tim J. Robbins <tjr@FreeBSD.org> Fix two problems with REG_ICASE that were introduced with the addition of multibyte character support: - In CHadd(), avoid writing past the end of the character set bitmap when the opposite-case counterpart of wide characters with values less than NC have values greater than or equal to NC. - In CHaddtype(), fix a braino that caused alphabetic characters to be added to all character classes! (but only with REG_ICASE)
PR: 71367
|