about summary refs log tree commit diff
path: root/posix/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
...
* (parse_dup_op): Return NULL if dup_elem is NULL, after checking syntax. Opti...Ulrich Drepper2003-12-221-42/+22
* Update.Ulrich Drepper2003-12-161-2/+5
* Update.Ulrich Drepper2003-11-291-10/+12
* Update.Ulrich Drepper2003-11-261-1/+2
* Update.Ulrich Drepper2003-11-241-21/+91
* Update.Ulrich Drepper2003-11-231-24/+33
* Update.Ulrich Drepper2003-11-221-32/+28
* Update.Ulrich Drepper2003-11-211-19/+17
* Update.Ulrich Drepper2003-11-191-172/+139
* Update.Ulrich Drepper2003-11-181-11/+32
* Update.Ulrich Drepper2003-11-181-5/+8
* Update.Ulrich Drepper2003-11-161-2/+3
* Update.Ulrich Drepper2003-11-131-1/+7
* Update.Ulrich Drepper2003-11-131-24/+47
* (parse_dup_op): Fail with REG_BADBR is first number in {,} expression is larger.Ulrich Drepper2003-11-131-0/+6
* Update.Ulrich Drepper2003-11-131-0/+8
* Update.Ulrich Drepper2003-11-131-1/+1
* Update.Ulrich Drepper2003-11-131-3/+9
* Update.Ulrich Drepper2003-11-121-2/+66
* Update.Ulrich Drepper2003-11-121-13/+21
* Update.Ulrich Drepper2003-11-121-1/+28
* Update.Ulrich Drepper2003-10-151-0/+2
* Update.Ulrich Drepper2003-10-021-7/+6
* Update.Ulrich Drepper2003-09-251-5/+6
* Update.Ulrich Drepper2003-09-231-7/+30
* Upate.Ulrich Drepper2003-09-231-5/+4
* Update.Ulrich Drepper2003-06-171-1/+1
* Update.Ulrich Drepper2003-06-131-3/+8
* Update.Ulrich Drepper2003-06-121-15/+23
* Update.Ulrich Drepper2003-02-211-52/+8
* Update.Ulrich Drepper2003-01-161-6/+6
* (re_compile_internal): If clearing buffer, clear allocated too.Ulrich Drepper2003-01-161-1/+4
* Update.Ulrich Drepper2002-12-171-13/+52
* * posix/regex_internal.c (re_string_context_at): Guard wide charRoland McGrath2002-12-131-1/+1
* Update.Ulrich Drepper2002-11-271-0/+1
* Update.Ulrich Drepper2002-11-061-1021/+1023
* Update.Ulrich Drepper2002-11-061-17/+18
* (free_dfa_content): Use free_state.Ulrich Drepper2002-11-061-9/+1
* Update.Ulrich Drepper2002-11-061-67/+78
* Update.Ulrich Drepper2002-11-051-0/+1
* * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):Roland McGrath2002-11-011-3/+1
* * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.Roland McGrath2002-10-241-1/+22
* Update.Ulrich Drepper2002-10-211-1/+2
* Update.Ulrich Drepper2002-10-121-169/+196
* Update.Ulrich Drepper2002-09-281-0/+29
* Wrap #include wchar.h and wctype.h in #if. (build_range_exp): Add castings to...Ulrich Drepper2002-09-101-43/+53
* (regcomp): Append "__restrict" modifier to avoid warnings of some compilers. ...Ulrich Drepper2002-09-051-31/+30
* (parse_reg_exp): If '|' is immediately followed by another '|', end of regex ...Ulrich Drepper2002-08-121-0/+2
* Update.Ulrich Drepper2002-07-271-1/+1
* Update.Ulrich Drepper2002-07-101-27/+33