index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
unix
/
modtime.c
Commit message (
Expand
)
Author
Age
*
py, unix, lib: Allow to compile with -Wold-style-definition.
Damien George
2015-01-12
*
py, unix: Allow to compile with -Wdouble-promotion.
Damien George
2015-01-12
*
unix: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
unix: Rename "time" module to "utime" to allow extensibility.
Paul Sokolovsky
2014-12-17
*
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
unix: Fix mpconfig.h not being included before misc.h
stijn
2014-06-28
*
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-19
*
- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a
Marcus von Appen
2014-06-07
*
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-06-01
*
mingw: Fix compilation issues
stijn
2014-05-10
*
windows: Add modtime implementation
stijn
2014-05-09
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-26
*
unix modtime: Convert to static module structures.
Paul Sokolovsky
2014-04-17
*
unix modtime: Adhere to MICROPY_ENABLE_FLOAT better.
Paul Sokolovsky
2014-04-17
*
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
2014-04-04