Back out non-collating [a-z] ranges.
Instead of changing the whole course to another POSIX-permitted way for consistency and uniformity I decide to completely ignore missing regex fucntionality and focus on fixing bugs in what we have now, too many small obstacles we have choicing other way, counting ports. Corresponding libc changes are backed out in r302824.
This commit is contained in:
parent
c4c8ae8b87
commit
6c2a17d0b5
@ -296,11 +296,7 @@ static int collate_range_cmp(int a, int b)
|
||||
return 0;
|
||||
s[0][0] = a;
|
||||
s[1][0] = b;
|
||||
#ifdef __FreeBSD__
|
||||
return (strcmp(s[0], s[1]));
|
||||
#else
|
||||
return (strcoll(s[0], s[1]));
|
||||
#endif
|
||||
}
|
||||
|
||||
char *cclenter(const char *argp) /* add a character class */
|
||||
|
Loading…
x
Reference in New Issue
Block a user