aboutsummaryrefslogtreecommitdiffstats
path: root/lib/regex_internal.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-867/+0
2006-08-09Sync from gnulib.Paul Eggert1-1/+2
2006-07-09Update from gnulib.Paul Eggert1-1/+1
2006-04-10Import latest regex module from gnulib.Paul Eggert1-122/+73
2006-01-10Sync from gnulib.Paul Eggert1-1/+5
2005-09-25(__GNUC_PREREQ, always_inline, inline, pure):Paul Eggert1-16/+1
Remove. (__attribute): Define to empty unless GCC 3.1 or later. This works around a core dump on OpenBSD 3.4, which has GCC 2.95.3, which dumps core when given __attribute__(()). It also simplifies other tests, since we really don't want to bother with worrying about which ancient version of GCC supported what. Original problem reported by Yoann Vandoorselaere, with part of the fix suggested by Derek Price.
2005-09-24(__attribute): Define to nothing for GCC 2.Paul Eggert1-1/+1
This works around a core dump on OpenBSD 3.4, which has GCC 2.95.3, which dumps core when given __attribute__(()).
2005-09-22Sync from gnulib.Paul Eggert1-0/+18
2005-09-09Import latest regex module from gnulib, to fix some 64-bit bugs.Paul Eggert1-166/+267
2005-08-23Update from gnulib.Jim Meyering1-6/+5
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert1-0/+808
now in gnulib.