index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
mruby.h
Age
Commit message (
Expand
)
Author
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-07-25
introduce mrb_assert() in mruby.h
fleuria
2013-07-24
restore once removed mrb_garbage_collect()
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step
Yukihiro "Matz" Matsumoto
2013-07-24
rename variable_gray_list to atomic_gray_list
fleuria
2013-07-24
rename mrb_garbage_collect() to mrb_full_gc()
fleuria
2013-07-15
Repalace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-14
Replace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-07
Change parameter type to suppress -Wsign-compare warnings
Kazuki Tsujimoto
2013-07-04
Add comments in mrb_state struct.
Jun Hiroe
2013-07-01
Add mrb_class_get_under()
h2so5
2013-06-28
refactor mrb_realloc()
fleuria
2013-06-25
add mrb_malloc_simple() that returns NULL on error
Yukihiro "Matz" Matsumoto
2013-06-10
restructure header files; move non config lines away from mrbconf.h
Yukihiro "Matz" Matsumoto
2013-05-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-26
mruby error messages should be directed to stderr
Yukihiro "Matz" Matsumoto
2013-05-23
manage fiber status (create|running|resumed|terminated)
Yukihiro "Matz" Matsumoto
2013-05-22
garbage collect context (fiber) properly
Yukihiro "Matz" Matsumoto
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-05-13
move mruby's showcallinfo into the core
Yukihiro "Matz" Matsumoto
2013-05-10
change mrb_bug to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-05-10
change mrb_warn to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-05-10
Rename parameter names for mrb_yield
Keita Obo
2013-05-02
Push Copyright year up to 2013
Daniel Bovensiepen
2013-05-01
Remove mrb_class_obj_get
h2so5
2013-04-29
rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...
Yukihiro "Matz" Matsumoto
2013-04-29
change return value of mrb_free from void* to void
Yukihiro "Matz" Matsumoto
2013-04-28
mrb_str_new_static(): zero copy string creation
Yukihiro "Matz" Matsumoto
2013-04-26
Remove macro ANYARGS. It is not used in the core and bundled mrbgems. And it ...
Masaki Muranaka
2013-04-26
rename mrb_interned API functions
Yukihiro "Matz" Matsumoto
2013-04-26
Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ...
Yukihiro "Matz" Matsumoto
2013-04-25
aspec bits should be packed in Ax; ref #1209
Yukihiro "Matz" Matsumoto
2013-04-25
add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ...
Yukihiro "Matz" Matsumoto
2013-04-25
modify the type of return value (mrb_bool => mrb_value).
crimsonwoods
2013-04-25
add new functions to check if symbols are interned without registration.
crimsonwoods
2013-04-25
put MRB_ prefix before ARGS_XXX macros; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-21
Define mrb_code, mrb_aspec as uint32_t. They are always positive.
Masaki Muranaka
2013-04-14
Fix "implementaion" to "implementation"
Carson McDonald
2013-04-06
comment E_* macros to address concerns in #1143
Yukihiro "Matz" Matsumoto
2013-04-04
Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.
Masaki Muranaka
2013-04-01
Add out_of_memory field to mrb_state.
Masaki Muranaka
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-26
remove all MRB_TT_MAIN from source
Yukihiro Matz Matsumoto
2013-03-25
Make mrb_top_self return a real instance.
Carson McDonald
2013-03-22
Add new API mrb_intern_cstr(). This is for naming orthogonality. mrb_intern i...
Masaki Muranaka
2013-03-18
Remove mrb_checkstack() as unused.
Masaki Muranaka
2013-03-18
fix the type of argument named 'aspec'.
crimsonwoods
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-15
rename mrb_basic to mrb_basic_ptr; close #1011
Yukihiro Matz Matsumoto
[next]