aboutsummaryrefslogtreecommitdiffstats
path: root/gen/bits (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-20It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée1-10/+27
(in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20...Mattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée2-0/+100
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-10-31docMattias Andrée2-1/+168
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16m fixesMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16mMattias Andrée1-7/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2-0/+33
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16heuristically determine int_fastN_tMattias Andrée2-15/+112
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16do not assume that size(void*) == size(long)Mattias Andrée2-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02automate some parts of intconfMattias Andrée2-0/+87
Signed-off-by: Mattias Andrée <maandree@operamail.com>