summaryrefslogtreecommitdiff
path: root/libiberty/regex.c
Commit message (Expand)AuthorAgeFilesLines
* remove useless if-before-free testsJim Meyering2011-04-201-7/+4
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-071-3/+3
* regex.c (byte_re_match_2_internal): Split declaration and assignment to avoid...Martin Thuresson2009-10-011-2/+5
* * regex.c (regcomp): Change type of `i' from unsigned to int.Ben Elliston2005-07-221-2/+2
* * regex.c (TRANSLATE): Cast rhs of ternary expression to char.Ben Elliston2005-07-151-2/+4
* pexecute.c (pexecute): Cast string litrals to char *.Ben Elliston2005-07-121-1/+1
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
* Fix missed replacements.Gabriel Dos Reis2005-04-131-2/+2
* regex.c (wcs_re_match_2_internal, [...]): Replace not with negate.Gabriel Dos Reis2005-04-131-8/+8
* xregex2.h (_RE_ARGS): Remove definition and uses.Gabriel Dos Reis2005-03-281-291/+170
* objalloc.c, [...]: Include "config.h" before "ansidecl.h" to avoid redeclarat...Roger Sayle2004-11-201-2/+4
* regex.c: Include <ansidecl.h>.Matt Kraai2004-02-171-2/+4
* re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target co...Kaveh R. Ghazi2003-04-151-1/+1
* cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin2002-09-201-1/+1
* * regex.c: Only use "#pragma alloca" on AIX when not using gcc.Roger Sayle2002-09-051-1/+1
* regex.c (re_error_msgid): Just use a simple array of strings.DJ Delorie2002-08-071-81/+25
* Update test for token pasting to also check "|| defined(ALMOST_STDC)"Kaveh R. Ghazi2001-11-161-2/+2
* regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whet...Kaveh R. Ghazi2001-11-161-2/+2
* config.in (HAVE_UINTPTR_T): Provide autoconf stub.Jeffrey A Law2001-11-151-1/+1
* regex.c (PREFIX): Provide an alternate definition for non-ANSI/ISO compilers.Jeffrey A Law2001-11-151-3/+12
* obstack.c (_): Honor the setting of ENABLE_NLS.Jim Meyering2001-11-121-1/+1
* merge from glibcUlrich Drepper2001-08-231-14/+58
* backport: regex.c (wcs_regex_compile): Use appropriate string to compare with...Isamu Hasegawa2001-08-121-2/+2
* backport: regex.c: Declare wcs functions only if compiling with MBS_SUPPORT.Andreas Jaeger2001-07-301-46/+107
* merge from glibcDJ Delorie2001-07-181-10/+24
* Makefile.in: Add support for regex code.Jeff Johnston2001-07-101-0/+8245