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
44fbfc51849e6bad4f7238ad2fd9724af331cea2
mruby-mruby
/
include
/
mruby
T
History
FUKUZAWA-Tadashi
44fbfc5184
implement literal %W %w %s
...
refactor string parsing
2013-03-17 21:27:37 +09:00
..
array.h
removed compatibility macros mrb_ary_new_elts() and mrb_ary_new4()
2013-03-15 23:23:45 +09:00
class.h
obsolete mrb_object; opposite of
bc870ce
2013-03-15 23:16:20 +09:00
compile.h
implement literal %W %w %s
2013-03-17 21:27:37 +09:00
data.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
dump.h
Remove stdio.h as it is included in mrbconf.h.
2013-03-16 21:39:52 +09:00
hash.h
removed declarations of undefined functions
2013-02-03 19:48:41 +01: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
use size_t for string length C API
2013-03-14 19:33:38 +09:00
value.h
rename mrb_basic to mrb_basic_ptr;
close
#1011
2013-03-15 23:21:13 +09:00
variable.h
add Module#remove_const
2013-02-15 10:20:55 +09:00