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