This website requires JavaScript.
Explore
Help
Sign In
admin
/
mruby-mruby
Watch
1
Star
0
Fork
0
You've already forked mruby-mruby
mirror of
https://github.com/mruby/mruby
synced
2026-06-08 16:11:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5bed51e584c6bebdf2dc66ba319234250c8e6018
mruby-mruby
/
include
T
History
Masaki Muranaka
5bed51e584
Don't use int. It decreases portability. Use size_t as array index and length. It avoids overflow in the extreme situations.
2013-03-09 00:35:58 +09:00
..
mruby
Don't use int. It decreases portability. Use size_t as array index and length. It avoids overflow in the extreme situations.
2013-03-09 00:35:58 +09:00
mrbconf.h
Include stdio.h in mrbconf.h instead of C extension sources.
2013-03-05 01:38:51 +09:00
mruby.h
Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r;
close
#951
2013-03-06 15:22:46 +09:00