aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-helpers-string.c
AgeCommit message (Expand)Author
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2018-06-11On simple strings the utf8 substring copy api call created an assert (#2389)Péter Gál
2018-06-06Merged conditions of if statements where possible. (#2380)László Langó
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Update Doxygen config file and fix Doxygen warnings (#2324)László Langó
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-29Fix accessing the contents of a direct string (#2261)Péter Gál
2018-03-27Remove unused functions which caused build error on clang (#2257)Tamas Zakor
2018-03-05Remove ecma_get_length_string (#2234)Yuyupo
2018-03-05Improve property search. (#2232)Zoltan Herczeg
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-02-27Modified ecma string to utf8 string conversion to reduce binary size. (#2214)László Langó
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2018-01-29Improve get characters of a string function.Zoltan Herczeg
2017-12-19Optimize string concatenation. (#2141)Zoltan Herczeg
2017-12-07Remove trivial ecma_number arithmetic functions (#2123)Robert Fancsik
2017-12-05Add fast path to ecma_op_object_get with magic string. (#2078)Zoltan Herczeg
2017-09-20Fixes uint16_t overflow in ecma_new_ecma_string_from_utf8_converted_to_cesu8 ()Robert Fancsik
2017-08-30Reduce the memory consumption of function objects. (#1954)Zoltan Herczeg
2017-07-10Fix hash calculation for strings created using jerry_create_string_from_utf8 ...Martijn Thé
2017-05-16Rework memory statistics to provide useful user information. (#1812)Zoltan Herczeg
2017-03-21Style fix: return value comments (#1668)Levente Orban
2017-02-22Completely remove internal property support. (#1603)Zoltan Herczeg
2017-02-17Fix the missing inline specifier if compiling with -fPIC (#1590)Gabor Loki
2017-02-16Add new input validator API functions (#1576)László Langó
2017-01-24Copy the characters of an UTF-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-13Copy the characters of a cesu-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-13Refactor the ecma_string_substr function (#1517)Robert Sipka
2017-01-05Add `jerry_string_to_utf8_char_buffer` API function. (#1501)Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-03Remove the restriction that the external magic strings must be ascii strings....Robert Sipka
2016-12-01Add an API function to calculate the UTF-8 encoded string length from Jerry s...Robert Sipka
2016-11-29Add an API function to calculate the UTF-8 encoded string size from Jerry str...Robert Sipka
2016-11-25Reduce memory consumption of property names.Zoltan Herczeg
2016-11-25Fix the calculation of the converted string length in ecma_new_ecma_string_fr...Robert Sipka
2016-11-16Add API functions to create string from a valid UTF-8 string. (#1430)Robert Sipka
2016-11-07All strings whose are valid array indicies always use the UINT32_IN_DESC form...Zoltan Herczeg
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-08-23Add long string support.Zoltan Herczeg
2016-08-12Remove unused 'ecma_string_get_heap_number_size' and 'ecma_set_property_list'...Robert Sipka
2016-07-15Optimize ecma_string_get_array_indexDániel Bátyai
2016-07-13Improve the construction of "length" built-in strings.Zoltan Herczeg
2016-07-06Simplify string management.Zoltan Herczeg
2016-06-27Sixteen bit hash for strings.Zoltan Herczeg
2016-06-27Rework literal storage.Zoltan Herczeg
2016-06-21Improve empty checks of ecma stringsLászló Langó
2016-06-21Guard assert-related functionsZsolt Borbély
2016-06-17Pack assert-related codeZsolt Borbély
2016-06-16Change return value of 'ecma_ref_ecma_string' to voidLászló Langó
2016-06-16Remove string copyLászló Langó