(parse_expression): Fix incorrect error code. (parse_dup_op): Fix error handling...
authorUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 00:57:03 +0000 (00:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 00:57:03 +0000 (00:57 +0000)
commit602c2f9d9d4995ecab62f2ee22c1a09741e6b1a5
tree4aa6fcf600df5ba0b0a6ef7175374ef8b585bf87
parentc7823e1442ba7a55f58924f6a7df00c4b993075a
(parse_expression): Fix incorrect error code. (parse_dup_op): Fix error handling like "a{}". (parse_bracket_exp): Add error handling. (fetch_number): Add error handling for "a{<very_large_number>}".

parse_bracket_symbol): Add error handling in case that the symbol name is too
long.
(build_charclass): Handle [:lower:]/[:uppper:] correctly in case of REG_ICASE.
posix/regcomp.c