summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modure.c
Commit message (Expand)AuthorAge
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.Tom Sparks2016-04-08
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
* py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George2015-11-29
* py: Add MP_ROM_* macros and mp_rom_* types and use them.Damien George2015-11-29
* extmod/modure: Use correct integer type for n_args argument.Damien George2015-11-23
* extmod/modure: Make sure that errors in regexps are caught early.Paul Sokolovsky2015-11-01
* py: Add mp_obj_get_int_truncated and use it where appropriate.Damien George2015-05-12
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* extmod/ure: Fix msvc warning resulting from memset on const char ** pointerstijn2015-03-17
* extmod/ure: Correctly return None when a group has no match.Damien George2015-03-04
* extmod/modure: Make num_matches store actual number of matches.Damien George2015-02-18
* py, unix: Allow to compile with -Wunused-parameter.Damien George2015-01-20
* extmod: Prefix py/ for includes from py core directory.Damien George2015-01-01
* py: Make functions static where appropriate.Damien George2014-12-10
* py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George2014-12-05
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* windows: Update config with latest featuresstijn2014-11-21
* modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).Paul Sokolovsky2014-10-15
* modure: Make sure that re1.5 compiled in only of modure itself is enabled.Paul Sokolovsky2014-10-12
* modure: Initial module, using re1.5 (which is based on re1 codebase).Paul Sokolovsky2014-10-11