aboutsummaryrefslogtreecommitdiff
path: root/libiberty/regex.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-17regex.c: Include <ansidecl.h>.Matt Kraai1-2/+4
2003-04-15re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target co...Kaveh R. Ghazi1-1/+1
2002-09-20cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin1-1/+1
2002-09-05* regex.c: Only use "#pragma alloca" on AIX when not using gcc.Roger Sayle1-1/+1
2002-08-07regex.c (re_error_msgid): Just use a simple array of strings.DJ Delorie1-81/+25
2001-11-16Update test for token pasting to also check "|| defined(ALMOST_STDC)"Kaveh R. Ghazi1-2/+2
2001-11-16regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whet...Kaveh R. Ghazi1-2/+2
2001-11-15config.in (HAVE_UINTPTR_T): Provide autoconf stub.Jeffrey A Law1-1/+1
2001-11-15regex.c (PREFIX): Provide an alternate definition for non-ANSI/ISO compilers.Jeffrey A Law1-3/+12
2001-11-12obstack.c (_): Honor the setting of ENABLE_NLS.Jim Meyering1-1/+1
2001-08-23merge from glibcUlrich Drepper1-14/+58
2001-08-12backport: regex.c (wcs_regex_compile): Use appropriate string to compare with...Isamu Hasegawa1-2/+2
2001-07-30backport: regex.c: Declare wcs functions only if compiling with MBS_SUPPORT.Andreas Jaeger1-46/+107
2001-07-18merge from glibcDJ Delorie1-10/+24
2001-07-10Makefile.in: Add support for regex code.Jeff Johnston1-0/+8245