aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-global.c
AgeCommit message (Expand)Author
2018-07-20Simplify source evaluation options. (#2431)Robert Fancsik
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ó
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-09-21Fixes pattern parsing in ecma_builtin_global_object_unescape ()Robert Fancsik
2017-05-03Remove the built-in print and the jerry_port_console port API functions (#1749)Akos Kiss
2017-02-16Add new input validator API functions (#1576)László Langó
2017-01-23Added #if control around GCC built-in functions so that the code can be (#1483)t-harvey
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-22Add missing error messages to 'ecma/builtin-objects' (#1443)László Langó
2016-09-23Type cast according to format string (#1368)chokobole
2016-08-05Remove compact profile.Robert Sipka
2016-07-20Remove printf calls from jerry coreLászló Langó
2016-06-14Introduce JERRY_UNUSED() instead of __attr_unused___Zsolt Borbély
2016-06-13Modify the usage of ecma_string_to_utf8_string()Zsolt Borbély
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-05-17Introduce integer ecma-value representation to reduce the double allocations.Zoltan Herczeg
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-12Use 'const' in string iterations.László Langó
2016-04-12Introduce ECMA_STRING_TO_UTF8_STRING and ECMA_FINALIZE_UTF8_STRINGLászló Langó
2016-04-06Eliminate TODO and FIXME macrosAkos Kiss
2016-03-22Performance optimizationsLászló Langó
2016-03-18Use code unit instead of code pointLászló Langó
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-08Fix problems arising from incorrect use of various size typesAkos Kiss
2016-02-29Replace bit field manipulation functions with macrosAkos Kiss
2016-02-25Build fix for ALL_IN_ONE.Robert Sipka
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka