summaryrefslogtreecommitdiff
path: root/m4/stdbool.m4
AgeCommit message (Collapse)Author
2006-05-15(AC_HEADER_STDBOOL): Fix overly-pickyPaul Eggert
test for C99 conformance; (bool) 0.5 is an integer constant expression, but (bool) -0.5 is not. Problem reported by Fedor Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2006-01-26Sync stdbool from gnulib.Paul Eggert
2006-01-25(AC_HEADER_STDBOOL): Add some comments.Paul Eggert
2005-12-14(AM_STDBOOL_H): Substitue HAVE__BOOL again, revertingPaul Eggert
2005-11-25 change.
2005-12-13(AC_HEADER_STDBOOL): Check for buggy compiler thatPaul Eggert
has _Bool but mishandles _Bool |= _Bool.
2005-11-26no longer needed.Paul Eggert
(gl_STDBOOL_H): New macro, from gnulib. (AC_HEADER_STDBOOL): Sync with gnulib.
2005-10-07(AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test,Paul Eggert
since yesterday's attempt didn't work.
2005-10-06(AC_HEADER_STDBOOL): Check that boolPaul Eggert
promotes to int, not unsigned int, to catch the AIX 5.3 compiler bug.
2005-01-22Sync from gnulib.Paul Eggert
2004-06-01Update from gnulib.Jim Meyering
2003-06-06Update from gnulib.Jim Meyering
2002-06-22New file, from diffutils-2.8.2.Jim Meyering