summaryrefslogtreecommitdiffstats
path: root/itypes.c
Commit message (Expand)AuthorAgeFilesLines
* Remove numerous unused global functions.Kaz Kylheku2022-01-231-5/+0
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* Casts have crept into the code not wrapped by macros.Kaz Kylheku2022-01-061-2/+7
* itypes: provide a c_size function for size_t.Kaz Kylheku2021-08-261-0/+15
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-14/+14
* itypes: remove silly itypes_little_endian.Kaz Kylheku2020-06-191-15/+0
* warning cleanup: unsigned < 0 comparisons.Kaz Kylheku2020-04-051-3/+3
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* itypes: take advantage of double_intptr_t.Kaz Kylheku2019-01-251-1/+47
* Fix some instances of 4 bytes = 32 bits assumption.Kaz Kylheku2019-01-231-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* compile-file: need endian mark in .tlo files.Kaz Kylheku2018-04-121-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* c++ maintenance: eliminate old-style casts.Kaz Kylheku2017-06-061-3/+3
* itypes: fix broken u64_t range check.Kaz Kylheku2017-06-051-2/+2
* itypes: avoid out of range literal.Kaz Kylheku2017-06-051-2/+2
* ffi: bugfix: broken i64 conversion.Kaz Kylheku2017-05-121-1/+1
* itypes: fix wrong error messages.Kaz Kylheku2017-05-041-5/+5
* Rename c_uint_ptr_num; introduce cunum typedef.Kaz Kylheku2017-04-211-3/+3
* Continuing implementation of buffers.Kaz Kylheku2017-04-211-0/+232