index
:
micropython
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
/
extmod
/
re1.5
/
compilecode.c
Commit message (
Expand
)
Author
Age
*
lib/re1.5: Move re1.5 code from extmod to lib.
Damien George
2021-07-12
*
extmod/re1.5: Check and report byte overflow errors in _compilecode.
Jeff Epler
2021-04-06
*
py, extmod: Introduce and use MP_FALLTHROUGH macro.
Emil Renner Berthing
2020-10-22
*
extmod/re1.5: Support escaping within RE classes.
Jim Mussared
2019-10-18
*
extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain.
armink
2018-04-10
*
extmod/re1.5: Update to 0.8.1.
Paul Sokolovsky
2017-09-24
*
extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1.
Paul Sokolovsky
2015-11-01
*
extmod/re1.5: Update to 0.8.
Paul Sokolovsky
2015-11-01
*
extmod: Update re1.5 to 0.7.
Paul Sokolovsky
2015-03-18
*
extmod: Pull in upstream changes to re1.5; fixes bugs with regex errors.
Damien George
2015-03-10
*
extmod: Pull in upstream changes to re1.5; fixes bug, adds named class.
Damien George
2015-02-21
*
modure: Update to re1.5 v0.6.1, fixed and extended character class support.
Paul Sokolovsky
2014-10-17
*
modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).
Paul Sokolovsky
2014-10-15
*
modure: Import needed files from re1.5 v0.5.
Paul Sokolovsky
2014-10-11