summaryrefslogtreecommitdiff
path: root/arch/i386/bits/alltypes.h.sh
AgeCommit message (Expand)AuthorLines
2013-06-25respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker-0/+2
2013-05-23change underlying type of clock_t to be uniform and match ABIRich Felker-1/+1
2013-04-04fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker-0/+3
2013-04-02re-add useconds_trofl0r-0/+1
2013-03-04fix types for wctype_t and wctrans_tRich Felker-2/+2
2012-08-10use int instead of long for ptrdiff_t on all 32-bit archsRich Felker-1/+1
2012-04-29fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker-0/+5
2012-04-24use signed char rather than plain char for int8_tRich Felker-4/+4
2012-02-15add float_t and double_t to math.hRich Felker-0/+3
2011-10-15don't define wchar_t on c++Rich Felker-0/+2
2011-06-07use __WCHAR_TYPE__ on i386 if it is definedRich Felker-0/+4
2011-04-27use compiler builtins for variadic macros when availableRich Felker-0/+5
2011-04-11more types cleanupRich Felker-3/+0
2011-04-11cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker-11/+0
2011-04-01remove obsolete and useless useconds_t typeRich Felker-1/+0
2011-03-30avoid all malloc/free in timer creation/destructionRich Felker-1/+1
2011-03-29some preliminaries for adding POSIX timersRich Felker-1/+1
2011-03-11match dimensions so we can use all slots without invoking OOB-array-accessRich Felker-5/+5
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-0/+15
2011-02-15fix some type leakage (timer_t) from x86_64 commitRich Felker-1/+1
2011-02-15preparing build system to handle ports - step 1Rich Felker-0/+116