summaryrefslogtreecommitdiff
path: root/lib/stdint.in.h
Commit message (Expand)AuthorAgeFilesLines
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* stdint: Fix test compilation failure with HP-UX 11 cc.Bruno Haible2017-03-171-12/+31
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* stdint: Fix WINT_MAX to match the gnulib provided wint_t on MSVC.Bruno Haible2016-12-171-0/+9
* stdint: support new _WIDTH macrosPaul Eggert2016-09-161-342/+405
* stdint: port to strict C11 left shiftPaul Eggert2016-04-111-7/+2
* stdint: check _INTPTR_T_DECLARED for intptr_t etc.KO Myung-Hun2016-01-151-0/+5
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* stdint, read-file: fix missing SIZE_MAX on Android (tiny change)Kevin Cernekee2014-03-051-2/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* stdint: fix build with Android's Bionic fox x86Andoni Morales Alastruey2013-01-151-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-221-1/+1
* stdint: be more consistent with glibc, SunOS libcPaul Eggert2012-05-071-16/+33
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* stdint: Improve support for Android.Bruno Haible2012-01-241-3/+5
* stdint: Add support for Android.Bruno Haible2012-01-211-0/+9
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* inttypes, stdint: add C++11 supportPaul Eggert2011-12-131-8/+11
* stdint: respect system's intmax_t if INTMAX_MAXPaul Eggert2011-07-091-41/+55
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-6/+6
* maint: replace misused "a" with "an"Jim Meyering2011-05-201-1/+1
* stdint: Cut dependency to module 'wchar'.Bruno Haible2011-02-181-1/+6
* Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-02-071-0/+5
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* stdint: avoid HP-UX 10.20 preprocessor bugEric Blake2010-12-241-3/+4
* stdint: port to GCC 4.3 + OSX + OctavePaul Eggert2010-11-241-29/+39
* prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)Paul Eggert2010-10-101-1/+2
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* Avoid some lines longer than 80 characters.Paul Eggert2010-10-031-2/+3
* Emit #pragma system_header after the inclusion guard, not before.Bruno Haible2010-03-301-4/+4
* maint: use pragma consistently across replacement headersEric Blake2010-03-251-3/+4
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-4/+4
* Use 'defined _LP64'.Bruno Haible2009-02-271-2/+2
* Fix a syntax error due to recursive inclusion of wchar.h on HP-UX 11.00.Bruno Haible2009-01-151-1/+3
* 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
* 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