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
3c7ab32e39e7cef2fa2fbeed2284ee522d6e9528
mruby-mruby
/
include
/
mruby
T
History
Yukihiro "Matz" Matsumoto
dc27c2be46
Merge pull request
#1634
from cremno/use-mrb_fixnum_p
...
tiny word boxing optimization
2014-01-02 15:46:00 -08:00
..
array.h
changed argument type of mrb_ary_modify(); ref
#1554
2013-11-01 09:57:20 +09:00
class.h
rename voidp to cptr
2013-09-21 17:28:47 +09:00
compile.h
remove MRB_PARSER_BUF_SIZE configuration;
close
#1596
2013-11-25 09:48:31 +09:00
data.h
use newer DATA API
2013-08-15 01:39:05 +09:00
debug.h
MSVC: compilation works again (+minor style fixes)
2013-09-03 21:15:14 +02:00
dump.h
add new function mrb_load_irep_file_cxt() and simplifies mruby.c
2013-11-15 10:49:40 +09:00
gc.h
primary mruby fiber implementation
2013-05-20 17:54:07 +09:00
hash.h
add mrb_intern_lit for creating symbol from string literal
2013-12-01 10:38:59 +09:00
irep.h
irep->pool struct pool -> mrb_value
2013-11-19 20:38:02 +09:00
khash.h
Remove 'mrb_state' field from 'kh_xxx_t' structure.
2013-12-23 00:33:07 -08:00
numeric.h
cancel
f4c27c6
since mruby.h is required for mrb_value etc. anyway
2013-03-30 20:52:51 +09:00
proc.h
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
2013-08-07 17:39:28 +09:00
range.h
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
2013-08-07 17:39:28 +09:00
string.h
avoid copying when the original string comes with MRB_STR_NOFREE
2013-12-25 10:30:48 +09:00
value.h
Merge pull request
#1634
from cremno/use-mrb_fixnum_p
2014-01-02 15:46:00 -08:00
variable.h
add mrb_gv_remove(); untested
2013-10-10 12:12:29 +09:00