summaryrefslogtreecommitdiff
path: root/posix/regex.c
Commit message (Expand)AuthorAgeFilesLines
* Updated to fedora-glibc-20050912T0656Jakub Jelinek2005-09-121-27/+4
* Update.Ulrich Drepper2004-01-301-0/+6
* Update.Ulrich Drepper2004-01-141-0/+28
* Update.Ulrich Drepper2003-11-161-12/+14
* Update.Ulrich Drepper2003-02-211-8/+7
* Update.Ulrich Drepper2002-12-191-1/+1
* Update.Ulrich Drepper2002-05-241-0/+1
* Update.Ulrich Drepper2002-04-241-0/+9
* Update.Ulrich Drepper2002-03-121-0/+6
* Update.Ulrich Drepper2002-02-281-8399/+7
* Update.Ulrich Drepper2001-12-051-0/+7
* Update.Ulrich Drepper2001-11-271-47/+5
* (byte_re_match_2_internal): For gcc replace switch statement with gotos.Ulrich Drepper2001-11-171-180/+293
* Update.Ulrich Drepper2001-11-151-1/+1
* Update.Ulrich Drepper2001-10-271-1/+1
* Update.Ulrich Drepper2001-08-211-3/+10
* Use __wcsoll only if _LIBC.Ulrich Drepper2001-08-171-0/+4
* Update.Ulrich Drepper2001-08-171-11/+44
* Update.Ulrich Drepper2001-08-101-2/+2
* Declare wcs functions only if compiling with MBS_SUPPORT. Don't use #elif f...Andreas Jaeger2001-07-301-28/+34
* Update.Ulrich Drepper2001-07-231-18/+73
* Update.Ulrich Drepper2001-07-181-1/+3
* Update.Ulrich Drepper2001-07-071-1/+11
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+9
* Update.Ulrich Drepper2001-06-271-69/+207
* Update.Ulrich Drepper2001-06-261-2/+2
* Update.Ulrich Drepper2001-06-191-979/+1186
* Update.Ulrich Drepper2001-06-101-2/+3
* Update.Andreas Jaeger2001-05-141-0/+8
* Avoid an access violation if malloc failes.Ulrich Drepper2001-03-301-1/+1
* Update.Ulrich Drepper2001-03-301-10/+10
* Update.Ulrich Drepper2001-03-301-2/+3
* Update.Ulrich Drepper2001-03-251-72/+46
* Update.glibc-2.2.2cvs/glibc-2_2_2Ulrich Drepper2001-02-151-4/+11
* Update.Ulrich Drepper2001-02-101-32/+30
* Update.Ulrich Drepper2001-02-091-4/+15
* Update.Ulrich Drepper2001-02-071-13/+26
* Update.Ulrich Drepper2001-02-071-29/+51
* Update.Andreas Jaeger2001-02-061-3/+9
* Update.Ulrich Drepper2001-02-021-265/+1850
* Update.Ulrich Drepper2000-10-281-0/+4
* Update.Andreas Jaeger2000-10-181-1/+4
* (compile_range): Cast collseq index to unsigned char to avoid accessing data ...Ulrich Drepper2000-09-141-3/+3
* Update.Ulrich Drepper2000-08-131-17/+28
* * posix/regex.c (SET_HIGH_BOUND): New macro. Greg McGary2000-08-041-2/+16
* Update.Greg McGary2000-08-031-15/+2
* Update.Ulrich Drepper2000-08-021-2/+2
* Update.Ulrich Drepper2000-08-021-1/+1
* * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro. Greg McGary2000-07-181-0/+14
* * posix/regex.c (EXTEND_BUFFER): Compute increment once. Greg McGary2000-07-071-11/+18