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
f82ae7653a53946fa14ed7a334b686265dc63dd3
mruby-mruby
/
include
/
mruby
T
History
Masaki Muranaka
f82ae7653a
Change the second argument of mrb_flo_to_str().
...
Export mrb_flo_to_str() as API.
2013-03-29 22:19:26 +09:00
..
array.h
implement mrb_format and mrb_vformat
2013-03-27 23:03:48 +09:00
class.h
remove all MRB_TT_MAIN from source
2013-03-26 21:25:00 +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
Fix a type mismatch.
2013-03-28 23:44:50 +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
Modify the type of line-number to uint16_t. Type short is not portable. And it cannot be more than UINT16_MAX because of the mrbc binary format.
2013-03-29 16:26:00 +09:00
khash.h
resolve conflict from
#1017
2013-03-17 00:28:49 +09:00
numeric.h
Change the second argument of mrb_flo_to_str().
2013-03-29 22:19:26 +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
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And mrb_string_value() is no merit to keep using.
2013-03-29 18:01:25 +09:00
value.h
remove all MRB_TT_MAIN from source
2013-03-26 21:25:00 +09: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