aboutsummaryrefslogtreecommitdiffstats
path: root/gen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée2015-12-201-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>
* ...Mattias Andrée2015-12-201-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée2015-12-202-0/+100
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* docMattias Andrée2015-10-312-1/+168
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixesMattias Andrée2015-10-161-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-161-7/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2015-10-162-0/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* heuristically determine int_fastN_tMattias Andrée2015-10-162-15/+112
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do not assume that size(void*) == size(long)Mattias Andrée2015-10-162-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* automate some parts of intconfMattias Andrée2015-09-022-0/+87
Signed-off-by: Mattias Andrée <maandree@operamail.com>