summaryrefslogtreecommitdiff
path: root/lib/stdint.in.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Include <wchar.h> after defining the types, not before.Bruno Haible2008-12-261-9/+7
|
* Add support for universal builds to <stdint.h>.Bruno Haible2008-12-251-5/+23
|
* Avoid a compilation failure in Boost.Alexandre Duret-Lutz2008-11-191-24/+48
|
* Avoid gcc warnings because of #pragma GCC system_header on older gcc.Bruno Haible2008-10-181-0/+2
|
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-1/+2
|
* Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.Paul Eggert2007-12-181-2/+8
| | | | | | | * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define before any system include files, and undef after them all. This should fix a problem on VMS reported by John E. Malmberg in <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
* Fix "integer overflow" warnings with OSF/1 5.1 cc.Bruno Haible2007-10-291-1/+4
|
* Add check that intmax_t and uintmax_t have the same size.Bruno Haible2007-10-231-0/+5
|
* Rename stdint_.h to stdint.in.h.Bruno Haible2007-10-021-0/+508