aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/lit/lit-char-helpers.h
AgeCommit message (Expand)Author
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-18Implement Symbol.matchAll (#4082)Szilagyi Adam
2020-08-06Fix whitespace ranges for ES.next profile (#4110)Dániel Bátyai
2020-07-20Update RegExp unicode mode case folding to conform to the standard (#4004)Dániel Bátyai
2020-07-20Implement UnicodeEscape abstract method (#3959)Szilagyi Adam
2020-07-06Support Unicode supplementary planes (#3928)Robert Fancsik
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-26Rework RegExp engine and add support for proper unicode matching (#3746)Dániel Bátyai
2019-12-17Implement binary literal parsing (#3439)Szilagyi Adam
2019-12-16Implement \u{hex} support. (#3447)Zoltan Herczeg
2018-08-30Remove character pointer typedefs (#2492)Akos Kiss
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-04-14Improvements related to lexerIstvan Kadar
2016-04-12Use 'const' in string iterations.László Langó
2016-03-18Use code unit instead of code pointLászló Langó
2016-03-10Unify the naming scheme of all header definesAkos Kiss
2016-03-08Fix problems arising from incorrect use of various size typesAkos Kiss
2016-03-03New unicode character handling using array data structure.István Kádár
2015-10-15Refactor builtins to handle CESU-8 encoded strings.Dániel Bátyai
2015-07-30Implement String.prototype.replace function.Zoltan Herczeg
2015-07-20Add \u parse support for the JSON object. Buffer overrun issues were fixed as...Zoltan Herczeg
2015-07-14Implement toLowerCase and toUpperCase built-in functions.Zoltan Herczeg
2015-07-08Add lit_char_is_octal_digit, lit_char_is_decimal_digit, lit_char_is_hex_digit...Ruben Ayrapetyan
2015-07-02Rename ECMA_CHAR_NULL to LIT_CHAR_NULL, move it to jerry-core/lit/lit-char-he...Ruben Ayrapetyan
2015-07-02Add preprocessor definitions for various character codes, referenced in ECMA-...Ruben Ayrapetyan
2015-07-02Move helpers from ecma-helpers-char.cpp to lit-char-helpers.cpp, rename them ...Ruben Ayrapetyan