summaryrefslogtreecommitdiff
path: root/py/smallint.h
AgeCommit message (Expand)Author
2021-06-24all: Fix signed shifts and NULL access errors from -fsanitize=undefined.Jeff Epler
2021-02-04py: Rename WORD_MSBIT_HIGH to MP_OBJ_WORD_MSBIT_HIGH.Damien George
2017-12-11py: Extend nan-boxing config to have 47-bit small integers.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2016-01-08py/smallint: Allow to override MP_SMALL_INT_MIN et al.Damien George
2015-11-29py: Add support for 64-bit NaN-boxing object model, on 32-bit machine.Damien George
2015-10-20py: Add object repr "C", where 30-bit floats are stuffed in obj word.Damien George
2015-10-19unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().Paul Sokolovsky
2015-04-03py: Allow configurable object representation, with 2 different options.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-05-28py: Fix check of small-int overflow when parsing ints.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-04py: This time, real proper overflow checking of small int power.Damien George