aboutsummaryrefslogtreecommitdiffstats
path: root/include/bits/types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update e-mailHEADmasterMattias Andrée14 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* bump yearMattias Andrée2016-01-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+68
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-11-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-10-311-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixesMattias Andrée2015-10-161-4/+5
| | | | 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-161-2/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some integer types are pointer-like types that are limited to longMattias Andrée2015-10-161-6/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add some integer typesMattias Andrée2015-09-031-0/+112
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2015-09-021-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some warnings and errorsMattias Andrée2015-09-021-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add div functionsMattias Andrée2015-09-021-0/+95
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix more errorsMattias Andrée2015-09-021-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add _LIBRARY_HEADERMattias Andrée2015-08-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* wint_t and wchar_t are not portable, additionally they are not guaranteed to be defined as expected and thus should not be usedMattias Andrée2015-08-311-8/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* wchar_t and wint_t not safe for marshallingMattias Andrée2015-08-311-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add stdintMattias Andrée2015-08-291-0/+154
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add stddef.hMattias Andrée2015-08-281-0/+92
Signed-off-by: Mattias Andrée <maandree@operamail.com>