Age | Commit message (Expand) | Author | Files | Lines |
2012-08-10 | use int instead of long for ptrdiff_t on all 32-bit archs | Rich Felker | 1 | -1/+1 |
2012-04-29 | fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used | Rich Felker | 1 | -0/+5 |
2012-04-24 | use signed char rather than plain char for int8_t | Rich Felker | 1 | -4/+4 |
2012-02-15 | add float_t and double_t to math.h | Rich Felker | 1 | -0/+3 |
2011-10-15 | don't define wchar_t on c++ | Rich Felker | 1 | -0/+2 |
2011-06-07 | use __WCHAR_TYPE__ on i386 if it is defined | Rich Felker | 1 | -0/+4 |
2011-04-27 | use compiler builtins for variadic macros when available | Rich Felker | 1 | -0/+5 |
2011-04-11 | more types cleanup | Rich Felker | 1 | -3/+0 |
2011-04-11 | cleanup types stuff in headers, fix missing u_int*_t in sys/types.h | Rich Felker | 1 | -11/+0 |
2011-04-01 | remove obsolete and useless useconds_t type | Rich Felker | 1 | -1/+0 |
2011-03-30 | avoid all malloc/free in timer creation/destruction | Rich Felker | 1 | -1/+1 |
2011-03-29 | some preliminaries for adding POSIX timers | Rich Felker | 1 | -1/+1 |
2011-03-11 | match dimensions so we can use all slots without invoking OOB-array-access | Rich Felker | 1 | -5/+5 |
2011-02-17 | reorganize pthread data structures and move the definitions to alltypes.h | Rich Felker | 1 | -0/+15 |
2011-02-15 | fix some type leakage (timer_t) from x86_64 commit | Rich Felker | 1 | -1/+1 |
2011-02-15 | preparing build system to handle ports - step 1 | Rich Felker | 1 | -0/+116 |