aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-date.c
AgeCommit message (Expand)Author
2018-08-06Use #include<> for system headers and #include"" for own headers (#2445)Akos Kiss
2018-04-09Fixes return value of 'Date.now' (#2274)Tibor Dusnoki
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-11-09Fix Date.parse() in ecma-builtin-date.c (#2081)Daniel Balla
2017-03-22Remove logically dead code (#1674)Robert Sipka
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-08-31Change return value to ecma_value_t for getting internal properties.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
2016-06-21Create extended objects instead of internal properties.Zoltan Herczeg
2016-06-16Fix Date construct helperHanjoung Lee
2016-06-14Rename ecma_is_value_error to ECMA_IS_VALUE_ERROR.Zoltan Herczeg
2016-06-14Introduce JERRY_UNUSED() instead of __attr_unused___Zsolt Borbély
2016-05-20Change internal property values of built-in primitive objects (namely Number,Zoltan Herczeg
2016-05-17Introduce integer ecma-value representation to reduce the double allocations.Zoltan Herczeg
2016-05-02Store aligned pointers directly in ecma_value_t if it is possible.Robert Sipka
2016-04-21Change current time from uint64_t to double in Date Port APIAkos Kiss
2016-04-20Introduce the Date Port APIAkos Kiss
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
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-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-03-08Disable date object related system calls by defaultLászló Langó
2016-03-03Rearrange fields of ecma_property_t to be naturally aligned. Packed attribute...Zoltan Herczeg
2016-02-23Build fixLászló Langó
2016-02-18Fix system call related date builtin functionsLászló Langó
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka