aboutsummaryrefslogtreecommitdiff
path: root/jerry-core
AgeCommit message (Expand)Author
2016-02-18Fix system call related date builtin functionsLászló Langó
2016-02-18Fix style issues and improve vera++ rules.László Langó
2016-02-18Optimize 'lit_get_magic_string_size' callsLászló Langó
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-17Turn some global variables `static const`Akos Kiss
2016-02-17Get the alpha order of lexer keywords rightAkos Kiss
2016-02-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-16Remove unnecessary assertionLászló Langó
2016-02-16Check reference count of objectsLászló Langó
2016-02-16Warning fixes.Robert Sipka
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka
2016-02-15Add some fixes required by the C99 standard.Robert Sipka
2016-02-12Fix build with -O3László Langó
2016-02-11Remove unused functions from ecma-helpers-number.Zsolt Borbély
2016-02-11Move out 'jrt_read_from_buffer_by_offset' and 'jrt_write_to_buffer_by_offset'...Robert Sipka
2016-02-11Remove references to non-existent parser/js/bc and parser/js/collections dire...Akos Kiss
2016-02-10ECMAScript Parameters cannot be passed in collections anymore, only as arrays.Zoltan Herczeg
2016-02-10Use value types instead of reference types.Robert Sipka
2016-02-10Merge the js-parser and parser filesRobert Sipka
2016-02-10Move 'nums_with_ascending_length' to be a global, non variable length array.Robert Sipka
2016-02-10Use type cast to avoid conversation error with C99 standard.Robert Sipka
2016-02-10Fix assertion in RegExp compileLászló Langó
2016-02-09Add forward declaration for mem_pool_chunk struct.Robert Sipka
2016-02-09Fix assertions in RegExp builtinLászló Langó
2016-02-09Fix 'Segmentation fault on String.Replace'László Langó
2016-02-09Fix 'Segmentation fault in re_get_value'László Langó
2016-02-09Add missing doxygen group endingsIstván Kádár
2016-02-09Eliminate 'is_stack_var' field of ecma_string_tIstván Kádár
2016-02-09Eliminate code duplication in memory statistics printingAkos Kiss
2016-02-09Fix memory leak in RegExp builtin.László Langó
2016-02-09Use concrete types instead of 'auto'.Roland Takacs
2016-02-09Add missing parentheses for bit operations where type cast is used.Roland Takacs
2016-02-09Remove leftover from ecma_simple_value_tLászló Langó
2016-02-09Optimize number literals.László Langó
2016-02-09Fix Vera++ rule for switch statements.László Langó
2016-02-09Move jerry_port functions into jerry-core.Roland Takacs
2016-02-05Remove template expression from jerry_ref_unused_variables.Roland Takacs
2016-02-05Style fix: fix comments at the end of function definitions.László Langó
2016-02-05Use packed attribute for enums to modify their type.Roland Takacs
2016-02-05Style fix: align pointer dereference operator to rightLászló Langó
2016-02-05Use C type casting instead of static_cast.Roland Takacs
2016-02-05Remove the placement 'new' operator.Roland Takacs
2016-02-05Add lit_storage prefix for functions in lit-literal-storage.Roland Takacs
2016-02-05remove the c++ syntax, struct::xxxZidong Jiang
2016-02-05Replace uint32_t magic string lengths with uint8_tXin Hu
2016-02-05ecma_string_get_size performance improvemenXin Hu
2016-02-05ecma_compare_ecma_strings_longpath performance improvementXin Hu
2016-02-05refactor rcs_chunked_list and remove its c++ featuresZidong Jiang
2016-02-05Use 'const' instead of 'constexpr'.Roland Takacs
2016-02-05Compact Byte Code parser and executor for Jerry.Zoltan Herczeg