aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/parser/regexp/re-compiler.h
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-05-26Rework RegExp engine and add support for proper unicode matching (#3746)Dániel Bátyai
2019-10-02Refactor RegExp builtin (#3136)Dániel Bátyai
2019-07-23Rework the engine's internal recursion limit (#2969)Robert Fancsik
2019-06-19Rework usages/naming of configuration macros [part 2] (#2903)Péter Gál
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2019-01-17Add RegExp recursion depth limit (#2543)Istvan Miklos
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-08-05Remove compact profile.Robert Sipka
2016-03-10Few improvements for RegExpLászló Langó
2016-03-09Warning fixes.Robert Sipka
2016-03-01RegExp refactoring and improvementsLászló Langó
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-05Compact Byte Code parser and executor for Jerry.Zoltan Herczeg
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-08-24Implement RegExp.prototype.compile()Dániel Bátyai
2015-08-06Remove recursion limit from RegExp engine.László Langó
2015-07-15Style fixes for RegExp engine.László Langó
2015-06-26Add parser and compiler of regular expressions.László Langó