Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-09 | Sync from gnulib. | Paul Eggert | |
2006-07-09 | Update from gnulib. | Paul Eggert | |
2006-04-10 | Import latest regex module from gnulib. | Paul Eggert | |
2006-01-10 | Sync 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-22 | Sync from gnulib. | Paul Eggert | |
2005-09-09 | Import latest regex module from gnulib, to fix some 64-bit bugs. | Paul Eggert | |
2005-08-23 | Update from gnulib. | Jim Meyering | |
2005-07-08 | Switch to Isamu Hasegawa's implementation of regex, which is | Paul Eggert | |
now in gnulib. |