aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-number-prototype.c
AgeCommit message (Expand)Author
2018-05-18Update Doxygen config file and fix Doxygen warnings (#2324)László Langó
2018-05-16Use ecma_number_t instead of double where possible (#2330)Akos Kiss
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2017-12-19Optimize string concatenation. (#2141)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-11-17Fixed toFixed method string conversion (#2112)rerobika
2017-09-06Clean up radix conversion in Number toString method (#2002)Dániel Bátyai
2017-08-30Fix for issue #1974Robert Fancsik
2017-08-10Improve toFixed functionRobert Fancsik
2017-04-03Fix helper function for rounding numbers (#1702)Robert Sipka
2017-03-30Fix the number of copied bytes in memmove (#1698)Robert Sipka
2017-03-16Fix issue #742 (#1650)Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-11-22Add missing error messages to 'ecma/builtin-objects' (#1443)László Langó
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-09-20Fixing ecma_builtin_number_prototype_helper_round. (#1362)Yanhui Shen
2016-08-31Change return value to ecma_value_t for getting internal properties.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
2016-06-17Optimize number-to-string conversionAkos Kiss
2016-05-20Change 'mem' namspace to 'jmem'László Langó
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-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-04-08Turn modified fdlibm into Jerry's own libmAkos Kiss
2016-03-22Performance optimizationsLászló Langó
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-03Rearrange fields of ecma_property_t to be naturally aligned. Packed attribute...Zoltan Herczeg
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka