aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-date.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-03Improve float number handling and conversion (#4820)Dániel Bátyai
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-04-08Remove class id storing for class objects (#4645)Zoltan Herczeg
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-02-17Improve date internals (#4593)Robert Fancsik
2021-02-09Add implementation specific date parsing (#4576)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-26Date.prototype.setTime should return with clipped date (#4520)kisbg
2021-01-17current_new_target -> current_new_target_p (#4478)Yonggang Luo
2020-10-12Implement numeric-separator (#4158)kisbg
2020-10-02Date.parse should reject out of range values (#4248)Csaba Osztrogonác
2020-10-01Fix Date.parse to handle times without timezone properly (#4249)Csaba Osztrogonác
2020-10-01Make Date.UTC to conform to the latest ES11 spec (#4250)Csaba Osztrogonác
2020-08-27Cleanup toNumber and toNumeric abstract operations (#4034)Virag Orkenyi
2020-08-12Support BigInt to number conversion using Number constructor (#4121)Zoltan Herczeg
2020-08-07Fix evaluation order for binary operators (#4114)Zoltan Herczeg
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-07-06Make Date constructor conform to the latest spec (#3972)Csaba Osztrogonác
2020-07-03Remove ECMA_TRY_CATCH macro (#3829)Szilagyi Adam
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-15Added new target support for Date Object (#3739)kisbg
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-03heap-buffer-overflow in ecma_date_parse_year (#3404)Csaba Osztrogonác
2019-11-29Remove dead code from ecma_date_parse_year() (#3387)Csaba Osztrogonác
2019-11-26Make Date.parse() ECMA-262 conform (#3314)Csaba Osztrogonác
2019-11-06Simplify ecma_builtin_date_parse function (#3280)Csaba Osztrogonác
2019-10-25Refactor ecma_op_to_string (#3171)Szilagyi Adam
2019-10-03Make Date.parse handle 24:00:00.000 time properly (#3196)Csaba Osztrogonác
2019-10-01Make Date.parse accept extended years format too (#3177)Csaba Osztrogonác
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2018-11-28Reduce ecma_{ref, deref}_object calls while using ecma_builtin_get (#2616)Robert Fancsik
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