index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
smallint.h
Age
Commit message (
Expand
)
Author
2021-06-24
all: Fix signed shifts and NULL access errors from -fsanitize=undefined.
Jeff Epler
2021-02-04
py: Rename WORD_MSBIT_HIGH to MP_OBJ_WORD_MSBIT_HIGH.
Damien George
2017-12-11
py: Extend nan-boxing config to have 47-bit small integers.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-01-08
py/smallint: Allow to override MP_SMALL_INT_MIN et al.
Damien George
2015-11-29
py: Add support for 64-bit NaN-boxing object model, on 32-bit machine.
Damien George
2015-10-20
py: Add object repr "C", where 30-bit floats are stuffed in obj word.
Damien George
2015-10-19
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Paul Sokolovsky
2015-04-03
py: Allow configurable object representation, with 2 different options.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-05-28
py: Fix check of small-int overflow when parsing ints.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-04
py: This time, real proper overflow checking of small int power.
Damien George