aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-01Add documentation to port APIv1.0jerryscript-release-1.0.0László Langó
2016-09-01[nuttx-stm32f4] Fix jerry_port_log functionZsolt Borbély
2016-08-31Remove problems with gettimeofday, newlibc and zephyr SDKSergio Martinez
2016-08-31Improve the Curie build file generator a bitPeter Gal
2016-08-27add target port: curie_bspZidong Jiang
2016-08-26Update the nuttx-stm32f4 targetv1.0-RC2Zsolt Borbély
2016-08-26Correct the documentationZsolt Borbély
2016-08-26Make jerry shell more intuitiveYoungil Choi
2016-08-26Eval called as a bound function should be indirect evalYoungil Choi
2016-08-26[[DefaultValue]] should be called twice when setting object as Array lengthYoungil Choi
2016-08-26Numbers are permitted as property name in object literalYoungil Choi
2016-08-24Remove unnecessary empty value check codeYoungil Choi
2016-08-24fix bug: move jerry_make_api_unavailable into the end of jerry_cleanupZidong Jiang
2016-08-23Add long string support.Zoltan Herczeg
2016-08-23Regexp.prototype.exec should not generate return array with [[Put]]Youngil Choi
2016-08-20targets/zephyr/Makefile.zephyr: Use zephyr_getline module for line input.Paul Sokolovsky
2016-08-19Remove allocator functions which stores size.Zoltan Herczeg
2016-08-17Force to use SSE in 32-bit environment instead of the 387 unitZsolt Borbély
2016-08-16targets/zephyr/Makefile.zephyr: frdm_k64f: Optimize for Cortex-M4F.Paul Sokolovsky
2016-08-16Reorganize the fields of the global context.Zoltan Herczeg
2016-08-15targets/zephyr/Makefile.zephyr: Work around issue with newlib 2.4.0.Paul Sokolovsky
2016-08-15Fix the OSX buildAkos Kiss
2016-08-14Add two new API functions: jerry_create_number_infinity and jerry_create_numb...Zoltan Herczeg
2016-08-14Gracefully throw an error when parser runs out of memory.Zoltan Herczeg
2016-08-14Fix run-tests.py: should evaluate the conditions correctlyZsolt Borbély
2016-08-14Cleanup jerry-libc CMakeListsAkos Kiss
2016-08-12Remove unused 'ecma_string_get_heap_number_size' and 'ecma_set_property_list'...Robert Sipka
2016-08-11Fixing Math.powAkos Kiss
2016-08-11Fix the use of mktemp in tool scriptsAkos Kiss
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-08-11Remove needless toolchain files and variable settings.Robert Sipka
2016-08-11Follow the API & build system update in mbed targetsLevente Orban
2016-08-08Let the build script use a default for toolchainAkos Kiss
2016-08-08Fix run-tests.py: don't override the return value of a testrunZsolt Borbély
2016-08-08Rewrite `parser_boolean_t` to `bool`Akos Kiss
2016-08-08Integrate JS parser module better with JRTAkos Kiss
2016-08-05Reduce memory consumption of ecma_property_hashmap_steps.Zoltan Herczeg
2016-08-05Adapted the makefiles to the new build systemSergio Martinez
2016-08-05Avoid `(void) ` and use `JERRY_UNUSED`Akos Kiss
2016-08-05Refactor flag additions in CMakeListsv1.0-RC1Akos Kiss
2016-08-05Refactor jrt buffer operationsAkos Kiss
2016-08-05Cleanup jerry's assert-like routines and macrosAkos Kiss
2016-08-05Remove compact profile.Robert Sipka
2016-08-04Bugfixes related to low memory conditions.István Kádár
2016-08-03Fix logging of error message in `jerry_fatal`Akos Kiss
2016-08-03Initial RAM optimization for ESP8266Slavey Karadzhov
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-08-01Complete the getting-started documentation after the build-system update.Robert Sipka
2016-08-01Comment fixes which are left behind after the API update.Robert Sipka
2016-08-01Build fix for RIOT target after the modifications of the build system (commit...Robert Sipka