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
/
include
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
..
ctype.h
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
setjmp.h
Fix jmp_buf size to fix assert in arm-linux
2015-07-06 06:52:04 +09:00
stdio.h
Introducing jerry-libc's interface include directory.
2015-03-19 20:55:00 +03:00
stdlib.h
Move random number generator from Math.random to jerry-libc, replace the logic with call to rand in Math.random.
2015-06-17 17:02:50 +03:00
string.h
Introducing jerry-libc's interface include directory.
2015-03-19 20:55:00 +03:00