rework langinfo code for ABI compat and for use by time code
[musl] / arch / i386 / bits / alltypes.h.sh
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-19 Rich Felkerchange uid_t, gid_t, and id_t to unsigned types
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-24 Rich Felkerchange underlying type of clock_t to be uniform and...
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-02 rofl0rre-add useconds_t
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkeruse int instead of long for ptrdiff_t on all 32-bit...
2012-04-29 Rich Felkerfix float_t and double_t defs on x86 when -mfpmath...
2012-04-24 Rich Felkeruse signed char rather than plain char for int8_t
2012-02-16 Rich Felkeradd float_t and double_t to math.h
2011-10-15 Rich Felkerdon't define wchar_t on c++
2011-06-07 Rich Felkeruse __WCHAR_TYPE__ on i386 if it is defined
2011-04-28 Rich Felkeruse compiler builtins for variadic macros when available
2011-04-11 Rich Felkermore types cleanup
2011-04-11 Rich Felkercleanup types stuff in headers, fix missing u_int*_t...
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-03-30 Rich Felkeravoid all malloc/free in timer creation/destruction
2011-03-29 Rich Felkersome preliminaries for adding POSIX timers
2011-03-11 Rich Felkermatch dimensions so we can use all slots without invoki...
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-15 Rich Felkerfix some type leakage (timer_t) from x86_64 commit
2011-02-15 Rich Felkerpreparing build system to handle ports - step 1