about summary refs log tree commit diff
path: root/arch/arm/bits/alltypes.h.sh
Commit message (Expand)AuthorAgeFilesLines
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-127/+0
* change uid_t, gid_t, and id_t to unsigned typesRich Felker2013-07-191-3/+3
* respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2013-06-251-0/+1
* change underlying type of clock_t to be uniform and match ABIRich Felker2013-05-231-1/+1
* 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
* 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
* fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2011-09-191-6/+2
* initial commit of the arm portRich Felker2011-09-181-0/+121