summaryrefslogtreecommitdiff
path: root/libiberty/regex.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2017-01-041-2/+1
* libiberty: Fix -Wimplicit-fallthrough warnings.mark2016-11-041-2/+6
* PR 66827nickc2015-12-211-1/+1
* * regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void).uros2014-03-131-1/+1
* * regex.c (bzero) [!_LIBC]: Define without coma expression.uros2014-03-131-3/+3
* Fix typo.mrs2013-07-221-1/+1
* Fix.mrs2013-07-211-1/+1
* PR other/56245jakub2013-02-091-4/+6
* remove useless if-before-free testsmeyering2011-04-201-7/+4
* * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but notjakub2010-04-071-3/+3
* 2009-09-30 Martin Thuresson <martint@google.com>nvachhar2009-10-011-2/+5
* * regex.c (regcomp): Change type of `i' from unsigned to int.bje2005-07-221-2/+2
* * regex.c (TRANSLATE): Cast rhs of ternary expression to char.bje2005-07-151-2/+4
* * pexecute.c (pexecute): Cast string litrals to char *.bje2005-07-121-1/+1
* Update the address and phone number of the FSF organization.nickc2005-05-101-2/+2
* Fix missed replacements.gdr2005-04-131-2/+2
* * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):gdr2005-04-131-8/+8
* include/gdr2005-03-281-291/+170
* * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" beforesayle2004-11-201-2/+4
* * regex.c: Include <ansidecl.h>.kraai2004-02-171-2/+4
* gcc:ghazi2003-04-151-1/+1
* * cp-demangle.c (demangling_new): Cast 0 to enum.danglin2002-09-201-1/+1
* * regex.c: Only use "#pragma alloca" on AIX when not using gcc.sayle2002-09-051-1/+1
* * regex.c (re_error_msgid): Just use a simple array of strings.dj2002-08-071-81/+25
* Update test for token pasting to also check "|| defined(ALMOST_STDC)"ghazi2001-11-161-2/+2
* * regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE)ghazi2001-11-161-2/+2
* * config.in (HAVE_UINTPTR_T): Provide autoconf stub.law2001-11-151-1/+1
* * regex.c (PREFIX): Provide an alternate definition forlaw2001-11-151-3/+12
* 2001-11-12 Jim Meyering <meyering@lucent.com>dj2001-11-131-1/+1
* merge from glibcdj2001-08-231-14/+58
* Merge from libc:dj2001-08-131-2/+2
* Merge from glibc:aj2001-07-301-46/+107
* merge from glibcdj2001-07-181-10/+24
* * Makefile.in: Add support for regex code.dj2001-07-111-0/+8245