aboutsummaryrefslogtreecommitdiff
path: root/jerry-libc
AgeCommit message (Expand)Author
2018-06-12Use binary mode when opening via fopen in the tools (#2371)Péter Gál
2018-06-05Buildable as shared libraries (#2351)willeio
2018-04-03Remove TARGET_HOST macros (#2264)Istvan Miklos
2017-11-16Ensure that the test version of the command line tool is stable for benchmark...Akos Kiss
2017-11-10Whitespace gardening in jerry-libc (#2082)Akos Kiss
2017-11-06Fix jerry-libc's srand function (#2068)Daniel Balla
2017-09-22module: Re-implement using library constructors/destructors (#2018)Gabriel "_|Nix|_" Schulhof
2017-06-26Add strtol to jerry-libc and make use of it in jerry-main (#1891)Akos Kiss
2017-04-13Add support for init/fini arrays to libc (#1725)Akos Kiss
2017-01-23Added #if control around GCC built-in functions so that the code can be (#1483)t-harvey
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-11-21Fix fopen call on non-existing files. (#1442)László Langó
2016-09-30Simplify the way libgcc is linked (#1380)Akos Kiss
2016-09-29Update jerry-libc unreachable asserts (#1379)Akos Kiss
2016-09-09Enable `make install` (#1335)Akos Kiss
2016-09-06Fix -Wsign-conversion Clang warning.Robert Sipka
2016-08-30Improve the build systemAkos Kiss
2016-08-14Cleanup jerry-libc CMakeListsAkos Kiss
2016-08-08Let the build script use a default for toolchainAkos Kiss
2016-07-28Re-thinking the build system to bring it more into line with the conventions.Robert Sipka
2016-06-26Fix memcpy return value.Zoltan Herczeg
2016-06-22Four byte optimized memcpy.Zoltan Herczeg
2016-05-19Don't concatenate multiple JS scripts in jerryAkos Kiss
2016-05-06Check the return value of the gettimeofday() in 'jerry_port_get_time_zone' an...Robert Sipka
2016-04-23Drop jerry_port_putcharAkos Kiss
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-16Update existing and add missing copyright & license noticesAkos Kiss
2016-04-15Merge darwin and linux jerry-libc targets into a single posix targetAkos Kiss
2016-04-14Turn assert functionality standard-conforming in jerry-libcAkos Kiss
2016-04-12Implement `raise ()` in libcAkos Kiss
2016-04-12Remove syscall trampolines from jerry-libcAkos Kiss
2016-04-11Fix syscall assertion when input file does not existDániel Bátyai
2016-03-12Fix `.size longjmp` in the linux port of jerry-libcAkos Kiss
2016-03-08Disable date object related system calls by defaultLászló Langó
2016-02-23Build fixLászló Langó
2016-02-19Remove EXTERN_C macros and use block based solutionLászló Langó
2016-02-18Refactoring and fixing jerry-libcAkos Kiss
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-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-15Refactoring the build systemAkos Kiss
2016-02-05Style fix: fix comments at the end of function definitions.László Langó
2016-02-05Style fix: align pointer dereference operator to rightLászló Langó
2016-01-14Update strcmp implementation, to improve performanceXin Hu
2015-11-24Change processor name from x86 to i686 for 32bit hostSaeHie Park
2015-09-15Enable build on Mac OS X with clangSung-Jae Lee
2015-07-20Remove usage of isalpha, isdigit, isxdigit, isspace in the whole engine excep...Ruben Ayrapetyan
2015-07-06Fix jmp_buf size to fix assert in arm-linuxSaeHie Park