summaryrefslogtreecommitdiff
path: root/libiberty/regex.c
Commit message (Expand)AuthorAgeFilesLines
* 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