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-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
2013-03-15
obsolete mrb_object; opposite of bc870ce
Yukihiro Matz Matsumoto
2013-03-14
Merge pull request #997 from monaka/pr-add-type-mrb_bool_t
Yukihiro "Matz" Matsumoto
2013-03-14
use size_t for string length C API
Yukihiro Matz Matsumoto
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-14
Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.
Masaki Muranaka
2013-03-13
Merge branch 'master' into pr-systemcallerror
Tomoyuki Sahara
2013-03-13
mrb_sys_fail raises SystemCallError if we have it.
Tomoyuki Sahara
2013-03-12
Remove mrb_str_new2(). Use mrb_str_new_cstr() instead.
Masaki Muranaka
2013-03-06
Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; clo...
Yukihiro Matz Matsumoto
2013-03-03
cleanup: unused variable local_svar
Kouki Ooyatsu
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-18
rename hook and macro
Yukihiro Matz Matsumoto
2013-02-17
Created hook at VM code fetch. It's for debugger
Yuichiro MASUI
2013-02-03
Merge pull request #820 from cremno/unused-stuff
Yukihiro "Matz" Matsumoto
2013-02-03
removed declarations of undefined functions
Cremno
2013-02-02
Remove ";" suffix from function-type macros.
Masamitsu MURASE
2013-01-30
removed unused mrb_check_funcall
Cremno
2013-01-30
removed unused mrb_funcargv_t
Cremno
2013-01-08
remove MRUBY_VERSION for the time being; close #700
Yukihiro Matz Matsumoto
2013-01-07
Merge pull request #705 from authorNari/compact_flags
Yukihiro "Matz" Matsumoto
[prev]
[next]