This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
mirror of
https://github.com/jerryscript-project/jerryscript.git
synced
2025-12-15 16:29:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
jerryscript
/
jerry-libc
History
Ruben Ayrapetyan
7b3042fdc9
Remove usage of isalpha, isdigit, isxdigit, isspace in the whole engine except implementation of JSON built-in, moving the functions to JSON built-in's module.
...
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan
r.ayrapetyan@samsung.com
2015-07-20 15:47:19 +03:00
..
arch
Add configuration for ARMv7 softfloat build; update setjmp / longjmp ARMv7 implementation to handle the softfloat-mode properly.
2015-06-17 17:03:42 +03:00
include
Remove usage of isalpha, isdigit, isxdigit, isspace in the whole engine except implementation of JSON built-in, moving the functions to JSON built-in's module.
2015-07-20 15:47:19 +03:00
target
Implement setjmp / longjmp in jerry-libc.
2015-06-17 17:03:42 +03:00
CMakeLists.txt
Add configuration for ARMv7 softfloat build; update setjmp / longjmp ARMv7 implementation to handle the softfloat-mode properly.
2015-06-17 17:03:42 +03:00
jerry-libc-defs.h
Use __func__ instead of __FUNCTION__
2015-06-09 18:03:42 +02:00
jerry-libc-fatals.c
Add
abort ()
to jerry-libc
2015-06-02 18:12:29 +02:00
jerry-libc-printf.c
Add new coding style rules and fix appeared issues.
2015-05-14 14:44:57 +03:00
jerry-libc.c
Remove usage of isalpha, isdigit, isxdigit, isspace in the whole engine except implementation of JSON built-in, moving the functions to JSON built-in's module.
2015-07-20 15:47:19 +03:00