summaryrefslogtreecommitdiffstats
path: root/lib/regex_internal.h
AgeCommit message (Collapse)AuthorLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert-867/+0
2006-08-09Sync from gnulib.Paul Eggert-1/+2
2006-07-09Update from gnulib.Paul Eggert-1/+1
2006-04-10Import latest regex module from gnulib.Paul Eggert-122/+73
2006-01-10Sync from gnulib.Paul Eggert-1/+5
2005-09-25(__GNUC_PREREQ, always_inline, inline, pure):Paul Eggert-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 Eggert-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 Eggert-0/+18
2005-09-09Import latest regex module from gnulib, to fix some 64-bit bugs.Paul Eggert-166/+267
2005-08-23Update from gnulib.Jim Meyering-6/+5
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert-0/+808
now in gnulib.