about summary refs log tree commit diff
path: root/arch/i386/bits/alltypes.h.sh
Commit message (Expand)AuthorAgeFilesLines
* fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker2013-04-041-0/+3
* re-add useconds_trofl0r2013-04-021-0/+1
* fix types for wctype_t and wctrans_tRich Felker2013-03-041-2/+2
* use int instead of long for ptrdiff_t on all 32-bit archsRich Felker2012-08-101-1/+1
* fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker2012-04-291-0/+5
* use signed char rather than plain char for int8_tRich Felker2012-04-241-4/+4
* add float_t and double_t to math.hRich Felker2012-02-151-0/+3
* don't define wchar_t on c++Rich Felker2011-10-151-0/+2
* use __WCHAR_TYPE__ on i386 if it is definedRich Felker2011-06-071-0/+4
* use compiler builtins for variadic macros when availableRich Felker2011-04-271-0/+5
* more types cleanupRich Felker2011-04-111-3/+0
* cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker2011-04-111-11/+0
* remove obsolete and useless useconds_t typeRich Felker2011-04-011-1/+0
* avoid all malloc/free in timer creation/destructionRich Felker2011-03-301-1/+1
* some preliminaries for adding POSIX timersRich Felker2011-03-291-1/+1
* match dimensions so we can use all slots without invoking OOB-array-accessRich Felker2011-03-111-5/+5
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-0/+15
* fix some type leakage (timer_t) from x86_64 commitRich Felker2011-02-151-1/+1
* preparing build system to handle ports - step 1Rich Felker2011-02-151-0/+116