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
9d550390e5e3e85daffc0d430abad8291d472380
mruby-mruby
/
include
/
mruby
T
History
Yukihiro "Matz" Matsumoto
9d550390e5
Merge pull request
#1065
from monaka/pr-reduce-stdio-dependency
...
Reduce stdio dependency
2013-03-25 07:36:47 -07:00
..
array.h
removed compatibility macros mrb_ary_new_elts() and mrb_ary_new4()
2013-03-15 23:23:45 +09:00
class.h
fix the type of argument named 'aspec'.
2013-03-18 16:04:10 +09:00
compile.h
Separate FILE dependencies with ENABLE_STDIO.
2013-03-24 13:47:54 +09:00
data.h
Changed the RData type field to 'const'
2013-03-23 22:00:23 +01:00
dump.h
Remove stdio.h as it is included in mrbconf.h.
2013-03-16 21:39:52 +09:00
hash.h
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by strlen().
2013-03-22 14:22:45 +09:00
irep.h
Remove bit-fields. They doesn't reduce memory on major environments.
2013-03-15 15:56:23 +09:00
khash.h
resolve conflict from
#1017
2013-03-17 00:28:49 +09:00
numeric.h
defining mrb_int also requires MRB_INT_{MAX,MIN} to be defined
2012-10-17 00:40:23 +09:00
proc.h
add mrb_closure_new_cfunc to header
2012-12-14 16:00:22 +01:00
range.h
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead of struct directly.
2013-03-01 14:28:22 +09:00
string.h
rename mrb_ptr_as_string() to mrb_ptr_to_str()
2013-03-23 21:57:33 +09:00
value.h
fixed NaN boxing compilation
2013-03-23 16:55:56 +01:00
variable.h
Use mrb_bool instead of int. This is for portability; based on
e767ebf
but iv_foreach_func must return int
2013-03-24 00:07:13 +09:00