aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-helpers-string.c
AgeCommit message (Expand)Author
2023-11-15Update doxygen and fix documentation (#5106)Máté Tokodi
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-12-03Improve float number handling and conversion (#4820)Dániel Bátyai
2021-11-26Implement ECMAScript 2022 private class methods and fields (#4831)Szilagyi Adam
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-08-31Implement function.toString operation (#4752)Zoltan Herczeg
2021-08-17Improve parse_identifier (#4691)batizdaniel
2021-08-17Rework external string free operation (#4690)Zoltan Herczeg
2021-04-13Support native modules (#4649)Zoltan Herczeg
2021-04-13Add info to external pointer free callback. (#4642)Zoltan Herczeg
2021-02-22Optimize the copying/freeing of ecma values (#4602)Dániel Bátyai
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-16Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC (#4392)Yonggang Luo
2021-01-12Unify internal property creation (#4373)Zoltan Herczeg
2020-10-22Implement ES11 globalThis (#4306)Zoltan Herczeg
2020-10-14Fix implicit 'double' conversion reported by Clang 12.0.0 (#4288)Ádám Kallai
2020-10-12Implement numeric-separator (#4158)kisbg
2020-08-25Implement TrimStart TrimEnd and aliases (#4102)Tóth Béla
2020-08-24Fix memory corruption (bad-free) in ecma_string_pad (#4164)Csaba Osztrogonác
2020-08-04Fix AdvanceStringIndex to return an ecma_length_t (#4100)Dániel Bátyai
2020-07-29Update ToLength operation to conform ES6 spec (#4007)Robert Fancsik
2020-07-28Rework ascii string to use less memory. (#4030)Zoltan Herczeg
2020-07-24Implement String.padStart and String.padEnd (#3999)Tóth Béla
2020-07-22Fix property name comparison when external strings are used. (#4033)Zoltan Herczeg
2020-07-22Implement external strings. (#4028)Zoltan Herczeg
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
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
2020-03-17Use array based storage in container objects (#3600)Roland Takacs
2020-03-02Implement ecma_stringbuilder_create_raw method for stringbuilder (#3584)Szilagyi Adam
2020-02-24Use stringbuilder in ecma_builtin_try_to_instantiate_property (#3575)Szilagyi Adam
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2019-12-16Implement \u{hex} support. (#3447)Zoltan Herczeg
2019-12-04Fix index handling in ecma_op_advance_string_index (#3406)Szilagyi Adam
2019-11-28Change JERRY_ES2015_BUILTIN_ITERATOR macro to JERRY_ES2015. (#3374)Zoltan Herczeg
2019-11-26Implement Regexp.prototype[@@match] method (#3345)Szilagyi Adam
2019-10-24Revise ES2015 feature guards (#3240)Robert Fancsik
2019-10-16Static strings should be reference counted in debug mode (#3219)Robert Fancsik
2019-09-26Fix undefined references build error on Windows (x64) (#3168)Csaba Osztrogonác
2019-09-20Fix undefined references build error on Windows (#3134)Csaba Osztrogonác
2019-09-05Refactor JSON builtin methods (#3031)Dániel Bátyai
2019-08-30Improve ecma_string_t descriptor (#3016)Robert Fancsik
2019-08-26New trim helper function (#3014)Szilagyi Adam
2019-08-26Eliminate ECMA_TRY_CATCH macros part I. (#3006)Robert Fancsik
2019-08-26Add string builder helper (#2999)Dániel Bátyai