aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-date.c
AgeCommit message (Expand)Author
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Add Windows support. (#2306)Yonggang Luo
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2017-03-16Fix Date objects' YearFromTime helper for out-of-range time values (#1658)Akos Kiss
2017-03-14Temporarily disable a few test262 tests in automatic testing. (#1662)László Langó
2017-02-27NaN must not be passed to date getter functions. (#1620)Zoltan Herczeg
2017-01-11Improve date helpers. (#1499)Zoltan Herczeg
2016-12-13Reduce Date prototype binary size. (#1488)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-12-05Fixes the bug of ecma_date_make_day() (#1836) & ecma_date_week_day(). (#1466)LeeHayun
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-09-01Fix warnings reported on OS X (#1307)Akos Kiss
2016-08-31Change return value to ecma_value_t for getting internal properties.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
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-22Remove unused internal functionsAkos Kiss
2016-04-20Introduce the Date Port APIAkos Kiss
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-04-08Turn modified fdlibm into Jerry's own libmAkos Kiss
2016-03-24Fix compile warnings about always_inline functions in GCC 5.2.0Geoff Gustafson
2016-03-09Don't use messages for errors by defaultLászló Langó
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-03-01Fix the format of doxygen comments of output argumentsLászló Langó
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