regex: implement rational ranges
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Dec 2012 07:31:08 +0000 (23:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Dec 2012 08:13:16 +0000 (00:13 -0800)
commit6410c7a6ea65cceb588aadb497715279d4ec5daa
tree71d5302c366fddd0ab3f6048066e6ee529a75896
parent65493aa2cc289360154a4c437d3ed41e60a99fb6
regex: implement rational ranges

Reported by Aharon Robbins in
<http://sourceware.org/ml/libc-alpha/2012-12/msg00456.html>.
* lib/regcomp.c (build_range_exp) [!_LIBC]:
* lib/regexec.c (check_node_accept_bytes) [!_LIBC]:
Implement rational ranges.
ChangeLog
lib/regcomp.c
lib/regexec.c